Syncronize Database across multiple Development Machines!

Hi,
We are team of more than 40 developers working on diverse projects requiring a central database and a central User/Task Management System.
We look for a way to collaborate on one frappe application through task-specific branches on github. But one major issue is that the database is not persisted across different installations! Is there anyway to work around that? Or any better alternative to collaborate efficiently across multiple frappe installations?
Thanks in advance!

Welcome to the community.

There definitely is. you can set up a remote database and all your developers can point their dev environment to it. Checkout this thread on remote database setup:

Hope this helps

1 Like

Thanks for the quick reply. Definitely, will try that out!