Skip to main content
Version: 2.2.1

Backup-related activities

This section presents additional backup-related activities. The first activity contains the installation backup recovery procedure. Whereas the other activity contains the details of the backups that can be deleted after SoftExpert Suite is updated. See the topics below:

Backup recovery​

If you need to recover the SoftExpert Suite backup after the update process, stop the Tomcat, PDF Converter, and SoftExpert Suite services, and recover the backup, as shown in the procedure below. Then, restart the services that have been stopped.

Stopping the services​

  1. Stop the execution of the SoftExpert Suite service:
# service sesuite stop

Recovering the SoftExpert Suite backup​

  1. Access the SoftExpert Suite installation directory and delete the web, log, platform, and tools folders:
# cd /usr/local/se
# rm -rf web log platform tools
  1. Access the directory that was used to back up the SoftExpert Suite installation directory:
# cd <backup_directory>
  1. Decompress the backup of the version that was installed before the update in the SoftExpert Suite installation directory:
#\ tar -zxvf sesuite\_<version>\_DDMMYYYY_HHMM.bkp.tar.gz –d /usr/local/se
caution

If there are several backup files, use the latest one.

  1. Start the SoftExpert Suite services following the procedure below.

Starting the services​

  1. Start the execution of the SoftExpert Suite service:
#\ service sesuite start
caution

During the SoftExpert Suite service startup, the requirements will be checked. If a requirement does not meet the system usage, the checker will display a message to indicate the configuration that needs to be resolved. See the "Additional procedures > Troubleshooting > Requirements check" section in the Installation Guide for details on how to troubleshoot the main configuration issues.

Backup deletion​

After the update is successfully performed, the backups can be deleted.

  1. Access the directory that was used to store the backups.
  2. Delete the old backup files, keeping the latest one only.