Schedule universe YSQL data backups
You can use YugabyteDB Anywhere to perform regularly scheduled backups of YugabyteDB universe data for all YSQL tables in a namespace.
To back up your universe YSQL data immediately, see Back up universe YSQL data.
Schedule a backup
You can schedule a backup of your universe YSQL data as follows:
-
Navigate to Universes.
-
Select the name of the universe for which you want to schedule backups.
-
Click the Tables tab and verify that backups are enabled. If disabled, click Enable Backup.
-
Select the Backups tab and then click Create Scheduled Backup to open the Create Backup dialog shown in the following illustration:

-
Enter the Backup frequency (interval in milliseconds) or a Cron expression (UTC)*. For details on valid
cronexpression formats, hover over the question mark (?) icon. -
Select the YSQL tab and enter values for the following fields:
- Storage: Select the storage type:
GCS Storage,S3 Storage, orNFS Storage. - Namespace: Select the namespace from the drop-down list of available namespaces.
- Parallel Threads: Enter or select the number of threads. The default is
8. - Number of Days to Retain Backup: Default is unspecified which means to retain indefinitely.
- Storage: Select the storage type:
-
Click OK.
The initial backup will begin immediately.
Subsequent backups are created based on the value you specified for Backup frequency or Cron expression.
Disable scheduled backups
You can temporarily disable all scheduled backups, as follows:
- Go to the Tables tab in the universe.
- Click Disable Backups.
Delete a scheduled backup
You can permanently remove a scheduled backup, as follows:
- Go to the Backups tab for the universe.
- Find the scheduled backup and click Options.
- Click Delete schedule.