Backup fix
This commit is contained in:
@@ -71,7 +71,7 @@ namespace WebAPI.Controllers
|
||||
command.Parameters.AddWithValue("@formatMediaName", formatMediaName);
|
||||
command.Parameters.AddWithValue("@formatName", formatName);
|
||||
|
||||
// command.ExecuteNonQuery();
|
||||
command.ExecuteNonQuery();
|
||||
|
||||
Google.Apis.Drive.v3.Data.File body = new Google.Apis.Drive.v3.Data.File();
|
||||
body.Name = Path.GetFileName(localDatabasePath);
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
"exportDirectory": "#{export-directory}#",
|
||||
"appLogsFile": "#{app-logs-file}#",
|
||||
"apiLocalUrl": "#{api-local-url}#",
|
||||
"dbBackupFile": "#{db-backup-file}",
|
||||
"GDriveBackupDirectory": "#{gdrive-backup-directory}",
|
||||
"dbBackupFile": "#{db-backup-file}#",
|
||||
"GDriveBackupDirectory": "#{gdrive-backup-directory}#",
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
|
||||
Reference in New Issue
Block a user