Single-Tier Systems
- 1.Login to AIR Console Web UI using a Global Admin Account.
- 2.Navigate to the Backup management section by clicking the Gear Button and selecting "Backup History" from the drop-down list.
- 3.Get backup of the system by clicking the "Backup Now" button on the top right corner.
- 4.Download the backup file by clicking the Vertical Ellipsis Button under the "Actions" column and clicking Download from the drop-down list.
- This will download a zip file with the ABF extension (AIR Backup File).
- 1.Use a terminal emulator, such as PuTTY to connect to the CLI of the AIR Console & DB Server via SSH.
- 2.Navigate to the AIR folder (/opt/binalyze-air by default) by executing the following command:
cd /opt/binalyze-air
- 3.Stop containers by executing the following command:
docker-compose -p binalyze-air down -v
- 4.Pull latest images by executing the following command:
docker-compose pull
- 5.Start containers by executing the following command:
docker-compose -p binalyze-air up -d
Last modified 1yr ago