Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
151e4bc1
Commit
151e4bc1
authored
Nov 23, 2020
by
Rachel Gottesman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix future tense issues
parent
ac4588fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/ci/services/postgres.md
doc/ci/services/postgres.md
+4
-4
No files found.
doc/ci/services/postgres.md
View file @
151e4bc1
...
...
@@ -7,7 +7,7 @@ type: reference
# Using PostgreSQL
As many applications depend on PostgreSQL as their database, you
will
As many applications depend on PostgreSQL as their database, you
eventually need it in order for your tests to run. Below you are guided how to
do this with the Docker and Shell executors of GitLab Runner.
...
...
@@ -70,7 +70,7 @@ The next step is to create a user, so sign in to PostgreSQL:
sudo
-u
postgres psql
-d
template1
```
Then create a user (in our case
`runner`
) which
will be
used by your
Then create a user (in our case
`runner`
) which
is
used by your
application. Change
`$password`
in the command below to a real strong password.
NOTE:
**Note:**
...
...
@@ -106,7 +106,7 @@ psql -U runner -h localhost -d nice_marmot -W
```
This command explicitly directs
`psql`
to connect to localhost to use the md5
authentication. If you omit this step, you
'll b
e denied access.
authentication. If you omit this step, you
ar
e denied access.
Finally, configure your application to use the database, for example:
...
...
@@ -124,4 +124,4 @@ convenience that runs on [GitLab.com](https://gitlab.com) using our publicly
available
[
shared runners
](
../runners/README.md
)
.
Want to hack on it? Fork it, commit, and push your changes. Within a few
moments the changes
will be picked by a public runner and the job will begin
.
moments the changes
are picked by a public runner and the job begins
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment