Backup docker db fails to produce files in db_init

Wappler Version : 4.7.2
Operating System : mac
Server Model: node
Database Type: maria
Hosting Type: docker remote

Expected behavior

When clicking Save Database and Structure

Wappler should create the backup files in .wappler/targets/target_name/db_init

Actual behavior

No files are generated, however the console reports successful

How to reproduce

Here are the log entries

[2022-04-02 10:59:03.072] START: e[36mBacking up Database ...e[39m
[2022-04-02 10:59:06.385] START: e[36mBacking up Database ...e[39m
[2022-04-02 10:59:09.354] START: e[36mBacking up Database ...e[39m
[2022-04-02 10:59:11.044] START: e[36mBacking up Database ...e[39m

Using Wappler I can see the db connection in the database manager with all the tables, and can view/edit the data.
Also, if I delete the db_init folder, it is properly recreated when attempting to backup.

Good catch!

Actually the database was backuped all fine - but the backup file was stored in the remote database server.

Implemented now automatic download after the backup, so it goes directly to: .wappler/targets/target_name/db_init

1 Like

This has been fixed in Wappler 4.7.3

This topic was automatically closed after 32 hours. New replies are no longer allowed.