Skip to content

Commit 030a1c9

Browse files
committed
Fix
1 parent 0eab91e commit 030a1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-auto-backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def backup_redis(container: Container) -> str:
128128

129129
BACKUP_PROVIDERS: list[BackupProvider] = [
130130
BackupProvider(
131-
patterns=["postgres", "*pgvecto*", "*postgres*"], backup_method=backup_psql, file_extension="sql"
131+
patterns=["postgres", "tensorchord/pgvecto-rs", "nextcloud/aio-postgresql"], backup_method=backup_psql, file_extension="sql"
132132
),
133133
BackupProvider(
134134
patterns=["mysql", "mariadb", "*/linuxserver/mariadb"],

0 commit comments

Comments
 (0)