02-22-2021, 05:56 PM
(02-22-2021, 08:45 AM)TookaFace Wrote: https://moodeaudio.org/forum/showthread....6#pid30806
Quote:I guess failed:1 referes to the 1st line of the cfg_hash table1 means the table is not RO, so the last command from database procedure was not apply.
Quote:But this should not be a problem, because the record has been now updated to warningDoing that can trigger the verification check (error code: 2), so revert to exit for nginx.conf, and follow only the database procedure.
After that, if that still don't work, check again in moode log the error code for Integrity check line.
Thanks for the tip. I solved it now.
The database was locked and would not let me do the UPDATE nor the CREATE TRIGGER.
A little googling showed me how to back up the db. Apply the changes in the back up and swap them was easy.
Regards,