Comments
Sort by recent activity
Hi linde98, I believe you've brought up the same issue here https://github.com/flyway/flyway/issues/3927. We can continue to follow up this issue under than ticket. / comments
Hi linde98,I believe you've brought up the same issue here https://github.com/flyway/flyway/issues/3927. We can continue to follow up this issue under than ticket.
Hello, it looks like you need a baseline script to fit your scenario. For info https://documentation.red-gate.com/fd/tutorial-baseline-migrations-184127615.html / comments
Hello, it looks like you need a baseline script to fit your scenario. For info https://documentation.red-gate.com/fd/tutorial-baseline-migrations-184127615.html
Hello, could you run "info -X" to check the debug log. We would like to verify if the `location` parameter `flyway.locations=filesystem:$(Build.Repository.LocalPath)/Flyway/src/script/` is populated as expected, which is where your scripts V1 and V2 should reside. / comments
Hello, could you run "info -X" to check the debug log. We would like to verify if the `location` parameter `flyway.locations=filesystem:$(Build.Repository.LocalPath)/Flyway/src/script/` is populate...
Hi @eko_joseph, Many thanks for the feedback. In the log, we see the debug message "Unable to load region from software.amazon.awssdk.regions.providers.AwsProfileRegionProvider@6bf28f61:No region provided in profile: default", which comes from the aws sdk. It looks like the AwsProfileRegionProvider cannot find the `default` sector in the config file, which is confusing. Can other parameters in the config file be loaded and applied properly? / comments
Hi @eko_joseph,Many thanks for the feedback. In the log, we see the debug message "Unable to load region from software.amazon.awssdk.regions.providers.AwsProfileRegionProvider@6bf28f61:No region pr...
Hi @eko_joseph, May I know whether below profile is included in your `.aws/config` file? [default]
region = your_aws_region / comments
Hi @eko_joseph,May I know whether below profile is included in your `.aws/config` file? [default]
region = your_aws_region