Backup and restore Piiano Vault
Learn how to backup and restore Piiano Vault
note
In the hosted version of Vault, point-in-time recovery is used, with a 5-minute time window. Backups are kept for 7 days.
Backup and restore of any data store is essential functionality. You can backup and restore Piiano Vault using:
- AWS infrastructure. This involves backing up the Vault backing store, the KMS, and all other AWS resources Vault uses. This is a comprehensive backup and restore approach, and you can apply the same approach to other cloud providers.
- Database-level. This approach uses features provided by the PostgreSQL database and is straightforward, with some caveats. The most notable of these caveats is that Vault's database is encrypted.
- Vault API backup and restore. This is the most straightforward approach but the most sensitive in terms of security and the slowest. You should take this approach if you intend to migrate Vault from one setup to another, such as switching cloud provider.
Regardless of your chosen approach, Piiano's team is ready to help you with the process.
📄️ Important precautions for your data
Learn about important precautions in relation to backup and restore of your Vault.
📄️ Using the AWS infrastructure
Learn how to use AWS Relational Database Service (RDS) and Key Management Service (KMS) features to backup and restore your Vault.
📄️ Database-level backup and restore
Learn how the pvault-dump and pvault-restore command-line utilities enable you to backup and restore your Vault.
📄️ Vault API backup and restore
Learn how to use Vault's export and import commands to backup, restore, and migrate data.