create_checkpoint.py

The create_checkpoint.py script creates database checkpoints on demand. If you specify a checkpoint name, it creates the checkpoint in the local /var/log/mtx/local/checkpoints directory. If you do not specify a checkpoint name, this script generates the checkpoint in the default checkpoint directory (${MTX_SHARED_DIR}/checkpoints) on the local server. Run this script as user mtx.

Syntax

create_checkpoint.py [-h] [ checkpoint_name ]

Options

checkpoint_name
The name of the checkpoint to create. For details about the database checkpoint filename syntax, see the discussion about database checkpoints in MATRIXX Architecture.
-h, --help
Displays the help.

For more information about the MATRIXX environment variables, see the discussion about container directories and environment variables in MATRIXX Installation and Upgrade.

Creates a Checkpoint in the Default Location

Creates a checkpoint in ${MTX_SHARED_DIR}/checkpoints:

create_checkpoint.py 

Creates a Checkpoint in /var/log/mtx/local/checkpoints

Creates a checkpoint with the name test_checkpoint in var/log/mtx/local/checkpoints:
create_checkpoint.py test_checkpoint