Starting with version 2.25.9, the function of backup DB and FS has appeared. By enabling the function, you can configure the frequency of copying, storage duration, as well as export via SCP to a remote storage.
Move to the DB and FS settings section, open the Administrator menu item, section «Backup settings».
To enable DB backup, select "Enabled".
Specify the following settings
To enable FS backup, select "Enabled".
Specify the following settings
To restore data from Backup, make sure that the dpiui2 server is installed and running.
To restore the database, upload the database backup file to the dpiui2 server and run the following command in the terminal:
sh /var/www/html/dpiui2/backend/app_bash/vas_codebase/restore_backup_db.sh dpiui2 dpiui2_db_backup.X.tar.gz
To restore the dpiui2 FS upload the backup file to the dpiui2 server and run the following command:
sh /var/www/html/dpiui2/backend/app_bash/vas_codebase/restore_backup_fs.sh dpiui2 dpiui2_fs_backup.X.tar.gz