Upload Database Backup File
Database Backup folder
CloudVanti provides a mean to store backup database files within the Azure Storage account with the db-backups container. Within it, there are two folders available:
- system folder, store backup file that exported by the system like DB-Deploy, DB-Restore, and DB-Backup Pipeline. In this folder, the backup file will be separated by the Staging and Production folder.
- user folder, store backup files uploaded by User from their local environment or external storage.
The database file must be in backpac format.
Upload Database to Azure Storage Account
You can upload your .bacpac database into a storage account in Azure to be restored in the Staging or Production database. You can follow these steps:
- Open Management Portal -> Overview -> Summary -> click restore link in Storage of the database section.
- Click user folder.
- Click upload
- Select your database here and click upload. Make sure your database is in .bacpac format
- Your database will be uploaded immediately in Storage Account Azure/db-backup/user.
You can check your database path here, this path needed to restore the database step. See the Applying Restore page.