change image and import
This commit is contained in:
@@ -219,7 +219,7 @@ postgres-16-cluster:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
||||
endpointCredentials: immich-postgresql-17-cluster-backup-secret
|
||||
recoveryIndex: 2
|
||||
backup:
|
||||
@@ -232,11 +232,11 @@ postgres-16-cluster:
|
||||
|
||||
postgres-17-cluster:
|
||||
nameOverride: immich-postgresql-17
|
||||
mode: recovery
|
||||
mode: standalone
|
||||
cluster:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/postgres
|
||||
tag: 17-vectorchord0.4.3-pgvector0.8.0-pgvectors0.3.0
|
||||
repository: ghcr.io/tensorchord/cloudnative-vectorchord
|
||||
tag: 17.6-0.5.2
|
||||
storage:
|
||||
storageClass: local-path
|
||||
walStorage:
|
||||
@@ -257,24 +257,11 @@ postgres-17-cluster:
|
||||
- CREATE EXTENSION IF NOT EXISTS "cube" CASCADE;
|
||||
- CREATE EXTENSION IF NOT EXISTS "earthdistance" CASCADE;
|
||||
recovery:
|
||||
method: import
|
||||
method: objectStore
|
||||
objectStore:
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster
|
||||
index: 1
|
||||
import:
|
||||
type: "microservice"
|
||||
databases:
|
||||
- app
|
||||
source:
|
||||
host: immich-postgresql-16-cluster-rw
|
||||
port: 5432
|
||||
username: app
|
||||
database: app
|
||||
sslMode: "disable"
|
||||
passwordSecret:
|
||||
create: false
|
||||
name: immich-postgresql-16-cluster-app
|
||||
key: password
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
||||
clusterName: immich-postgresql-16-cluster
|
||||
index: 2
|
||||
# backup:
|
||||
# objectStore:
|
||||
# - name: external
|
||||
|
Reference in New Issue
Block a user