| Projects store | Stores the contents of users’ project files. | Stored in the shared storage class (storage_classes.shared), referenced by blob_storage.projects. The most common backing storage for this class is NFS. | Domino does not automatically back up this data. Domino recommends configuring a separate backup process that saves or syncs the entire contents of the NFS mount path provided to Domino to another storage system. The volume of project data grows linearly over time as users produce new projects, so you should account for the growing volume when setting backup frequency and retention policies. |
| Log history | Stores execution logs from Domino jobs and workspaces. | Stored in the shared storage class (storage_classes.shared), referenced by blob_storage.logs. | This is stored in the same volume as project data, and is therefore on the same filesystem path in the shared storage system. Any backups of the root path provided to Domino include log data. |
| Docker registry | Stores Docker images built by Domino to back users’ Domino environments and Domino endpoints. | Stored in a block storage volume provisioned from the storage class (storage_classes.block), mounted in the Docker registry container. | Domino does not automatically back up this data. Domino recommends configuring a separate backup process that saves or syncs the entire contents of the NFS mount path provided to Domino to another storage system. The volume of project data grows linearly over time as users produce new projects, so you should account for the growing volume when setting backup frequency and retention policies. |
| Domino Volumes for NetApp ONTAP | Stores the contents of users’ Domino Volumes. | Defaults to the shared storage class (storage_classes.shared), but can be extended and configured by an admin. | Domino does not automatically back up Domino Volumes. Disaster recovery relies on NetApp’s native data protection features such as snapshot schedules, SnapMirror replication, or SnapVault. Administrators should configure policies that align with organizational data recovery requirements. |
| Datasets | Stores the contents of users’ Domino Datasets. | Stored in the shared storage class (storage_classes.shared). | This is stored in the same volume as project data, and is therefore on the same filesystem path in the shared storage system. Any backups of the root path provided to Domino include log data. |
| MongoDB | Stores Domino application object data and metadata. | Stored in a block storage volume provisioned from the storage class (storage_classes.block), mounted in the Mongo containers. | Domino performs a daily backup that writes an archive containing all MongoDB data to the shared storage class (storage_classes.shared), referenced by blob_storage.backups. |
| Domino Git | Stores Domino project version history. | Stored in a block storage volume provisioned from the storage class (storage_classes.block), mounted in the Git container. | Domino performs a daily backup that writes an archive containing all Git data to the shared storage class (storage_classes.shared), referenced by blob_storage.backups. |
| Postgres | Stores information on users managed by the Keycloak authentication service. | Stored in a block storage volume provisioned from the storage class (storage_classes.block), mounted in the Postgres containers. | Domino performs a daily backup that writes an archive containing all Postgres data to the shared storage class (storage_classes.shared), referenced by (blob_storage.backups). |