Fix capitalization: postgres → Postgres

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-02-12 19:07:46 +09:00
parent 830adb35a6
commit c27fb2a832
11 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ You can manually generate the password hash by using the command-line after **SS
docker exec -it matrix-synapse /usr/local/bin/hash_password -c /data/homeserver.yaml
```
and then connecting to the postgres server and executing:
and then connecting to the Postgres server and executing:
```sql
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@alice:example.com';