What you need to do?
To
disable the automatic backup process, follow the next steps:
1.
Backup the hidden folder C:\ProgramData\Bizagi\Enterprise\
2.
Open appsettings.xml
file from the Operations Service located in C:\ProgramData\Bizagi\Enterprise\Bizagi.ServerOperationsService

3.
Include the DisableDatabaseBackup key with value true
in the file.
<add key="DisableDatabaseBackup" value="true" />

4. Restart the service and retry the update. If the process is successful, you can see that taking automatic backup was deactivated.

|