mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
increase required Postgres version to 9.2
This commit is contained in:
@ -96,7 +96,7 @@ Configure so that the vagrant user doesn't need to provide username and password
|
||||
psql -d discourse_development -c "CREATE EXTENSION pg_trgm;"
|
||||
|
||||
|
||||
Edit /etc/postgresql/9.1/main/pg_hba.conf to have this:
|
||||
Edit /etc/postgresql/9.3/main/pg_hba.conf to have this:
|
||||
|
||||
local all all trust
|
||||
host all all 127.0.0.1/32 trust
|
||||
|
Reference in New Issue
Block a user