Comments
Sort by recent activity
In addition to this, the latest release of flyway has more feedback on which migration it's presently deploying so you can track progress more ably. / comments
In addition to this, the latest release of flyway has more feedback on which migration it's presently deploying so you can track progress more ably.
Hello BillPP, Thank you for your question. You've already done what I'd recommend that applies to the stage that you've referenced. There are potentially small savings in the execution time, but they have trade-offs and the gains are meagre, as you've said this part is fairly quick. For example there is an implicit validation check built into migrations (https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/flyway/validate-on-migrate) however based on your example, that only cost 00:00.212s, so I'd argue that the risk of disabling it outweighs the tiny gain. / comments
Hello BillPP,Thank you for your question. You've already done what I'd recommend that applies to the stage that you've referenced. There are potentially small savings in the execution time, but the...
Hello CodingDutch, thank you for the question! All the behaviour you've described sounds like ANTS isn't correctly hooking the process, is it only this app on this machine you're seeing the behaviour with please? The fact it's inconsistent however is puzzling, we probably need to review the logs to identify why, I can create a support ticket to do so if you'd like? / comments
Hello CodingDutch, thank you for the question!All the behaviour you've described sounds like ANTS isn't correctly hooking the process, is it only this app on this machine you're seeing the behaviou...
Hello JHernandez, Thank you for your question! I'm going to take this in reverse order because I think it may affect the rest. You mention Desktop v8. at time of writing v7.3.2 is the latest (release notes); conversely if you mean the flyway deployment engine, v8 released 3 years ago so you should be fine. Please could you share what you read as it might contain some context we're presently missing. Additionally, how are you establishing the SSL tunnel for flyway prior to connecting please? / comments
Hello JHernandez,Thank you for your question!I'm going to take this in reverse order because I think it may affect the rest.You mention Desktop v8. at time of writing v7.3.2 is the latest (release ...
Hello Hima, welcome! Assuming the schema definition isn't in your V1 script, what's most likely occurring is the schema is part of your flyway configuration. If flyway has schema defined that don't exist, it will attempt to create them as detailed here https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters/environments/schemas If that doesn't appear to be the case, please can you give a little more detail on the behaviour you're seeing? / comments
Hello Hima, welcome!Assuming the schema definition isn't in your V1 script, what's most likely occurring is the schema is part of your flyway configuration. If flyway has schema defined that don't ...
Hello Sasha, Thanks for the question! The function of the dryrun switch is to display the exact commands that are being run and that's what's occurring, flyway is re-establishing target context between migrations to ensure session consistency. / comments
Hello Sasha,Thanks for the question!The function of the dryrun switch is to display the exact commands that are being run and that's what's occurring, flyway is re-establishing target context betwe...
Oh interesting! I've not seen any other reports of this; are you able to share if it's a security application preventing this or a policy please? I wonder if it might be the self updating behaviour rather than the actual software artifact itself, please can you help me test this by grabbing the update from https://documentation.red-gate.com/flyway/getting-started-with-flyway/installers and then installing from the update rather than the app self launching the update? / comments
Oh interesting! I've not seen any other reports of this; are you able to share if it's a security application preventing this or a policy please?I wonder if it might be the self updating behaviour ...
Hi Swetha, Thank you for raising this with us! Technically it does require a licence, but it's a free licence that comes with it, however it seems there is something wrong with the licence negotiation that's causing it to fall over. What OS are you using please? I can then tell you how to get to the faulty permit and remove it, the app will then generate a new one and we can go from there. / comments
Hi Swetha,Thank you for raising this with us! Technically it does require a licence, but it's a free licence that comes with it, however it seems there is something wrong with the licence negotiati...
Hello Arie, I'm afraid I cannot think of a solution for your issue, there aren't any comparison options for this as we anticipate parity between environments. The filtering also isn't helpful as it's based on object definitions and in your instance the tablespace will be an attribute of the object rather than the object itself. / comments
Hello Arie,I'm afraid I cannot think of a solution for your issue, there aren't any comparison options for this as we anticipate parity between environments. The filtering also isn't helpful as it'...
Hi ChristopheKod, Are you discovered it may work, but it's not yet officially supported. If you want to track the status there's a public issue open for it https://github.com/flyway/flyway/issues/2406 Alternatively if you're in a position to, you could contribute the code yourself. https://documentation.red-gate.com/flyway/flyway-cli-and-api/contribute/flyway-community-database-support / comments
Hi ChristopheKod,Are you discovered it may work, but it's not yet officially supported.If you want to track the status there's a public issue open for ithttps://github.com/flyway/flyway/issues/2406...