JaCoB1123
  • Joined on 2023-11-11
JaCoB1123 commented on issue konrad/docker-db-backup#5 2024-01-29 11:43:40 +00:00
Backup fails without error

Awesome, it's looking good now. Thanks a lot 👍

JaCoB1123 commented on issue konrad/docker-db-backup#5 2024-01-28 19:56:11 +00:00
Backup fails without error

Yes, usually at least. Yesterday the full backup was able to complete. The 5 days before it failed on the docspell container.

The saved .sql file is 3.3GB. The docker volume is 2.4GB in size.

JaCoB1123 commented on issue konrad/docker-db-backup#5 2024-01-28 19:28:26 +00:00
Backup fails without error

I just went to the console for the docker server and was greeted by this: image

So it seems to be a memory issue. Is the output maybe…

JaCoB1123 commented on issue konrad/docker-db-backup#5 2023-11-24 22:59:39 +00:00
Backup fails without error

Sorry for the delay. I just checked and the backup failed the last 4 days consecutively. The db's uptime is 8 days though.

JaCoB1123 commented on issue konrad/docker-db-backup#5 2023-11-18 23:08:03 +00:00
Backup fails without error

I changed the cron expression to execute later, updated the db-container and rebooted my server. Of the last two runs one was successful, although the gitea-backup was created empty without an…

JaCoB1123 commented on issue konrad/docker-db-backup#5 2023-11-15 22:43:45 +00:00
Backup fails without error

It's actually quite minimal:

db:
  image: postgres:11.7
  volumes:
    - postgres_data:/var/lib/postgresql/data
  ports:
    - "7787:5432"
  environment:
    POSTGRES_USER=user
   …
JaCoB1123 commented on issue konrad/docker-db-backup#5 2023-11-13 22:14:50 +00:00
Backup fails without error

I just checked and I got the same result...

JaCoB1123 opened issue konrad/docker-db-backup#5 2023-11-11 22:47:52 +00:00
Backup fails without error
JaCoB1123 opened issue konrad/docker-db-backup#4 2023-11-11 22:23:10 +00:00
Backup fails when container has env-var without value