Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/how-to/administrate/postgresql-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't do anything (?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This postgresql for offline envrionment. it does sync the postgresql secret with wire-server values file @spoonman01
Let's have a talk if you some more questions to clarify.

# Sync PostgreSQL password from K8s secret to secrets.yaml
./bin/sync-k8s-secret-to-wire-secrets.sh \
wire-postgresql-external-secret \
Expand Down Expand Up @@ -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

Expand Down