pgjdbc/pgjdbc GitHub issues and pull requests (mirror)
help / color / mirror / Atom feedFrom: jeme95 (@jeme95) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: [pgjdbc/pgjdbc] issue #3560: Regression in 42.7.5: Liquibase fails on second application start with uppercase database name
Date: Thu, 06 Mar 2025 10:40:10 +0000
Message-ID: <[email protected]> (raw)
**Describe the issue**
After upgrading Spring Boot to **3.4.2**, the PostgreSQL JDBC driver was updated to **42.7.5**.
We are using **Liquibase** for database migrations and have a PostgreSQL database with an **uppercase** name (e.g., `MY_DB`).
Since the upgrade, Liquibase fails on the second application start with the following error:
```vbnet
Caused by: liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: ERROR: relation "dbchangelog" already exists ...
```
**Driver Version:** 42.7.5
**Java Version:** 21
**PostgreSQL Version:** 11.22
**To Reproduce**
Using Liquibase in Spring Boot 3.4.2 with a Postgres database with an uppercase name.
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: github://pgjdbc/pgjdbc
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] issue #3560: Regression in 42.7.5: Liquibase fails on second application start with uppercase database name
In-Reply-To: <<[email protected]>>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox