en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:backup [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:backup [2022/08/30 09:35] evgeniy.hristenkoen:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:backup [2022/09/02 12:26] (current) – removed evgeniy.hristenko
Line 1: Line 1:
-====== 2 Backups ====== 
- 
-{{indexmenu_n>2}} 
- 
-Move to the DB and FS settings section, open the Administrator menu item, section **«Backup settings»**. 
- 
-{{ :en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:gui_configuration_dackup_settings_en_1.png?880 |}} 
- 
- 
-====== Configuration ====== 
- 
-===== Enable DB backup ===== 
- 
-To enable DB backup, select "**Enabled**". 
- 
-{{ :en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:gui_configuration_dackup_settings_en_2.png?880 |}} 
- 
-__//Specify the following settings//__ 
- * **BACKUP_DB_ENABLED - enable DB backup.** (Default value - Disabled) 
- 
- * **BACKUP_DB_INTERVAL_HOURS - backup DB time interval, hours.** (Default value - 24) 
- 
- * **BACKUP_DB_PATH - backup DB save path.** (Default path: /var/dpiui2_backup/db) 
- 
- * **BACKUP_DB_DELETE_OLD_INTERVAL - delete old DB backups interval, hours.** (Default value - 0) 
- 
-<note important>When set to "**0**", old backups will not be deleted.</note> 
- 
-===== Enable FS backup ===== 
- 
-<note>FS backup include **.env** files and  folder contents **/var/dpiui2/backend/storage**</note> 
-To enable FS backup, select "**Enabled**". 
- 
-{{ :en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:gui_configuration_dackup_settings_en_3.png?880 |}} 
- 
-__//Specify the following settings//__ 
- * **BACKUP_FS_ENABLED - enable FS backup.** (Default value - Disabled) 
- 
- * **BACKUP_FS_INTERVAL_HOURS - backup FS time interval, hours.** (Default value - 24) 
- 
- * **BACKUP_FS_PATH - backup FS save path.** (Default path: /var/dpiui2_backup/fs) 
- 
- * **BACKUP_FS_DELETE_OLD_INTERVAL - delete old FS backups interval, hours.** (Default value - 0) 
- 
-<note important>When set to "**0**", old backups will not be deleted.</note> 
- 
-===== Remote server for storing backups settings ===== 
- 
- * **BACKUP_SCP_HOST - remote server host for storing backups.**\\ 
- 
- * **BACKUP_SCP_PORT - remote server port for storing backups.**\\ 
- 
- * **BACKUP_SCP_USER - backup storage username.**\\ 
- 
- * **BACKUP_SCP_PASSWORD - backup storage password.**\\ 
- 
-<note>SCP will use key authentication if no password is specified.</note> 
- 
- * **BACKUP_SCP_DB_PATH - backup DB remote path.** (Default path: /var/dpiui2_backup/db) 
-<note important>The folder must exist. The user must have access rights to this folder.</note> 
- 
- * **BACKUP_SCP_FS_PATH - backup FS remote path.** (Default path: /var/dpiui2_backup/fs) 
-<note important>The folder must exist. The user must have access rights to this folder.</note> 
- 
-===== Saving сhanges ===== 
- 
-To save the edited parameters, click the **"Save"** button. 
- 
-{{ :en:dpi:dpi_components:dpiui:user_guide:admin_section:gui_man:config:gui_configuration_dackup_settings_en_4.png?880 |}} 
- 
-