tamil-wiki / mediawiki-backup-restore

Docker image for backup MySQL and Mediawiki config into S3
MIT License
0 stars 0 forks source link

clear backup folder inside the container to keep storage in check #17

Closed vijayabharathib closed 1 year ago

vijayabharathib commented 1 year ago

backup cron is running in a container and sending files to s3. all files are deleted after pushing to s3. however, some files stayed within the container , using 25GB of data.

this has to be debugged and fixed.

arulrajnet commented 1 year ago

The root cause of the issue is, when the backup failed we didn't clear the tar file inside the /backup directory.

2022-11-02_12-29

Failed log

2022-11-02_12-41

Will fix the same.