Backup and Restore CE

The purpose of this page is to document the backup & restore process for Private Cloud Director Community Edition (CE).

Community Edition backup & restore process

The backup process for Community Edition is:

  • Create a backup using airctl backup. The resulting backup file will be saved in the /tmp directory on the CE host.
  • Save backup copies of the k3s.yaml and airctl-config.yaml configuration files as well.
  • Move the backup file, and copy the other files to another directory to prevent unintentional overwrite.

The restore process for Community Edition is:

  • airctl unconfigure-du will stop the Community Edition management plane, including all of its Kubernetes pods, but will leave the Kubernetes install in place.
  • airctl restore uses the backup file to rebuild & restore your Community Edition installation.

The full command list is outlined below:

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated