Hi there, I deleted a single report by mistake. Is there a way to restore it? We are making nightly backup of the db and folder structure.
Thanks in advance.
Piero
Last edit: Piero Piutti 2022-11-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Meanwhile I restored a copy of the db on another vm and with a select on art_queries I was able to get the report source again. If there is a quicker way, let me know. It could be usefull in the future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, I deleted a single report by mistake. Is there a way to restore it? We are making nightly backup of the db and folder structure.
Thanks in advance.
Piero
Last edit: Piero Piutti 2022-11-08
Meanwhile I restored a copy of the db on another vm and with a select on art_queries I was able to get the report source again. If there is a quicker way, let me know. It could be usefull in the future.
One option would be to use the export option to export records on a regular basis, and then import if the need arises.
With the just released 6.21 version, you can use a command like the following to automate the export process.
curl -d "username=admin&password=admin&recordType=All" http://localhost:8080/art/exportRecords