Skip to content
Snippets Groups Projects
Commit c1109b45 authored by Wirebrass's avatar Wirebrass Committed by Rigel Kent
Browse files

Update postgresql version for Gentoo (#1935)

Update postgresql version for Gentoo example
parent 4e9fa5b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment