Re: Tool for schema upgrades

2020-10-09 Thread Paul Chandler
Thanks Alex and Alex That script checks the schema is in agreement after each statement, so that is exactly what I am looking for. Thanks Paul > On 8 Oct 2020, at 18:21, Alexander DEJANOVSKI wrote: > > I second Alex's recommendation. > We use https://github.com/patka/cassandra-migration >

Re: Tool for schema upgrades

2020-10-08 Thread Alexander DEJANOVSKI
I second Alex's recommendation. We use https://github.com/patka/cassandra-migration to manage schema migrations in Reaper and it has a consensus feature to prevent concurrent migrations from clashing. Cheers, Alex Le jeu. 8 oct. 2020 à 19:10, Alex Ott a écrit : > Hi > > Look at

Re: Tool for schema upgrades

2020-10-08 Thread Alex Ott
Hi Look at https://github.com/patka/cassandra-migration - it should be good. P.S. Here is the list of tools that I assembled over the years: - [ ] https://github.com/hhandoko/cassandra-migration - [ ] https://github.com/Contrast-Security-OSS/cassandra-migration - [ ]

Tool for schema upgrades

2020-10-08 Thread Paul Chandler
Hi all, Can anyone recommend a tool to perform schema DDL upgrades, that follows best practice to ensure you don’t get schema mismatches if running multiple upgrade statements in one migration ? Thanks Paul - To unsubscribe,