Skip to content

Commit afed703

Browse files
author
Mateusz Czeladka
committed
chore: PostgresSQL 14 -> 17 upgrade.
1 parent cd2e21b commit afed703

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.env.docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PROTOCOL_MAGIC=764824073
88

99
## Postgres image
1010
DB_IMAGE_NAME=postgres
11-
DB_IMAGE_TAG=14.11-bullseye
11+
DB_IMAGE_TAG=17.4-bookworm
1212

1313
## Postgres variables
1414
DB_NAME=rosetta-java

.env.h2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROTOCOL_MAGIC=42
77

88
## H2 image
99
DB_IMAGE_NAME=h2
10-
DB_IMAGE_TAG=14.11-bullseye
10+
DB_IMAGE_TAG=17.4-bookworm
1111

1212
## Postgres variables
1313
DB_NAME=rosetta-java

.env.h2-testdata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROTOCOL_MAGIC=42
77

88
## H2 image
99
DB_IMAGE_NAME=h2
10-
DB_IMAGE_TAG=14.11-bullseye
10+
DB_IMAGE_TAG=17.4-bookworm
1111

1212
## Postgres variables
1313
DB_NAME=rosetta-java

docs/docs/getting-started/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Within root folder of the project there are example `.env` files, which can be c
2020
| `MITHRIL_SYNC` | Sync from Mithril snapshot | true |
2121
| `PROTOCOL_MAGIC` | Cardano protocol magic | 764824073 |
2222
| `DB_IMAGE_NAME` | Postgres docker image name | postgres |
23-
| `DB_IMAGE_TAG` | Postgres docker image tag | 14.11-bullseye |
23+
| `DB_IMAGE_TAG` | Postgres docker image tag | 17.4-bookworm |
2424
| `DB_NAME` | Postgres database | rosetta-java |
2525
| `DB_USER` | Postgres admin user | rosetta_db_admin |
2626
| `DB_SECRET` | Postgres admin secret | weakpwd#123_d |

0 commit comments

Comments
 (0)