I ran into an error:
- [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.1.1:update (default-cli) on project bel-domain: Error setting up or running Liquibase: liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: FATAL: role "postgres " does not exist -> [Help 1]
I've been following the steps on the page Maven Liquibase Plugin of the documentation.
When I put the database parameters in the configuration of the Liquibase plugin everything works fine. But when I use a properties file with the same parameters and use filtering I get this error as above.