diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 650ae8b8217..cf61bf78f61 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -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