Skip to content

Access to Database Backups

A user’s ability to view or access Database Backup files in the VIP Dashboard or with VIP-CLI are defined by the Org role and permissions assigned to them by their organization.

VIP Dashboard

Prerequisites

  1. Navigate to the VIP Dashboard for an application.
  2. Select an environment from the environment dropdown located at the upper left of the VIP Dashboard.
  3. Select “Database” from the sidebar navigation at the left of the screen.
  4. Select Database Backups from the submenu.

The “Next hourly backup is in [0-9]m” countdown is displayed in the top right of the panel and indicates when the next automated backup will occur.

The current size of the environment’s database is displayed in the right hand column. Below the displayed size is a link to the Insights & Metrics panel for that database.

Example screenshot of the available Database Backups and additional data displayed in the Database Backups panel of the VIP Dashboard

VIP-CLI

Prerequisites

Use the vip export sql command to download an archived copy of the most recent database backup for an environment to the user’s current local directory. For example:

vip @example-app.develop export sql

Include the --generate-backup option with the vip export sql command to generate a fresh database backup for an environment and download a copy of that backup. For example:

vip @example-app.develop export sql --generate-backup

Last updated: August 05, 2024

Relevant to

  • WordPress