docker-db-auto-backup icon indicating copy to clipboard operation
docker-db-auto-backup copied to clipboard

A script to automatically back up all databases running under docker on a host

Results 38 docker-db-auto-backup issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://redirect.github.com/python/mypy) ([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) | `==1.15.0` -> `==1.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

## Overview This PR adds robust timezone support for scheduled backups. ## Features - Added support for the `TZ` environment variable to control the timezone used for scheduled backups. -...

## Overview This PR adds the ability to extend backup providers with custom patterns using environment variables, making the tool more flexible for users who have specific container naming conventions....

- Add support for additional tensorchord postgres images - Explicitly document the image names for each postgres container

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | `==23.12.1` -> `==25.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/black/25.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Sine redis became proprietary about a year ago, many projects are switching to valkey (https://hub.docker.com/r/valkey/valkey/) It's a drop-in replacement, so it should just be a matter of adding it to...

Add a CLEAN option to add DROP before database and tables creations. Also add EXTRA_ parameters to fine tuning dumps!

I've been playing with this excellent tool and it appears that the SCHEDULE environment variable always uses UTC time instead of my current timezone. I've tried various incarnations of setting...