Skip to content

Backup Pro

Scott Madara edited this page Oct 26, 2018 · 2 revisions

Backing up your Solodev CMS Pro involves logging in via SSH to the EC2 server and running the backup script itself. The backup saves an image to 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:

Prerequisites

  • EC2 Key Pair
    • In order to SSH into the server
    • This should be the same Key Pair selected when originally installing the software

Step 1 - Take a Backup

  1. 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
  2. Once connected, assume admin rights by running "sudo bash"
  3. Run the backup command by typing the following:
  4. /root/backup.sh
    
  5. You will then see confirmation that a backup has occurred
  6. You can double check that a backup has occurred by checking the S3 bucket that was created at the time of software installation.
Clone this wiki locally