Domotrique / okovision_2023

Web Interface Supervision for OKofen Pellematic Touch Boiler - Compatible PHP 8
http://okovision.dronek.com
GNU General Public License v3.0
2 stars 1 forks source link

SQL dump for backup #5

Open Domotrique opened 10 months ago

Domotrique commented 10 months ago

New functionality suggestion:

Domotrique commented 8 months ago

A first part of this new feature has been implemented in 1.12.2 https://github.com/Domotrique/okovision_2023/releases/tag/1.12.2 We have now the possibility to generate a SQL dump of the current database. It will be generated in /dumps folder of okovision. I didn't implement yet any functionality to import a SQL dump into the database as it is very sensitive. I'm not sure I will even do it. If you want to do it manually, here is the command : mysql -u username -p database_name < file.sql

lobolobo commented 8 months ago

Thanks for this fatastic development and for revive Okovision.