H2 database support

This commit is contained in:
HaHaWTH
2024-01-29 21:34:40 +08:00
parent e04608e499
commit 46f64d8048
6 changed files with 425 additions and 414 deletions
@@ -92,6 +92,7 @@ public class BackupService {
case MYSQL:
return performMySqlBackup();
case SQLITE:
case H2:
String dbName = settings.getProperty(DatabaseSettings.MYSQL_DATABASE);
return performFileBackup(dbName + ".db");
default: