backup-container
backup-container copied to clipboard
A simple container for a simple backup strategy.
I want to exclude specific tables for backup, but backup.conf only accepts the list of databases that are assumed to be valid for the backup and dumps all tables in...
First time executing the backup was this morning and I cannot get the verification to work. We do not have a public schema in our database, hopefully it is not...
Looking for continuous archiving/back up options for larger databases that see some degree of change but the overhead of copying out the whole database is not in line with what...
When trying to verify a MySQL backup: ``` sh-5.0$ ./backup.sh -v mariadb=matomo-db:3306/matomo Verifying backup ... Settings: - Database: mariadb=matomo-db:3306/matomo - Backup file: /backups/daily/2021-07-27/matomo-db-matomo_2021-07-27_05-40-37.sql.gz Would you like to continue? Press Ctrl-C...
> path: (do not delete) https://github.com/BCDevOps/backup-container/blob/master/README.md > (do not delete) devhub page: undefined ## Devhub Content Issue Remove from DevHub. This content is available in private cloud tech docs.
The link in the existing docs is broken. https://github.com/BCDevOps/backup-container#deploy-with-helm-chart The new location is here: https://github.com/bcgov/helm-charts/tree/master/charts/backup-storage
For cronjob deployments on OCP4, the current behavior always exits and marks the pod status as Completed, meaning that the only way to discover if the task actually succeeded or...
`gzip` supports an option called `--rsyncable` that makes the resulting file more deduplication friendly while only costing about 1% additional space. This will allow the NetApp to deduplicate subsequent backups...
We have a PostgreSQL database with PostGIS installed. The back up validation fails with: ``` [!!ERROR!!] - Backup verification failed; /backups/daily/2020-07-29/invasivesbc-api-postgresql-test-InvasivesBC_2020-07-29_16-50-15.sql.gz The following issues were encountered during backup verification; ERROR:...