Update the server using the following instruction.
Enable Data Protection again.
Option 1 (using a script)
To update the server, you can use the update.sh script, which is located in the IES directory (/opt/IES default). You can run it either manually or through the web interface (by clicking on the server version). If an update is available, you will be prompted to update the server using a script. If you have changed the location of the server, the name of the service to run, you can manually update the necessary parameters in the script.
The script has the following command line parameters:
--dir - path to IES bin directory. Default /opt/IES
--service - name of IES-service. Default IES
--url - url to download the update file. Default, url will be taken from https://update.ipi.com/hes/build.json
But you can override these parameters. For example, to update IES offline, from the file "linux_x64_latest.tar.gz", located in the user's home directory, you can run the script as follows:
sqlcmd -S localhost -U SA -Q "BACKUP DATABASE [hesdb] TO DISK = N'/var/opt/mssql/data/hesdb.bak' WITH NOFORMAT, NOINIT, NAME = 'db-full', SKIP, NOREWIND, NOUNLOAD, STATS = 10"
$ cd ~
$ curl -O https://update.ipi.com/hes/linux_x64_latest.tar.gz
$ tar -xvf linux_x64_latest.tar.gz
$ sudo mv IES /opt/