Consistent use of Postgres and PgBouncer (#1353)
* fix pgbouncer * pghero
This commit is contained in:
parent
921fb57ff4
commit
94aa9f71a7
7 changed files with 28 additions and 28 deletions
|
@ -53,7 +53,7 @@ bundle install
|
|||
yarn install
|
||||
```
|
||||
|
||||
In the development environment, Mastodon will use PostgreSQL as the currently signed-in Linux user using the `ident` method. Ensure that you have created a Postgres user and database for your current signed-in user:
|
||||
In the development environment, Mastodon will use PostgreSQL as the currently signed-in Linux user using the `ident` method. Ensure that you have created a PostgreSQL user and database for your current signed-in user:
|
||||
|
||||
```sh
|
||||
sudo -u postgres createuser $YOUR_USERNAME_HERE --createdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue