Save Database Data and Structure not saving Database

======== TEMPLATE BUG FORM ========

Wappler Version : 6.8.0
Operating System : Windows 11
Server Model: Node
Database Type: MySQL
Hosting Type: Development

Expected behavior

What do you think should happen?

When clicking "Save Database Data and Structure" ribbon/btn following Wappler docs here: Web Development with Docker Part 2, Databases and Terminals I expected to see a new file in my .wappler/targets/my_target/db_init Folder

Actual behavior

What actually happens?
Terminal reports "Database Backed Up Successfully!" but there is no file in the db_init folder. I have manually searched the project folder and still no file

How to reproduce

In a node project that has a database click the "Save Database Data and Structure" Ribbon/btn

The file that you are looking for is db_save.sql

It does work on Wappler 7.0.0 Beta 21 and it is currently saved in the .wappler/targets/Development/db_init folder for me.

Could you check for that file name in that location?

Thanks Scott, I appreciate your prompt response. Searched before I posted and just checked again to be sure, I do have a .../db_init folder using v6.8.0 but it is empty. Will try a v7.0.0beta over the weekend and see if there is a difference.