add possible OSX/postgres message to dependencies documentation (#4051)
This commit is contained in:
parent
4b18c7dc0a
commit
ddc7d3ece5
|
@ -307,7 +307,7 @@ brew services run redis
|
||||||
```
|
```
|
||||||
|
|
||||||
On macOS, the `postgresql` user can be `_postgres` instead of `postgres`.
|
On macOS, the `postgresql` user can be `_postgres` instead of `postgres`.
|
||||||
If `sudo -u postgres createuser -P peertube` gives you an error, you can try `sudo -u _postgres createuser -U peertube`.
|
If `sudo -u postgres createuser -P peertube` gives you an `unknown user: postgres` error, you can try `sudo -u _postgres createuser -U peertube`.
|
||||||
|
|
||||||
## Gentoo
|
## Gentoo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue