This forum is no longer active. Please post your questions to our new community site
Redmine & Postgres
|
|
I set up redmine with MySQL originally and got everything working properly. I then changed my config/database.yml file to use postgresql. I loaded all of the tables and default data and then restarted the application. When I go to the main page I know get a 503 error. In the error logs I get: And when I do ./ctlscript.sh status it says that redmine is not running. How can I get redmine so it works with Postgres? |
|
|
After more digging I found mongrel.3001.log After googling this error it told me to do gem install pg I’ve already done this and I’m still getting the error, any ideas? |
|
|
Hi, Have you isntalled on RedmineStack? Try the following in the installation directory:
|
|
|
It is the RedmineStack. I followed the commands and I still get the same error. |
|
|
It seems also necessary to install the adapter: “gem install activerecord-postgresql-adapter” Have you tried that? |

