Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ A script to automatically back up all databases running under docker on a host,
- MariaDB
- [LSIO's MariaDB](https://github.com/linuxserver/docker-mariadb/)
- PostgreSQL
- [TimescaleDB](https://www.timescale.com/)
- [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs)
- [pgvector](https://github.com/pgvector/pgvector),
- Nextcloud's [AIO](https://github.com/nextcloud/all-in-one)
- [pgautoupgrade](https://github.com/pgautoupgrade/docker-pgautoupgrade))
- [TimescaleDB](https://www.timescale.com/) (`timescale/timescaledb`)
- [VectorChord](https://github.com/tensorchord/VectorChord) (`tensorchord/pgvecto-rs`, `tensorchord/vchord-postgres`, `tensorchord/vchord-suite`)
- [pgvector](https://github.com/pgvector/pgvector) (`pgvector/pgvector`)
- Nextcloud's [AIO](https://github.com/nextcloud/all-in-one) (`nextcloud/aio-postgresql`)
- [pgautoupgrade](https://github.com/pgautoupgrade/docker-pgautoupgrade) (`pgautoupgrade/pgautoupgrade`)
- Redis

## Installation
Expand Down
2 changes: 2 additions & 0 deletions db-auto-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def backup_redis(container: Container) -> str:
patterns=[
"postgres",
"tensorchord/pgvecto-rs",
"tensorchord/vchord-postgres",
"tensorchord/vchord-suite",
"nextcloud/aio-postgresql",
"timescale/timescaledb",
"pgvector/pgvector",
Expand Down