Comments
Sort by recent activity
Hello BNitsche, Unfortunately no for both, thought your second question is on our feature request backlog. As for an automatic pull, I cannot immediately think of a downside, I'll put the question to the dev team and come back to you. / comments
Hello BNitsche,Unfortunately no for both, thought your second question is on our feature request backlog.As for an automatic pull, I cannot immediately think of a downside, I'll put the question to...
This is due to the rollback, as the change was undone. Whereas a failure migration implies that the db needs some corrective action, which is not the case. I appreciate this might not align with your expectations, it's a nuance in the different between success / failure of the tool running and success / failure of the code being deployed. Essentially you're looking for some proof that your intervention is required, which presently doesn't exist, or a historical record of events? / comments
This is due to the rollback, as the change was undone. Whereas a failure migration implies that the db needs some corrective action, which is not the case. I appreciate this might not align with yo...
Hello santana, Great question, thank you. This is almost certainly due to your migration being handled in a transaction and due the failure automatically being rolled back. This functionality in flyway is db dependant, SQL Server and Postgres do it automatically. I've mocked up a quick example here, including a info call afterwards so you can see how flyway views the migration status after the event. [image] [image] Were it either on a db incapable of rolling back, or for some other reason be unable to roll back, instead of showing as pending due to effectively never happening, it would have a status of failed. / comments
Hello santana, Great question, thank you. This is almost certainly due to your migration being handled in a transaction and due the failure automatically being rolled back. This functionality in fl...
Hello andytrich, You should be able to target .Net 2 on a development server. [image] [image] [image] Please see for full details https://documentation.red-gate.com/amp/setting-up-a-profiling-session/profiling-a-web-application/profiling-an-asp-net-application-on-web-development-server / comments
Hello andytrich, You should be able to target .Net 2 on a development server.Please see for full detailshttps://documentation.red-gate.com/amp/setting-up-a-profiling-session/profiling-a-web-applica...
Oh I do apologies, I got completely the wrong end of the stick! Please could you check if there are any dependencies between these objects? Including dependencies is enabled by default which could be undermining your efforts. https://documentation.red-gate.com/fd/sql-server-comparison-options-138347108.html If that's not the origin then I'd be happy to raise a support ticket on this for you so we can work through it together. / comments
Oh I do apologies, I got completely the wrong end of the stick!Please could you check if there are any dependencies between these objects?Including dependencies is enabled by default which could be...
Hi qs_007, Yes it is, please the default comparison settings below, users are ignored by default. Largely due to the expectation that you do not wish to graduate your dev users to prod. https://documentation.red-gate.com/fd/sql-server-comparison-options-138347108.html / comments
Hi qs_007, Yes it is, please the default comparison settings below, users are ignored by default. Largely due to the expectation that you do not wish to graduate your dev users to prod.https://docu...
I can see an old issue where is there's a merged dependency that has an assembly version attribute set, but the main doesn't, it may overwrite. I appreciate the value substitution isn't quite the same as you described. Otherwise is the setup applicable please? / comments
I can see an old issue where is there's a merged dependency that has an assembly version attribute set, but the main doesn't, it may overwrite. I appreciate the value substitution isn't quite the s...
I'm sorry to read you hit this issue Aow, The missing product name and version attributes, do you know where these values are derived from for signtool please? / comments
I'm sorry to read you hit this issue Aow,The missing product name and version attributes, do you know where these values are derived from for signtool please?
Hello jamal & cas_tag, Please could you pull down the latest update (15.0.5) that is designed to resolve this issue, and let us know if fixes your problem? / comments
Hello jamal & cas_tag,Please could you pull down the latest update (15.0.5) that is designed to resolve this issue, and let us know if fixes your problem?
In relatively recent times I've successfully got flyway working on version 2.2.4 & 2.6.3 of SpringBoot. As and when to have the time to update, should you have issues, please do let us know, would be happy to help. / comments
In relatively recent times I've successfully got flyway working on version 2.2.4 & 2.6.3 of SpringBoot.As and when to have the time to update, should you have issues, please do let us know, would b...