Skip to content

Commit 207898f

Browse files
authored
Add support for pgvector container (#80)
Support backups for https://github.com/pgvector/pgvector The container base image is `postgres`
1 parent 2d6be35 commit 207898f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A script to automatically back up all databases running under docker on a host,
77
## Supported databases
88

99
- MySQL (including MariaDB and LSIO's MariaDB)
10-
- PostgreSQL (including [TimescaleDB](https://www.timescale.com/), [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs), and Nextcloud's [AIO](https://github.com/nextcloud/all-in-one))
10+
- PostgreSQL (including [TimescaleDB](https://www.timescale.com/), [pgvecto.rs](https://github.com/tensorchord/pgvecto.rs), [pgvector](https://github.com/pgvector/pgvector), and Nextcloud's [AIO](https://github.com/nextcloud/all-in-one))
1111
- Redis
1212

1313
## Installation

db-auto-backup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def backup_redis(container: Container) -> str:
135135
"tensorchord/pgvecto-rs",
136136
"nextcloud/aio-postgresql",
137137
"timescale/timescaledb",
138+
"pgvector/pgvector",
138139
],
139140
backup_method=backup_psql,
140141
file_extension="sql",

0 commit comments

Comments
 (0)