begin migration
This commit is contained in:
@@ -2,7 +2,7 @@ immich:
|
|||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
type: deployment
|
type: deployment
|
||||||
replicas: 1
|
replicas: 0
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
containers:
|
containers:
|
||||||
@@ -92,7 +92,7 @@ immich:
|
|||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
machine-learning:
|
machine-learning:
|
||||||
type: deployment
|
type: deployment
|
||||||
replicas: 1
|
replicas: 0
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
containers:
|
containers:
|
||||||
@@ -195,7 +195,7 @@ postgres-16-cluster:
|
|||||||
#--- https://github.com/tensorchord/cloudnative-pgvecto.rs
|
#--- https://github.com/tensorchord/cloudnative-pgvecto.rs
|
||||||
#--- https://github.com/immich-app/immich/discussions/17025
|
#--- https://github.com/immich-app/immich/discussions/17025
|
||||||
type: tensorchord
|
type: tensorchord
|
||||||
mode: recovery
|
mode: standalone
|
||||||
cluster:
|
cluster:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/tensorchord/cloudnative-pgvecto.rs
|
repository: ghcr.io/tensorchord/cloudnative-pgvecto.rs
|
||||||
@@ -223,12 +223,13 @@ postgres-16-cluster:
|
|||||||
endpointCredentials: immich-postgresql-17-cluster-backup-secret
|
endpointCredentials: immich-postgresql-17-cluster-backup-secret
|
||||||
recoveryIndex: 2
|
recoveryIndex: 2
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
enabled: false
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
# endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
# destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
||||||
endpointCredentials: immich-postgresql-16-cluster-backup-secret
|
# endpointCredentials: immich-postgresql-16-cluster-backup-secret
|
||||||
backupIndex: 2
|
# backupIndex: 2
|
||||||
retentionPolicy: "3d"
|
# retentionPolicy: "3d"
|
||||||
|
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
nameOverride: immich-postgresql-17
|
nameOverride: immich-postgresql-17
|
||||||
mode: recovery
|
mode: recovery
|
||||||
@@ -273,14 +274,14 @@ postgres-17-cluster:
|
|||||||
create: false
|
create: false
|
||||||
name: immich-postgresql-16-cluster-app
|
name: immich-postgresql-16-cluster-app
|
||||||
key: password
|
key: password
|
||||||
backup:
|
# backup:
|
||||||
objectStore:
|
# objectStore:
|
||||||
- name: external
|
# - name: external
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster
|
# destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster
|
||||||
index: 1
|
# index: 1
|
||||||
retentionPolicy: "3d"
|
# retentionPolicy: "3d"
|
||||||
scheduledBackups:
|
# scheduledBackups:
|
||||||
- name: daily-backup
|
# - name: daily-backup
|
||||||
suspend: true
|
# suspend: true
|
||||||
schedule: "0 0 0 * * *"
|
# schedule: "0 0 0 * * *"
|
||||||
backupName: external
|
# backupName: external
|
||||||
|
Reference in New Issue
Block a user