File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ The following steps have been known to work and should be followed from up to bo
1818If you deviate from this guide, do it with caution and make sure you don't violate
1919any assumptions GitLab makes about its environment.
2020
21-
2221#### If you find a bug
2322
2423If you find a bug/error in this guide please submit an issue or a Merge Request
2524following the contribution guide (see [ CONTRIBUTING.md] ( https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/CONTRIBUTING.md ) ).
25+ Should you encounter any issues regarding the pkgr.io package, please open an issue
26+ starting with [ pkgrio] .
2627
2728- - -
2829
@@ -80,8 +81,8 @@ Now create a new postgres user and database:
8081
8182``` shell
8283echo " CREATE USER \" user\" SUPERUSER PASSWORD 'pass';" | su - postgres -c psql && \
83- echo " CREATE DATABASE gitlabhq;" | su - postgres -c psql && \
84- echo " GRANT ALL PRIVILEGES ON DATABASE \" gitlabhq\" TO \" user\" ;" | su - postgres -c psql
84+ echo " CREATE DATABASE gitlabhq;" | su - postgres -c psql && \
85+ echo " GRANT ALL PRIVILEGES ON DATABASE \" gitlabhq\" TO \" user\" ;" | su - postgres -c psql
8586```
8687
8788## 3. Configure the package
You can’t perform that action at this time.
0 commit comments