Forum OpenACS Q&A: Re: Dual db development

Collapse
2: Re: Dual db development (response to 1)
Posted by Dave Bauer on
I do just that. There is no reason to use a different code base for each database. Just put the queries in the right place.

If you have enough RAM you can even run oracle and postgresql at the same time, but I usually stop the database before switching.

All you need to switch is different AOLserver config files to point to the correct database.

Collapse
3: Re: Dual db development (response to 2)
Posted by Jeff Davis on
I work with one checkout as well, although I had to create a
second acs-content-repository directory since I was working on
CR stuff stored in the filesystem.