mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
add possible OSX/postgres message to dependencies documentation (#4051)
This commit is contained in:
parent
4b18c7dc0a
commit
ddc7d3ece5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue