feat!: bump postgres versions to 16
BREAKING: Existing databases will no longer boot with major version change
This commit is contained in:
parent
e906638173
commit
0830b032a6
3 changed files with 4 additions and 4 deletions
2
bottin
2
bottin
|
@ -1 +1 @@
|
|||
Subproject commit 357c871720568c8eafa5c50365d9505c131b7476
|
||||
Subproject commit fe50cb733548ed2bc6485e9ac1c1f8f2e0367c31
|
|
@ -1 +1 @@
|
|||
Subproject commit 44e936cd33004fb45f453c6a541514f31e4a1fb0
|
||||
Subproject commit 2a285b30bd5b84a743d80e65bb9529bd5e5fe178
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
|
||||
bottin_db:
|
||||
image: 'docker.io/library/postgres:14.8'
|
||||
image: 'docker.io/library/postgres:16.1'
|
||||
environment:
|
||||
POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}"
|
||||
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"
|
||||
|
@ -35,7 +35,7 @@ services:
|
|||
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
|
||||
|
||||
bottin_agenda_db:
|
||||
image: 'docker.io/library/postgres:15.4'
|
||||
image: 'docker.io/library/postgres:16.1'
|
||||
environment:
|
||||
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
|
||||
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"
|
||||
|
|
Loading…
Reference in a new issue