-
Does Umzug or Sequelize do a lock on the migrations table (the table in which the executed migrations are stored, f.e. If so, is it a greedy (no read/write possibilities) or a lazy lock? I went through both the Umzug and Sequelize Migrations documentation and could not find information about that. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 12 replies
-
No, currently it's not locking the table at all. |
Beta Was this translation helpful? Give feedback.
-
Would help with #59 |
Beta Was this translation helpful? Give feedback.
-
Any chance to implement it? Are you willing to accept a PR? |
Beta Was this translation helpful? Give feedback.
-
I've used this: https://github.com/SGrondin/umzug-sync |
Beta Was this translation helpful? Give feedback.
-
Paging @gvko @jukkah @caseyduquettesc @jaulz @atorma @SGrondin on this (three-year-) old issue! Do you still use umzug? Would you still be interested in a built-in locking feature? If so, are there any existing solutions you could share to use as inspiration/for feature discovery? Is umzug-sync still a good starting point for building something more general/database-agnostic? Edit: also paging the 👍 ers - @DanielHreben, @ningshen, @bogdan, @pmoleri, and @ghohmann-asapp |
Beta Was this translation helpful? Give feedback.
-
Hi, dear @gvko bless you. Please show what you have on the topic. "Just do it." |
Beta Was this translation helpful? Give feedback.
-
Alright, guys, finally it's here: db-migrator-distributed. For the lack of a better name, that's what I chose... :D Enjoy, give feedback and contribute! 🙌 |
Beta Was this translation helpful? Give feedback.
Alright, guys, finally it's here: db-migrator-distributed. For the lack of a better name, that's what I chose... :D
Enjoy, give feedback and contribute! 🙌
cc @SamSpiri @EdwardIII @mmkal @jaulz