Yeah Am currently working on that
Also Checking on how to set items that can be set on module creation and the one that can be set on configure
2 Likes
I found that also the backup/restore process was implemented for mariadb but postgresql is used for example in planka.
The current issues have been fixed
To get started using
rm -rf template
So as to download the latest template v0.0.2
Am looking for was on how i can implement backup and restore easily and also checking on was on how to add databases to create-module
1 Like
The module generator now supports backup and restore for common databases such as
- Postgres
- Mariadb
- Mysql
To get started
First remove the old template to download the latest template
rm -rf template
Happy testing
Also remember to change the database names currently the database names are not being set correctly
Will make the generator much smarter on the next update
4 Likes
Added Generating of modules using remote yaml
2 Likes