waja / docker-calcardbackup

Docker image for calcardbackup: https://codeberg.org/BernieO/calcardbackup
13 stars 3 forks source link

Container stops occasionally #70

Open jonnymauser76 opened 1 year ago

jonnymauser76 commented 1 year ago

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

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

I hope, you can provide me with any clues whats going on here. Happy to provide more information, if needed

waja commented 1 year ago

Without having a log or error output it is hard to tell, what might be your problem. Does it still exist?