Questo contenuto non è disponibile nella lingua selezionata.
Chapter 1. Backing up Central database by using the roxctl CLI
Central stores information about the following:
- Activity observed in your clusters
- Information retrieved from integrated image registries or Scanners
- Red Hat Advanced Cluster Security for Kubernetes (RHACS) configuration
Backing up the Central database is critical to ensure data integrity and system reliability. Regular backups of the database, which contain the necessary configurations, resources, events, and certificates, protect against database failures, corruption, and accidental data loss.
You can use the roxctl CLI to back up and restore the Central database by using the backup command. This command requires an API token or your administrator password.
1.1. On-demand backups by using an API token Copia collegamentoCollegamento copiato negli appunti!
You can back up the entire database of RHACS by using an API token.
Prerequisites
-
You have an API token with the
Adminrole. -
You have installed the
roxctlCLI.
Procedure
Set the
ROX_API_TOKENand theROX_ENDPOINTenvironment variables by running the following commands:$ export ROX_API_TOKEN=<api_token>$ export ROX_ENDPOINT=<address>:<port_number>Initiate a backup for Central by running the following command:
$ roxctl central backup1 - 1
- You can use the
--outputoption to specify the backup file location.
By default, the
roxctlCLI saves the backup file in the directory where you run the command.
1.2. On-demand backups by using the administrator password Copia collegamentoCollegamento copiato negli appunti!
You can back up the entire database of RHACS by using your administrator password.
Prerequisites
- You have the administrator password.
-
You have installed the
roxctlCLI.
Procedure
Set the
ROX_ENDPOINTenvironment variable by running the following command:$ export ROX_ENDPOINT=<address>:<port_number>Initiate a backup for Central by running the following command:
$ roxctl -p <admin_password> central backup1 - 1
- For
<admin_password>, specify the administrator password.
By default, the
roxctlCLI saves the backup file in the directory in which you run the command. You can use the--outputoption to specify the backup file location.