Skip to content

Commit aaf7b32

Browse files
committed
Changed postgres version from 9.5 to 12 that us the new default in Ubuntu 20.04
1 parent 1c7bc58 commit aaf7b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/How To Deploy Python App Using uWSGI And Nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ su johndoe
133133
However, notice that we've created a password for the Postgres user but never have to use it just because we used the same username in UNIX and Postgres. It is safer to require a password when connecting to the database. Use the below command to configure Postgres security options.
134134

135135
```
136-
sudo vi /etc/postgresql/9.5/main/pg_hba.conf
136+
sudo vi /etc/postgresql/12/main/pg_hba.conf
137137
```
138138

139139
Navigate to the bottom of the file, and we may see something like this:

0 commit comments

Comments
 (0)