https://github.com/engineervix/zulip-pg-backup
A custom postgres backup utility for a dokku-based Zulip installation where the postgres service uses the zulip/zulip-postgresql image
https://github.com/engineervix/zulip-pg-backup
zulip
Last synced: 12 months ago
JSON representation
A custom postgres backup utility for a dokku-based Zulip installation where the postgres service uses the zulip/zulip-postgresql image
- Host: GitHub
- URL: https://github.com/engineervix/zulip-pg-backup
- Owner: engineervix
- Created: 2024-09-07T17:18:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T17:39:02.000Z (over 1 year ago)
- Last Synced: 2025-02-04T12:14:23.094Z (about 1 year ago)
- Topics: zulip
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zulip_postgres_backup.sh
> A custom postgres backup utility for a dokku-based Zulip installation
> where the postgres service uses the [`zulip/zulip-postgresql`](https://hub.docker.com/r/zulip/zulip-postgresql) image
Run this as a cron job, for example:
```
45 3 * * * $HOME/path/to/zulip-pg-backup/zulip_postgres_backup.sh remote bucket/path >> $HOME/path/to/zulip-pg-backup/logs/backup_`date +\%Y\%m\%d_\%H\%M\%S`.log 2>&1
```