fix env
This commit is contained in:
@@ -178,7 +178,7 @@ komodo:
|
|||||||
name: komodo-postgresql-17-fdb-cluster-superuser
|
name: komodo-postgresql-17-fdb-cluster-superuser
|
||||||
key: host
|
key: host
|
||||||
- name: KOMODO_CLI_DATABASE_TARGET_URI
|
- name: KOMODO_CLI_DATABASE_TARGET_URI
|
||||||
value: mongodb://${TARGETDB_USERNAME}:${TARGETDB_PASSWORD}@komodo-ferretdb.komodo:27017
|
value: mongodb://$(TARGETDB_USERNAME):$(TARGETDB_PASSWORD)@komodo-ferretdb.komodo:27017
|
||||||
- name: KOMODO_CLI_DATABASE_TARGET_DB_NAME
|
- name: KOMODO_CLI_DATABASE_TARGET_DB_NAME
|
||||||
value: komodo
|
value: komodo
|
||||||
service:
|
service:
|
||||||
@@ -279,12 +279,12 @@ postgres-17-fdb-cluster:
|
|||||||
method: objectStore
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
||||||
index: 2
|
index: 1
|
||||||
backup:
|
backup:
|
||||||
objectStore:
|
objectStore:
|
||||||
- name: external
|
- name: external
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
||||||
index: 3
|
index: 1
|
||||||
retentionPolicy: "3d"
|
retentionPolicy: "3d"
|
||||||
scheduledBackups:
|
scheduledBackups:
|
||||||
- name: daily-backup
|
- name: daily-backup
|
||||||
|
Reference in New Issue
Block a user