File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Installing PostgreSQL Database
3535
36369. Start the PostgreSQL interactive terminal.
3737
38- - ``psql ``
38+ ``psql ``
3939
404010. Create the Mattermost database.
4141
@@ -60,13 +60,15 @@ Installing PostgreSQL Database
6060
6161 ``exit ``
6262
63- 15. Allow Postgres to listen on all assigned IP Addresses. Open `` /etc/postgresql/9.4/main/postgresql.conf `` as root in a text editor.
63+ 15. Allow Postgres to listen on all assigned IP Addresses.
6464
65- a. Find the following line:
65+ a. Open ``/etc/postgresql/9.4/main/postgresql.conf `` as root in a text editor.
66+
67+ b. Find the following line:
6668
6769 ``#listen_addresses = 'localhost' ``
68-
69- b . Uncomment the line and change ``localhost `` to ``* ``:
70+
71+ c . Uncomment the line and change ``localhost `` to ``* ``:
7072
7173 ``listen_addresses = '*' ``
7274
@@ -82,7 +84,7 @@ Installing PostgreSQL Database
8284
838517. Reload Postgres database
8486
85- ``sudo systemctl reload postgresql ``
87+ ``sudo service postgresql-9.4 restart ``
8688
878918. Verify that you can connect with the user *mmuser *.
8890
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Installing PostgreSQL Database
3535
36369. Start the PostgreSQL interactive terminal.
3737
38- - ``psql ``
38+ ``psql ``
3939
404010. Create the Mattermost database.
4141
@@ -60,13 +60,15 @@ Installing PostgreSQL Database
6060
6161 ``exit ``
6262
63- 15. Allow Postgres to listen on all assigned IP Addresses. Open `` /etc/postgresql/9.4/main/postgresql.conf `` as root in a text editor.
63+ 15. Allow Postgres to listen on all assigned IP Addresses.
6464
65- a. Find the following line:
65+ a. Open ``/etc/postgresql/9.4/main/postgresql.conf `` as root in a text editor.
66+
67+ b. Find the following line:
6668
6769 ``#listen_addresses = 'localhost' ``
68-
69- b . Uncomment the line and change ``localhost `` to ``* ``:
70+
71+ c . Uncomment the line and change ``localhost `` to ``* ``:
7072
7173 ``listen_addresses = '*' ``
7274
You can’t perform that action at this time.
0 commit comments