-
Notifications
You must be signed in to change notification settings - Fork 0
Restore Pro
Scott Madara edited this page Feb 20, 2019
·
8 revisions
Restoring up your Solodev CMS Pro involves logging in via SSH to the EC2 server and running the restore script itself. The restore pulls an image from a designated S3 bucket that is created upon software installation, using IAM user credentials also created at the time of installation. Before beginning this process, please take note of these prerequisites:
- EC2 Key Pair
- In order to SSH into the server
- This should be the same Key Pair selected when originally installing the software
- Refer to the "SSH Into an EC2 Server" on the Common Tasks & Commands page for instructions on connecting to the server through an SSH client
- Once connected, assume admin rights by running "sudo bash"
- Run the restore command by typing the following:
- This will restore the latest set of backup files within the designated S3 bucket.
/root/restore.sh
- Refer to the "SSH Into an EC2 Server" on the Common Tasks & Commands page for instructions on connecting to the server through an SSH client
- Once connected, assume admin rights by running "sudo bash"
- Edit the primary restore script located at "/root/restore.sh" (refer to the "Editing Files on the Server with Vi" on the Common Tasks & Commands page for instructions on how to edit with a SSH client)
© 2019 Solodev. All rights reserved worldwide. And off planet. Visit solodev.com to learn more.