How can we help you today? How can we help you today?
aremund

Activity overview

Latest activity by aremund

Hi @Peter_Laws Thanks for the clear answer. Of course it is a bit unfortunate for my case but your reasoning is well explained in the linked blog-entry. Thanks a lot and keep up the good work! / comments
Hi @Peter_Laws Thanks for the clear answer. Of course it is a bit unfortunate for my case but your reasoning is well explained in the linked blog-entry.Thanks a lot and keep up the good work!
0 votes
Hi @Peter_Laws Thanks a lot for checking on my problem and sorry for the late response. If I am calling the connection with username and password as a parameter, everything works fine: C:\some\path>flyway info -user=username -password=password Flyway Community Edition 10.4.0 by Redgate See release notes here: https://rd.gt/416ObMi 739 SQL migrations were detected but not run because they did not follow the filename convention. Set 'validateMigrationNaming' to true to fail fast and see a list of the invalid file names. Database: jdbc:postgresql://xxx.xxx.xx:5432/db (PostgreSQL 15.4) You are not signed in to Flyway, to sign in please run auth Schema version: 3.9.1 +------------+-----------+---------------------------------------------------------------------------------------------------------------+------+---------------------+------------+----------+ | Category | Version | Description | Type | Installed On | State | Undoable | +------------+-----------+---------------------------------------------------------------------------------------------------------------+------+---------------------+------------+----------+ <...more output...>However, I try to avoid entering the password directly on the command-line and prefer flyway prompting me for the password. If I am doing that, the password does not seem to be passed to the connection: C:\dev\ws-mono\bertschi-g11\pmodel>flyway info -user=username Database password: <I get prompted and enter the password here> Flyway Community Edition 10.4.0 by Redgate See release notes here: https://rd.gt/416ObMi 739 SQL migrations were detected but not run because they did not follow the filename convention. Set 'validateMigrationNaming' to true to fail fast and see a list of the invalid file names. ERROR: Unable to obtain connection from database (jdbc:postgresql://xxx.xxx.xx:5432/db) for user 'username': The server requested password-based authentication, but no password was provided by plugin null ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- SQL State : 08004 Error Code : 0 Message : The server requested password-based authentication, but no password was provided by plugin null Caused by: org.postgresql.util.PSQLException: The server requested password-based authentication, but no password was provided by plugin null I hope that clarifies further about my problem. Kind regards, Alain / comments
Hi @Peter_Laws Thanks a lot for checking on my problem and sorry for the late response.If I am calling the connection with username and password as a parameter, everything works fine:C:\some\path>f...
0 votes