1
0
Fork 0

Update postgresql version for Gentoo (#1935)

Update postgresql version for Gentoo example
This commit is contained in:
Wirebrass 2019-06-22 14:46:46 +02:00 committed by Rigel Kent
parent 4e9fa5b7e9
commit c1109b45f6
1 changed files with 2 additions and 2 deletions

View File

@ -250,9 +250,9 @@ emerge --config postgresql
* (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot):
```
rc-update add redis
rc-update add postgresql-10
rc-update add postgresql-11
rc-service redis start
rc-service postgresql-10 start
rc-service postgresql-11 start
```
## Other distributions