Update postgresql version for Gentoo (#1935)
Update postgresql version for Gentoo example
This commit is contained in:
parent
4e9fa5b7e9
commit
c1109b45f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue