How to send my local database?

0
Hi! I want to send my local database to a new colleague who recently joined the project I am working on, but I am unable to find how to do this. Can anyone help me? Thanks in advance!
asked
2 answers
1

Hey Tiago,

You can do a commit with Snapshot.

imagem.png

To get the data from the committed database snapshot, follow these steps:

  1. To update the application, click Update on the Changes tab.

  2. To implement the data snapshot, extract the database from a ZIP file to the deployment directory.

  3. Copy the data directory to the data directory in the deployment directory.

 

 

Check this doc: https://docs.mendix.com/howto/data-models/sharing-the-development-database/

 

I hope this helps,

Ricardo Pereira

answered
2
  • Go to your app's location on your drive (Menu -> App -> Show App directory in explorer),
  • Switch to deployment -> Data -> Database
  • Copy-paste the directory 'hsqldb' to your collegue.

At your collegue:

  • Past it in the same directory
  • Restart the app locally
answered