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
18
18
If you deviate from this guide, do it with caution and make sure you don't violate
19
19
any assumptions GitLab makes about its environment.
20
20
21
-
22
21
#### If you find a bug
23
22
24
23
If you find a bug/error in this guide please submit an issue or a Merge Request
25
24
following 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] .
26
27
27
28
- - -
28
29
@@ -80,8 +81,8 @@ Now create a new postgres user and database:
80
81
81
82
``` shell
82
83
echo " 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
85
86
```
86
87
87
88
## 3. Configure the package
You can’t perform that action at this time.
0 commit comments