JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
V1 Development
Architecture
Domains
Processes
More
Share
Explore
Processes
Server recovery instructions
Build new server from latest server image backup on Rackspace
Record new root password and IP address
Point both load balancers (http and https) to new server.
Restore all files from latest file backup
Dump latest hourly database backup into database:
Connect to MySQL:
mysql -u root -h sites -p
Decompress and restore from backup:
zcat /var/lib/mysqlbackup/default/newest/backup_data/sites.sql.gz | mysql sites
Update IP address in
/etc/httpd/vhost.d/22slides.conf
file to reference new server's IP.
Restart Apache:
service httpd restart
Restart SupervisorD:
service supervisord restart
Make sure image uploads work
Make sure system monitoring is setup
Make sure image, file, and database backups are working
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.