Hello, I am having the redmine distribution that was setup for me switched from the original server’s to mine using the image sharing function in digitalocean. Unfortunately, when I try to access my redmine after switching over, it says it is under construction and when i login to the console, it just says “cat: /root/REDMINE: No such file or directory” Shouldn’t it be a perfect copy?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
/root/REDMINE being deleted is weird. A snapshot is a perfect copy of a Droplet so that file should have gotten carried over too. You can stop bash from trying to read the file on login by opening /root/.bashrc in your favorite text editor and deleting the cat /root/REDMINE line.
Is the new Droplet using a new domain name? The under construction page appears when you try to access the Droplet using a domain name that it doesn’t know about. Open /etc/nginx/sites-enabled/redmine in a text editor. You should see a line that looks like this:
[...]
server_name 1.2.3.4 domain.com www.domain.com;
[...]
Replace the old domain with the new one and restart Nginx:
sudo service nginx restart
You should then be able to access your Redmine instance.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.