To anyone who’s experiencing these problems, here’s a solution/workaround for it:
- In Wappler, open your app on the origin target you want to copy the database data and structure from (in my case the local docker target).
- Click the
Save Database Data and Structure
button. - Go to the specific target’s database initialization folder:
.wappler/targets/your_origin_target/db_init
- Copy the db_save.sql file to your new target’s database initialization folder:
.wappler/targets/your_new_target/db_init
(in my case the remote docker target) - Deploy your app on the new target and find your database structure and data there