We are using the JSON API for remote backup, but we get error message during renaming of last JPA part.
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by tampe125 on Monday, 27 November 2023 03:02 CST
We are using the JSON API for remote backup, but we get error message during renaming of last JPA part.
Hello,
looking at your backup log, I can see that there are two lines overlapping. Maybe you have two CRON starting together? How are you triggering your backup? If you start it from the backend, does it successfully complete?
Davide Tampellini
Developer and Support Staff
🇮🇹Italian: native 🇬🇧English: good • 🕐 My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Thanks for your reply. I'm starting with "startBackup" and after I get response from your API afterwards I check as follow (I use node-red):
//Check if backup is running
if ((msg.payload.data.HasRun == true) && (msg.payload.status == 200) && (msg.payload.data.Error =="")) { //send to Rest API the backupid and "stepBackup" } //Check if Backup has finished else if ((msg.payload.data.HasRun == false) && (msg.payload.status == 200) && (msg.payload.data.Progress == 100)) { // send email to my mailbox } The local backup is running without problems.Hello,
I think you went for the hardest path possible: you can either trigger the backup using a simple bash script invoking curl/wget and then send out a mail, or use our Remote CLI application that does everything for you.
Going deep down to this level as you did is not for the faint of hearth and it's a little too much, since most of the tools are already out there. Can I know why you decided to write your own script for starting and checking backups?
Davide Tampellini
Developer and Support Staff
🇮🇹Italian: native 🇬🇧English: good • 🕐 My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!
Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.
Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!