Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto backup do not appear to be working #416

Closed
Gerporgl opened this issue Oct 31, 2023 · 1 comment
Closed

Auto backup do not appear to be working #416

Gerporgl opened this issue Oct 31, 2023 · 1 comment

Comments

@Gerporgl
Copy link

My docker-compose log says Auto backup enabled. However even after changing the cron schedule I can never find the backup anywhere and there is no log showing that it runs.

After login in the docker container manually (docker exec) and executing the cron job manually (/sbin/entrypoint.sh app:backup) I am prompted with a "Password:" prompt. I then guessed it may be the postgres user password and it worked. It seems to me that perhaps the credentials are not passed or automated properly?

I am also no clear if this feature is documented anywhere. I was about to setup my own script to run the backup task, but then found clues that there was probably an automated backup implemented already in docker.

@Gerporgl
Copy link
Author

Perhaps this backup solution is not good, it does not appear to be using the /home/zulip/deployments/current/manage.py backup script described in the zulip documenation, it seems to be mostly a postgres dump.

I will probably just make backups of the docker volumes instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant