Содержание

Backups

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».

Configuration

Enable DB backup

To enable DB backup, select "Enabled".

Specify the following settings

When set to "0", old backups will not be deleted.

Enable FS backup

FS backup include .env files and folder contents /var/dpiui2/backend/storage

To enable FS backup, select "Enabled".

Specify the following settings

When set to "0", old backups will not be deleted.

Remote server for storing backups settings

SCP will use key authentication if no password is specified.
The folder must exist. The user must have access rights to this folder.
The folder must exist. The user must have access rights to this folder.

Saving сhanges

To save the edited parameters, click the "Save" button.

Data recovery

To restore data from Backup, make sure that the dpiui2 server is installed and running.

Restoring DB from backup

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

Restoring FS from backup

The file backup includes the .env file and /var/dpiui2/backend/storage directory contents.

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
After restoring the database and files, make sure everything works.