You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
I think that I can try to work on this if I get time but am putting it here just to document. The deletion of backups probably shouldn't be handled by puppet but rather a script stored locally. We had to disable the puppet agent on our stash server while troubleshooting the setenv.sh template issue and the backups almost filled the hard drive.
The text was updated successfully, but these errors were encountered:
Are you saying that the stash module should not manage the cleanups of the backups? Or that instead of using the tidy type, we should use the cron type with a script to remove old backup files?
Yeah, since there is already have a cron in place I would probably modify the backup_cmd to handle deleting the older files in addition to doing the backup. Not sure whether adding it to a bash script or just adding it to the command would be the better route though.
claflico, would you consider submitting a PR for this? I cant justify implementing it as I feel the current method is working well for my environments.
I think that I can try to work on this if I get time but am putting it here just to document. The deletion of backups probably shouldn't be handled by puppet but rather a script stored locally. We had to disable the puppet agent on our stash server while troubleshooting the setenv.sh template issue and the backups almost filled the hard drive.
The text was updated successfully, but these errors were encountered: