소스 검색

Merge pull request #807 from thedanbob/fix-changelog

Fix typos
pull/809/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
9011b166eb
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      CHANGELOG.md

+ 2
- 2
CHANGELOG.md 파일 보기

@@ -39,7 +39,7 @@ To migrate to the new setup, expect a few minutes of downtime, while you follow
matrix_postgres_connection_password: YOUR_POSTGRES_PASSWORD_HERE matrix_postgres_connection_password: YOUR_POSTGRES_PASSWORD_HERE
``` ```


.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #1.
.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2.


4. Stop all services: `ansible-playbook -i inventory/hosts setup.yml --tags=stop` 4. Stop all services: `ansible-playbook -i inventory/hosts setup.yml --tags=stop`
5. Log in to the server via SSH. The next commands will be performed there. 5. Log in to the server via SSH. The next commands will be performed there.
@@ -51,7 +51,7 @@ matrix_postgres_connection_password: YOUR_POSTGRES_PASSWORD_HERE
CREATE ROLE matrix LOGIN SUPERUSER PASSWORD 'YOUR_POSTGRES_PASSWORD_HERE'; CREATE ROLE matrix LOGIN SUPERUSER PASSWORD 'YOUR_POSTGRES_PASSWORD_HERE';
``` ```


.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #1.
.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2.


9. Execute the following queries as you see them (no modifications necessary, so you can just paste them): 9. Execute the following queries as you see them (no modifications necessary, so you can just paste them):




불러오는 중...
취소
저장