domino logo
Latest (5.5)
  • About Domino
  • Architecture
  • Security and Compliance
  • Domino Infrastructure
  • Kubernetes Infrastructure
  • Installation
  • Data Planes
  • Execution Resources
  • Users
  • Keycloak Authentication Service
  • Data
  • Projects
  • Environments
  • Model Monitoring
  • Control Center
  • Logs and Monitoring
  • Backup and Restore
  • Disaster Recovery
  • Configuration Reference
  • Run the Admin Toolkit
  • MongoDB Console
  • Get Help
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
Admin Guide
>
Backup and Restore
>
Backup Structure

Backup Structure

Backups are bundled into tarballs containing the mongo, git, keycloak, vault, and model secrets, as well as a config file for the backup.

The bundles use the filename convention YYMMDD-HHMMSS.tar.gz, and all content in the tarball is in a directory with the same timestamp format. If you created a backup on December 16th, 2022 at 8:57:10 pm, the tarball 20221216-205710.tar.gz contains the following:

  • 20221216-205710/

    • 20221216-205710/config.yaml (Config file for backup)

    • 20221216-205710/mongo_archive_local-backup.gz (Mongo archive dump of primary Domino application database)

    • 20221216-205710/git.tar.gz (tarball of git repos and critical user project metadata/version control)

    • 20221216-205710/keycloak-postgres_archive_local-backup.gz (Postgres database dump)

    • 20221216-205710/vault-postgres_archive_local-backup.gz (Postgres database dump)

    • 20221216-205710/vault-k8s-secrets_local-backup.yaml (Kubernetes secrets and critical secrets to unlock Vault)

    • 20221216-205710/model_secrets-k8s-secrets_local-backup.yaml (Kubernetes secrets and Environment variables for models)

Caution
Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.