This forum is no longer active. Please post your questions to our new community site

Forums Redmine

Moving Redmine Instance to EBS

Subscribe to Moving Redmine Instance to EBS 2 post(s), 2 voice(s)

 
Avatar ctdh 8 post(s)

Hi Beltran

I needed to move an instance of Redmine from EC2’s ami-e919329d onto and Elastic Block Store on EC2 to allow for better reliability etc

I created a new EBS instance based on Ubuntu 9.10 Karma, installed and started the bitnami-redmine stack without problems.

I stopped redmine ./ctlsrcipt.sh stop on both servers and then…

I then tar.gz the /opt/bitnami/redmine/ folder and moved it across to the new EBS based instance and unpacked it into the same /opt/bitnami/ folder.

I then ./ctlsrcipt.sh restart on both servers, the ruby welcome page comes up fine but now http://localhost/redmine:80 shows:

“Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance."

Any ideas?
Thanks
Charles

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Could you post the last lines of the /apps/redmine/logs/mongrel.3001.log file? Are the servers running? It could be a cache issue. Could you clean your browser cache?

Forums Redmine