Hi,
I have just tried running the online DB backup on our project from the server and a remote UI.
From the server the backup works correctly but from the remote UI, no time stamped text file is created in the target directory. From the log files, the backup looks like it has worked, there are no errors reported but I'm assuming it hasn't.
Is the online backup intended to work from the remote UI? We're running 3.15 P015
Online DB backup from remote UI
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Online DB backup from remote UI
In version 3.15 the text file is not created during the backup as the UI calls the function to write the file only when it is running on the server.
The text file is just for the documentation when the backup was executed. The backup also works without the text file.
When using version 3.16 the functions have been changed. The UI is only sending the command to execute the backup to the server and the scripts on the server are running all necessary tasks.
Best Regards
Leopold Knipp
Senior Support Specialist
The text file is just for the documentation when the backup was executed. The backup also works without the text file.
When using version 3.16 the functions have been changed. The UI is only sending the command to execute the backup to the server and the scripts on the server are running all necessary tasks.
Best Regards
Leopold Knipp
Senior Support Specialist
- ewoenne
- Posts:62
- Joined: Thu May 12, 2016 10:35 am
Re: Online DB backup from remote UI
Great, thankyou!