Feat: Scripts for making backups on server - #353
Merged
Conversation
Closed
bramcomyn
requested changes
Mar 27, 2025
brentjan
approved these changes
Mar 27, 2025
bramcomyn
self-requested a review
March 28, 2025 07:29
bramcomyn
approved these changes
Mar 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backup_db.sh.sqlfile), this script will be executed by a cronjob every day.prune_volumes.shprod_pg_dataeven if it is dangling (not used by any container), this way the data in the DB will never be removed unless someone manually does so. This script will be executed every 30m by a cronjob, together with thedocker system prune.This PR closes #352