Backup / export#
It is recommended best practice for customers to regularly run a backup.
Note
To perform these tasks on a multinode unified node topology or on a modular cluster topology, log in on the database node with the second highest weight.
Create a localbackup with:
backup create localbackupAdd a remote location for the export with:
backup add <remotename> sftp://<sftpusername>:<sftppassword>@<IP address>Export the local backup with:
backup export localbackup <remotename> <timestamp>(
<timestamp>seen with thebackup listcommand)Ensure that the backup gets run regularly, using the
schedulecommands.
Note
For more details and examples on backup and restore, refer to the Backup and Import topic in the Platform Guide.