Fails to create DB objects having specific symbols like Yen, plus sign and Japanese character's on the table

Hi @Sangramsk ,

You will need to introduce the following environment variables:

For Windows:
set JAVA_OPTS=-Dfile.encoding=UTF-8 && liquibase update

For Linux:
JAVA_OPTS=-Dfile.encoding=UTF-8 liquibase update

1 Like