Prerequisite
- Before you perform a backup you must put Domino into maintenance mode. See the domino-maintenance-mode readme.
Manually generate a backup
-
Run the following command to scale the domino-data-importer statefulset up to 1 replica:
-
When the domino-data-importer pod is up, run the following code to exec into it:
-
In the
domino-data-importerpod, run the backup command:Remove the--deleteflag if you want the backup bundle to remain on the local filesystem.
/app/tmux so that if your session is disconnected, the command continues running in the background and you can return to the session when you reconnect. For instructions about how to use tmux, see their website or man page man tmux.
Find the backup bundle in the backup location when it is generated automatically.
When the backup is done, scale the domino-data-importer statefulset back to 0.