we separate our migrations by sql schema and from application point of view all schemas can be migrated in parallel.
what are you thoughts on adding an option to include list of schemas into the locking resource string.. ? this will enable parallel migrations safely for our scenario while still retaining cluster safety.
thanks for the excellent product!
we separate our migrations by sql schema and from application point of view all schemas can be migrated in parallel.
what are you thoughts on adding an option to include list of schemas into the locking resource string.. ? this will enable parallel migrations safely for our scenario while still retaining cluster safety.
thanks again.