Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-obm-database
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
server-components
containers
docker-obm-database
Merge requests
!5
Upgrade to PostgreSQL 16
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to PostgreSQL 16
upgrade_postgresql
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
Lars Lingner
requested to merge
upgrade_postgresql
into
master
9 months ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
For new PostgreSQL docker container use the current stable version 16
\approve
@ds
@laurens
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
aa318d92
1 commit,
9 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
1
Options
FROM
postgres:1
3
-bullseye
FROM
postgres:1
6
-bullseye
RUN
apt-get update
\
&&
for
POSTGIS_VERSION
in
3
;
do
\
Loading