© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Duane Creates
I create web apps and make video games
Hi, I'm curious. Since you have a database per tenant, how do you make sure all those databases share the same structure and get all the latest migrations?
Dario Ielardi
Fullstack Web Developer & Traveler. CTO & Co-Founder @myothis
Hi, We have a non-breaking migrations policy and we migrate with a custom script to keep schemas in sync.
Carlos Perché
Dario Ielardi Could you give a brief example of how to synchronize tenants' databases synced?
Antonio Jose
You cant stop the waves, but you can learn to surf.
Dario Ielardi How you synchronize the shemas? How you run your migrations?