Commit graph

5 commits

Author SHA1 Message Date
bcj 84b525f83e Add a script for pruning old backup files
Adds a pruning script which is installed but not set to run by default.
Also adds for that script that can be run in a container that replicates the db container's conditions
2021-03-08 23:16:34 -06:00
bcj 015d45ef99 Start cron on db service start
init.d isn't run when docker containers are run so we need to modify the entrypoint.
This commit makes the ugly choice of injecting the command in automatically in order to avoid the need to manually maintain the images entrypoint.
2021-03-08 23:09:54 -06:00
Mouse Reeve d19405f379 fixes backup script name 2020-10-29 23:10:40 -07:00
Mouse Reeve d3987756eb Removes hanging cron command 2020-10-28 16:10:50 -07:00
Mouse Reeve 687ff5a6d7 Gets database cron into the right image 2020-10-28 15:56:25 -07:00