Backup and Restore: Difference between revisions

From ARIS
Jump to navigation Jump to search
Alberto (talk | contribs)
No edit summary
David (talk | contribs)
No edit summary
Line 2: Line 2:


'''UNDER CONSTRUCTION'''
'''UNDER CONSTRUCTION'''
===Backup Process for Application===
The backup process for ARIS application involves regularly creating backups of the application's database to ensure data safety and the ability to restore the system in case of any issues. Here is a step-by-step guide on how the the backup is perfomred and how to customize it:
1.'''Access technical administration page:''' Log in to the application as an administrator and go to the Technical Administration section, then find the parameters tab. This section provides access to the backup-related parameters and settings.
2. '''Set Backup Frequency:''' In the parameters tab, locate the backup_frequency parameter. This parameter determines how often the backups will be created. Modify this parameter according to your requirements. For example, if you set it to "6," a backup will be created every six hours. By default it will be set as 23 so it will create a backup daily.
3. '''Set Backup History:''' Locate the backup_history parameter in the same tab. This parameter defines the number of backups to retain. Modify this parameter to specify how many backups you want to keep. For instance, if you set it to "5," the system will retain the most recent five backups. By default the parameter will be set in 3, so the system will only preserve the 3 most recent backups.
[[File:backup_parameters.png|center|600px|thumb| Parameters of backup settings inside the parameters tab]]
4. '''Find the Backup Folder:''' The backup files will be stored in the ARIS/Backend/Backups folder. Here you will find all the backups files with the creation date as their names.
[[File:backup_folder.png|center|600px|thumb| Backup folder with three backup files]]
The backup process will be done automatic, you just need to modify, if you see it necessary, the parameters commented above. The system will generate backups every time has the backup_frecuency parameter says and many as the backup_history parameter says.

Revision as of 20:22, 3 July 2023


UNDER CONSTRUCTION

Backup Process for Application[edit]

The backup process for ARIS application involves regularly creating backups of the application's database to ensure data safety and the ability to restore the system in case of any issues. Here is a step-by-step guide on how the the backup is perfomred and how to customize it:

1.Access technical administration page: Log in to the application as an administrator and go to the Technical Administration section, then find the parameters tab. This section provides access to the backup-related parameters and settings.
2. Set Backup Frequency: In the parameters tab, locate the backup_frequency parameter. This parameter determines how often the backups will be created. Modify this parameter according to your requirements. For example, if you set it to "6," a backup will be created every six hours. By default it will be set as 23 so it will create a backup daily.
3. Set Backup History: Locate the backup_history parameter in the same tab. This parameter defines the number of backups to retain. Modify this parameter to specify how many backups you want to keep. For instance, if you set it to "5," the system will retain the most recent five backups. By default the parameter will be set in 3, so the system will only preserve the 3 most recent backups.
Parameters of backup settings inside the parameters tab
4. Find the Backup Folder: The backup files will be stored in the ARIS/Backend/Backups folder. Here you will find all the backups files with the creation date as their names.
Backup folder with three backup files

The backup process will be done automatic, you just need to modify, if you see it necessary, the parameters commented above. The system will generate backups every time has the backup_frecuency parameter says and many as the backup_history parameter says.