Comments
Sort by recent activity
Hello mithunkhatriwork, I'm afraid that change was made in Flyway v9.20.0, you'll need to update a little to get it. / comments
Hello mithunkhatriwork,I'm afraid that change was made in Flyway v9.20.0, you'll need to update a little to get it.
Hello nio, What licence tier are you using please? Baseline scripts require a minimum of a Teams licence as detailed here https://documentation.red-gate.com/flyway/learn-more-about-flyway/feature-glossary / comments
Hello nio,What licence tier are you using please? Baseline scripts require a minimum of a Teams licence as detailed here https://documentation.red-gate.com/flyway/learn-more-about-flyway/feature-gl...
Thank you for the question ebishop, Flyway 10.8.1 should fix this; please accept our apologies for the error. / comments
Thank you for the question ebishop,Flyway 10.8.1 should fix this; please accept our apologies for the error.
Hello pdrake1, Please could you pull a newer version (latest is 10.7.1) and let us know if the issue persists? We introduced multiple large architectural changes in v10, including splitting our more elements into their own artefacts and there were a few teething issues in the early v10 releases. / comments
Hello pdrake1,Please could you pull a newer version (latest is 10.7.1) and let us know if the issue persists?We introduced multiple large architectural changes in v10, including splitting our more ...
Thanks for clarifying, I don't know if we've tested the .NET SDK format project with parallel assembly processing, I know we did for MSbuild. We solved the parallel processing issue there by instantiating multiple instances of CLRTools so it didn't block itself. Based on your error message, that's clearly not occurring here for some reason. As a quick fix, yes removing the parallel builds should allow you to proceed. / comments
Thanks for clarifying, I don't know if we've tested the .NET SDK format project with parallel assembly processing, I know we did for MSbuild.We solved the parallel processing issue there by instant...
Hello tcberry_oxinst, That's puzzling, 8.2 should have addressed that, it did for other customers with this issue. When you say .NET SDK project format, is that in place of the MSbuild format? / comments
Hello tcberry_oxinst,That's puzzling, 8.2 should have addressed that, it did for other customers with this issue.When you say .NET SDK project format, is that in place of the MSbuild format?
Hello RyuseiSakamoto, Thank you for the great question. No there's no requirement for commercial entities to purchase the paid tiers, unless of course you require the functionality therein. Flyway Community is freeware and classified as such under our product licensing. Welcome to the community, I wish you happy db deployments! / comments
Hello RyuseiSakamoto,Thank you for the great question. No there's no requirement for commercial entities to purchase the paid tiers, unless of course you require the functionality therein.Flyway Co...
Yes they are, the options simply aren't available and the tool will notify you that you're using a feature you're not licensed for. A quick and easy overview of this is the following link https://documentation.red-gate.com/flyway/flyway-cli-and-api/configuration/parameters Assuming the switches and parameters you're using don't have a 'Teams' or 'Enterprise' tag against them, you should be good to go. / comments
Yes they are, the options simply aren't available and the tool will notify you that you're using a feature you're not licensed for.A quick and easy overview of this is the following linkhttps://doc...
Hello a.higgins, Yes there is! As noted, the dependencies are included by default, this option is governed by the property 'IncludeDependencies' as detailed here. https://documentation.red-gate.com/flyway/database-development-using-flyway-desktop/configuring-comparisons-and-script-generations/comparison-options/sql-server-comparison-options In the Flyway GUI, if you navigate to 'Static data and comparisons', the option will look like this [image] [image] [image] / comments
Hello a.higgins,Yes there is!As noted, the dependencies are included by default, this option is governed by the property 'IncludeDependencies' as detailed here.https://documentation.red-gate.com/fl...
Hello Rit, Thanks for the question! Those are certainly the correct parameters, what I anticipate is happening is the variable isn't encapsulated so the Jenkins runner is interpreting the '&' as a concatenation instruction and handling the parameters independently. From a quick browse of stackoverflow, it looks like double quotes are the convention, but full disclosure, Jenkin's isn't my area of expertise. / comments
Hello Rit,Thanks for the question! Those are certainly the correct parameters, what I anticipate is happening is the variable isn't encapsulated so the Jenkins runner is interpreting the '&' as a c...