Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
tank
Commits
81a430b5
Commit
81a430b5
authored
Dec 15, 2021
by
Ernesto Rico Schmidt
Browse files
Postgres 9.6 is no longer supported
parent
69a8cb97
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81a430b5
...
...
@@ -68,7 +68,7 @@ test-store-mariadb:
test-store-postgres
:
stage
:
test
services
:
-
postgres:
9.6
-
postgres:
10.19
variables
:
POSTGRES_DB
:
"
tank"
POSTGRES_USER
:
"
tank"
...
...
contrib/run_server.sh
View file @
81a430b5
#!/bin/bash
SCRIPTS_D
=
$(
realpath
"
${
BASH_SOURCE
%/*
}
/"
)
exec
docker run
-it
--rm
--name
aura-postgres
-e
POSTGRES_USER
=
tank
-e
POSTGRES_PASSWORD
=
aura
-v
"
$SCRIPTS_D
:/scripts:ro"
-p
5432:5432 postgres:
9.6
exec
docker run
-it
--rm
--name
aura-postgres
-e
POSTGRES_USER
=
tank
-e
POSTGRES_PASSWORD
=
aura
-v
"
$SCRIPTS_D
:/scripts:ro"
-p
5432:5432 postgres:
10.19
Write
Preview
Supports
Markdown
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