fix env
This commit is contained in:
@@ -178,7 +178,7 @@ komodo:
|
||||
name: komodo-postgresql-17-fdb-cluster-superuser
|
||||
key: host
|
||||
- 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
|
||||
value: komodo
|
||||
service:
|
||||
@@ -279,12 +279,12 @@ postgres-17-fdb-cluster:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
||||
index: 2
|
||||
index: 1
|
||||
backup:
|
||||
objectStore:
|
||||
- name: external
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
|
||||
index: 3
|
||||
index: 1
|
||||
retentionPolicy: "3d"
|
||||
scheduledBackups:
|
||||
- name: daily-backup
|
||||
|
Reference in New Issue
Block a user