is branch-ing ready for production use.
was trying to figure out migration workflow in production. i just noticed that docs says the feature is in beta https://xata.io/docs/getting-started/workflow
i haven't yet connected my sveltekit project github repo to xata.
i just got few active users and i don't want to lose their data. i still have one branch
main
in my sveltekit repo but with active users now i will have to created a dev
.
wanted to understand how best to manage data model updates. any guidance here will be helpful. thanks in advance.PR based workflow
Learn about core the Xata workflow, branching, and migrations using GitHub with Netlify or Vercel
2 Replies
We do not recommend using the PR workflow shared for production since it is in beta and comes with limitations. It is not yet ready for use with postgres-enabled databases (which is the default and recommended setting). https://xata.io/docs/integrations/github
However, you can still branch your database and pull data model chenges using the CLI.
https://xata.io/docs/getting-started/workflow#pull-in-xata-branch-changes-to-the-code
gotcha. thanks for the link!