Vultr DocsLatest Content


Restore

Updated on 15 September, 2025

Restores a database instance to a previous state using a backup, enabling data recovery to a specific point in time.


The vultr-cli database backup restore command restores a database instance from a previously created backup, allowing you to recover data to a specific point in time.

Usage

console
$ vultr-cli database backup restore <Database ID> [flags]

Flags

Shorthand Long Version Description
- --date backup date to use for point-in-time recovery
- --label label for the new managed database restored from backup
- --time backup time to use for point-in-time recovery
- --type restoration type: pitr for point-in-time recovery or basebackup for latest backup (default)

Comments

No comments yet.