Hey there,
I am using the dockerized version of calcardbackup. The config has worked for quite a while on another server. As Environmental variables, I use
CALCARD_OPTS
-r 7
CALCARDBACKUP_VERSION
5.2.0
DB_HOST
xxx.xxx.xxx.xx
DB_PORT
3306
GIT_PROJECT
BernieO/calcardbackup
INIT_BACKUP
true
MYSQL_DATABASE
nextcloud
MYSQL_PASSWORD
xxxxxxxxxxx
MYSQL_ROOT_PASSWORD
xxxxxxxxx
MYSQL_USER
nextcloud
NC_HOST
xxxxxxxxx
NC_PORT
443
nextcloud/config/www/nextcloud/config is mapped to /nextcloud/config
and, of course, a persistent backup storage.
The initial backup is working fine, however, the container seems to crash before the second backup starts. After such crash I am not able to fire it up again and have to recreate it. Its kinda strange. I cannot find any traces in the logs. Neither in the container logs nor in docker events.
Here's the last container log:
Fri Apr 28 04:05:00 UTC 2023 --> START calcardbackup ver. 5.2.0 (22.03.2023), AGPL-3.0
Checking dependencies and preparing...
no usersfile given:
will fetch all available items from database
Using URL: xxxxxxxxxx
Nextcloud 25.0.5 detected.
Database of chosen Nextcloud installation is MySQL/MariaDB.
Looking for calendars in your Nextcloud:
Saving XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......success!
Saving calendar JXXXXXXXX.....success!
Saving calendar XXXXXXXX.....success!
Saving calendar XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......success!
Saving calendar JXXXXXXXX......success!
Saving calendar FXXXXXXXX.....empty calendar!
Looking for calendarsubscriptions in your Nextcloud:
Hey there, I am using the dockerized version of calcardbackup. The config has worked for quite a while on another server. As Environmental variables, I use
nextcloud/config/www/nextcloud/config is mapped to /nextcloud/config
and, of course, a persistent backup storage.
The initial backup is working fine, however, the container seems to crash before the second backup starts. After such crash I am not able to fire it up again and have to recreate it. Its kinda strange. I cannot find any traces in the logs. Neither in the container logs nor in docker events.
Here's the last container log: Fri Apr 28 04:05:00 UTC 2023 --> START calcardbackup ver. 5.2.0 (22.03.2023), AGPL-3.0
Checking dependencies and preparing...
no usersfile given:
Using URL: xxxxxxxxxx
Nextcloud 25.0.5 detected.
Database of chosen Nextcloud installation is MySQL/MariaDB.
Looking for calendars in your Nextcloud:
Saving XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......success!
Saving calendar JXXXXXXXX.....success!
Saving calendar XXXXXXXX.....success!
Saving calendar XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......empty calendar!
Saving calendar XXXXXXXX......success!
Saving calendar JXXXXXXXX......success!
Saving calendar FXXXXXXXX.....empty calendar!
Looking for calendarsubscriptions in your Nextcloud:
Saving cXXXXXXXXwebcal......success!
Looking for addressbooks in your Nextcloud:
Saving addressbook XXXXXXXX-Kontakte.vcf......empty addressbook!
Saving addressbook XXXXXXXX-Contacts.vcf......success!
Saving addressbook XXXXXXXXContacts.vcf......success!
Saving addressbook XXXXXXXX-Contacts.vcf......empty addressbook!
Saving addressbook XXXXXXXX-Contacts.vcf......empty addressbook!
Saving addressbookXXXXXXXX-Basis.vcf......success!
removing temporary files...
Compressing backup as *.tar.gz file. Be patient - this may take a while.
Backup successfully compressed!
Find your compressed backup here: /backup/calcardbackup-2023-04-28.tar.gz
deleting backups older than 7 days:
--> no backups older than 7 days found to be deleted.
Fri Apr 28 04:06:19 UTC 2023 --> END calcardbackup
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I hope, you can provide me with any clues whats going on here. Happy to provide more information, if needed