Commit a66e8551 authored by Ronan OConnor's avatar Ronan OConnor

Merge branch 'docs-check-postgre-status' into 'master'

Update documentation to check postgre status

See merge request gitlab-org/gitlab!28227
parents dccc98d6 200b338c
......@@ -303,6 +303,13 @@ use of extensions and concurrent index removal, you need at least PostgreSQL 9.2
sudo apt-get install -y postgresql postgresql-client libpq-dev postgresql-contrib
```
1. Start the PostgreSQL service and confirm that the service is running:
```shell
sudo service postgresql start
sudo service postgresql status
```
1. Create a database user for GitLab:
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment