From 4d96e8e6de0ebd74131ed043e65102ef5de2adb1 Mon Sep 17 00:00:00 2001 From: Stefan Chiripuci Date: Wed, 4 Aug 2021 15:37:34 +0300 Subject: Add additional documentation on backup/restore Postgres database Change-Id: Iabd09a48c594165bcbbb7c6a3292785d88ba32c5 --- .../doc/advanced_configurations.xml | 159 +++++++++++++++++++++ .../doc/images/scheduled_backup.png | Bin 0 -> 49672 bytes 2 files changed, 159 insertions(+) create mode 100644 doc/book-enea-edge-getting-started/doc/images/scheduled_backup.png diff --git a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml index 992a629..518d9ec 100644 --- a/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml +++ b/doc/book-enea-edge-getting-started/doc/advanced_configurations.xml @@ -597,6 +597,165 @@ node0.1048576kB = 3 +
+ Database backup for the Enea Edge Management application + + The following handles advanced configuration for a database + backup. A backup can be used to restore the database in case + of corruption. + +
+ One-time backup of the database + + The following steps are used to perform a database backup + from the Enea Edge Management application: + + + + In the System Backup window, + select the Backups tab. + + + + Press the Backup Now button + in the Backups tab. + + + + In the new window select the + Database Export option from + the Backup Type drop-down. + + + + Set the Execution option + to Now. + + + + Press the Execute button + and wait until the Status message shows: + System Backup Completed. + + + + Once the backup is successfully executed it will be visible in + the System Backup window with a + name that respects the following format: + DatabaseExport_[date]_[timestamp].zip. +
+ +
+ Restoring the database from a backup + + The following steps are used to perform a database restore + from the Enea Edge Management application: + + + + In the System Backup window, + select the Backups tab. + + + + Select the backup you want to restore from the list. + + + Database backups follow the naming convention: + DatabaseExport_[date]_[timestamp].zip. + + + + + Click the Restore button. + + + + In the window that appears, click + OK to proceed with the + restore operation. + + + + Follow the instructions in the pop-up window to restart + the server using the CentOS 7 command: + + sudo systemctl restart ucpemanager.service + + +
+ +
+ Scheduled backup of the database + + The following steps are used to perform a scheduled database backup + from the Enea Edge Management application: + + + + In the System Backup window, + select the Backups tab. + + + + Press the Backup Now button + in the Backups tab. + + + + In the new window select the + Database Export + option from the Backup Type drop-down. + + + + Set the Execution option + to Scheduled. + + + + Fill in the Description field. + + + + Set the Begin Date. + + + + Fill in the non-mandatory fields accordingly. + + + The End Date field becomes + available once the Periodicity option + is set to something other than + Once. + + + + + Click the Schedule button to + schedule the backup. + + + +
+ Scheduled Backup Configuration Example + + + + + + +
+ + The backups created will be visible in the + System Backup window with a + name following the format: + DatabaseExport_[date]_[timestamp].zip. +
+
+
Installing the Enea Edge Management application in High Availability Mode diff --git a/doc/book-enea-edge-getting-started/doc/images/scheduled_backup.png b/doc/book-enea-edge-getting-started/doc/images/scheduled_backup.png new file mode 100644 index 0000000..bf66b99 Binary files /dev/null and b/doc/book-enea-edge-getting-started/doc/images/scheduled_backup.png differ -- cgit v1.2.3-54-g00ecf