When you launch a new master DB instance, it will be initialized with the contents from the most recent backup in S3.  The server template will choose the backup file that matches the S3 bucket name and key that's specified by the server template's input variables: BACKUP_S3_BUCKET and BACKUPFILE_PREFIX.  If there are multiple matches, the most recent backup file will be chosen.  The most recent backup file will have the latest appended number, which corresponds to the date it was taken.

If no matching files exist, the boot process will fail and manual initialization of the DB will be required. This latter case should only happen the first time you boot the master DB. Manual installation of the initial DB contents is explained in Initialize master DB contents.

Instructions

  1. Go to your deployment (Manage -> Deployments).
  2. Find the master MySQL DB instance ("MySQL Bootstrap" server template) and click the Launch button.

What feedback to expect

A notification on the Recent Events pane should indicate that the master DB image is pending.
To confirm it, we can:

  • Access the list of active servers (Manage -> Servers)
  • Locate the new 'pending' instance.
  • Click on its nickname to see its full information.
  • Make sure that the template field matches the name and version that you launched (e.g. MySQL Bootstrap v?) and that the creation time matches the time that you launched it.
Tag page
You must login to post a comment.