aptible backup:list
command or through the Dashboard.
Warning: If you are restoring a Backup of a GP3 volume, the new Database will be provisioned with the base performance characteristics: 3,000 IOPs and 125MB/s throughput. If the original Database’s performance was scaled up, you may need to modify the restored Database if you wish to retain the performance of the source Database.
Synopsis
Examples
Restore a Backup
Customize the new Database
You can also customize the new Database that will be created from the Backup:$DB_HANDLE-at-$BACKUP_DATE
where $DB_HANDLE
is the handle of the Database the backup was taken from. Database handles must:
- Only contain lowercase alphanumeric characters,
.
,_
, or-
- Be between 1 to 64 characters in length
- Be unique within their Environment
- The handle is longer than 64 characters. The default handle will be 23 characters longer than the original Database’s handle.
- The default handle is not unique within the Environment. Most likely, this would be caused by restoring the same backup to the same Environment multiple times.