From c358079453f34b7d84fdc69c38490f4ff6014210 Mon Sep 17 00:00:00 2001 From: Spacetech <824323+Spacetech@users.noreply.github.com> Date: Sat, 24 May 2025 10:17:16 -0700 Subject: [PATCH 1/2] Add support for additional tensorchord postgres images --- db-auto-backup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db-auto-backup.py b/db-auto-backup.py index 68200d9..8492c9b 100755 --- a/db-auto-backup.py +++ b/db-auto-backup.py @@ -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", From c601b83aa8f0bc9b4a9b58366eb058e8ea981bf4 Mon Sep 17 00:00:00 2001 From: Spacetech <824323+Spacetech@users.noreply.github.com> Date: Sat, 24 May 2025 10:22:19 -0700 Subject: [PATCH 2/2] document image names --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 302fe84..4c9c3e0 100644 --- a/README.md +++ b/README.md @@ -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