DBZ-8062 Upgrade postgres server version to 15

This commit is contained in:
ani-sha 2024-07-15 10:50:31 +05:30 committed by Chris Cranford
parent e769c35eaf
commit 26f1424d04

View File

@ -16,7 +16,7 @@
Note that the `dockerhost.ip` property is computed from the IP address of DOCKER_HOST, which will
work on all platforms. We'll set some of these as system properties during integration testing.
-->
<version.postgres.server>12</version.postgres.server>
<version.postgres.server>15</version.postgres.server>
<postgres.host>${docker.host.address}</postgres.host>
<postgres.port>5432</postgres.port>
<postgres.user>postgres</postgres.user>