Everything posted by Yanos!
-
[Plugin] CA Appdata Backup / Restore v2.5
@KluthR, thank you for the fix. I was able to restore my last backup without any issue. Happy New Year to you and your family. Best Wishes.
-
[Plugin] CA Appdata Backup / Restore v2.5
Thank you very much.
-
[Plugin] CA Appdata Backup / Restore v2.5
Thank you @KluthR to put effort into this plugin. I'm building a backup server and use my backups to bringback the data. I upgraded the plugin on December 18. I can bring back any backup set prior to this date, but get a TAR archive error for the backup done after the 18 done with the new version of the plugin. Here is the log of the restore that doesn't work. [27.12.2022 08:54:25] Restore of appData starting. This may take awhile [27.12.2022 08:54:25] Stopping duplicati... done! (took 4 seconds) [27.12.2022 08:54:29] Restoring appData from to [27.12.2022 08:54:29] Restoring: backup.log /usr/bin/tar: This does not look like a tar archive /usr/bin/tar: Skipping to next header /usr/bin/tar: Exiting with failure status due to previous errors [27.12.2022 08:54:29] User aborted backup! [27.12.2022 08:54:29] done [27.12.2022 08:54:29] Starting duplicati... (try #1) done! [27.12.2022 08:54:32] Restore finished. Ideally you should now restart your server [27.12.2022 08:54:32] Backup / Restore Completed As I was writing this post, I saw that the restore was trying to read backup.log and stopped working as this is not a TAR file. I removed the backup.log file from the source directory and started again the restore. I thought it was the culprit, but then, the system showed that I aborded the backup, which of course, I did not. [27.12.2022 09:39:50] Restore of appData starting. This may take awhile [27.12.2022 09:39:50] Not stopping duplicati: Not started! [ / Exited (0) 12 minutes ago] [27.12.2022 09:39:50] Restoring appData from to [27.12.2022 09:39:50] Restoring: CA_backup_binhex-krusader.tar.gz [27.12.2022 09:40:35] User aborted backup! [27.12.2022 09:40:35] done [27.12.2022 09:40:35] Restore finished. Ideally you should now restart your server [27.12.2022 09:40:35] Backup / Restore Completed I don't know where to look now. Any thoughts? Thank you.
-
[Support] Linuxserver.io - MariaDB
Well, it's my turn to ask for help... Sigh...😞. Real pain for me so far. All of a sudden, my mariadb used for Nextcloud stopped working. I don't know that caused this. I managed to find in the .err log that a pending transaction needed to commit or rollback. I commited it. Now, I see this in the unRAID docker logs and Nextcloud don't work: [services.d] starting services [services.d] done. 191103 18:21:44 mysqld_safe Logging to syslog. 191103 18:21:44 mysqld_safe Starting mysqld daemon with databases from /config/databases It's been a week or so that I'm working to fix this and I'm a the cross roads to start from scratch or still trying to fix this s**t. I have the data files that goes in Nextcloud, but I'm wondering: Do I have to both start mariadb AND Nextcloud with fresh instances? Note at the moment, I do not have any backups as I'm waiting new gear to complete my setup. If you think this can be an easy fix, it would be appreciated. Otherwise, new instances will be deployed. Thank you. EDIT: Did some "Docker Safe Permission" with the CA Plugin. Don't know if because of this, but I'm able to connect to Nextcloud. But, mariadb still have the mysqld_safe status in the log.