Skip to content

Commit

Permalink
Add instructions to configure database remote access
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlabing committed May 22, 2023
1 parent ed07d82 commit ab72d08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ Installation

You need to add the test server key to the test_server table.

5. Optimise postgres settings
5. Edit `/etc/postgresql/13/main/postgresql.conf` to allow remote access for the ControlServer and other servers
(change `listen_addresses`) and configure `/etc/postgresql/13/main/pg_hba.conf` accordingly

6. Optimise postgres settings

Check the values of
* shared_buffers
Expand Down

0 comments on commit ab72d08

Please sign in to comment.