switchover
This commit is contained in:
@@ -174,28 +174,12 @@ postgres-18-cluster:
|
|||||||
# - CREATE DATABASE "lidarr-main" OWNER "app";
|
# - CREATE DATABASE "lidarr-main" OWNER "app";
|
||||||
# - CREATE DATABASE "lidarr-log" OWNER "app";
|
# - CREATE DATABASE "lidarr-log" OWNER "app";
|
||||||
recovery:
|
recovery:
|
||||||
method: import
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr-postgresql-18-cluster
|
destinationPath: s3://postgres-backups/cl01tl/lidarr/lidarr-postgresql-18-cluster
|
||||||
endpointURL: http://garage-main.garage:3900
|
endpointURL: http://garage-main.garage:3900
|
||||||
index: 1
|
index: 1
|
||||||
endpointCredentials: lidarr-postgresql-18-cluster-backup-secret
|
endpointCredentials: lidarr-postgresql-18-cluster-backup-secret
|
||||||
import:
|
|
||||||
type: "monolith"
|
|
||||||
databases:
|
|
||||||
- lidarr-main
|
|
||||||
- lidarr-log
|
|
||||||
roles:
|
|
||||||
- app
|
|
||||||
source:
|
|
||||||
host: "lidarr2-postgresql-17-cluster-rw"
|
|
||||||
port: 5432
|
|
||||||
username: postgres
|
|
||||||
database: "*"
|
|
||||||
sslMode: "disable"
|
|
||||||
passwordSecret:
|
|
||||||
name: "lidarr2-postgresql-17-cluster-superuser"
|
|
||||||
key: "password"
|
|
||||||
backup:
|
backup:
|
||||||
objectStore:
|
objectStore:
|
||||||
- name: external
|
- name: external
|
||||||
|
|||||||
Reference in New Issue
Block a user