From 459f963dd538ccf9fdbedd0be31eafdb47fbf0b3 Mon Sep 17 00:00:00 2001 From: sghosh23 Date: Wed, 12 Nov 2025 11:01:59 +0100 Subject: [PATCH] fix: pg link to wds repo --- src/how-to/administrate/postgresql-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/how-to/administrate/postgresql-cluster.md b/src/how-to/administrate/postgresql-cluster.md index fd81c14..00113da 100644 --- a/src/how-to/administrate/postgresql-cluster.md +++ b/src/how-to/administrate/postgresql-cluster.md @@ -95,6 +95,7 @@ If deploying/upgrading wire-server manually, use one of these methods: ### Option 1: Run the sync script in the adminhosts container: ```bash +d bash # Sync PostgreSQL password from K8s secret to secrets.yaml ./bin/sync-k8s-secret-to-wire-secrets.sh \ wire-postgresql-external-secret \ @@ -240,7 +241,7 @@ For detailed recovery procedures covering complex scenarios such as: - Backup and restore procedures - Disaster recovery planning -Please refer to the [comprehensive PostgreSQL cluster recovery documentation](https://github.com/wireapp/wire-server-deploy/blob/main/offline/postgresql-cluster.md) in the wire-server-deploy repository. +Please refer to the [comprehensive PostgreSQL cluster recovery documentation](https://github.com/wireapp/wire-server-deploy/blob/master/offline/postgresql-cluster.md) in the wire-server-deploy repository. ## Next Steps