diff --git a/backend/migrations/core/029_add_backup_service_tables.js b/backend/migrations/core/029_add_backup_service_tables.js index 40ceaa8..fcba79d 100644 --- a/backend/migrations/core/029_add_backup_service_tables.js +++ b/backend/migrations/core/029_add_backup_service_tables.js @@ -156,9 +156,8 @@ async function up() { const backupEmailTemplates = [ { template_key: 'backup_failed', - subject_en: 'Backup Failed - Immediate Attention Required', - subject_de: 'Backup fehlgeschlagen - Sofortige Aufmerksamkeit erforderlich', - body_html_en: `
The scheduled backup has failed and requires immediate attention.
Error Details:
Please check the system logs for more details and resolve the issue as soon as possible.
`, - body_html_de: `Das geplante Backup ist fehlgeschlagen und erfordert sofortige Aufmerksamkeit.
-Fehlerdetails:
-Bitte überprüfen Sie die Systemprotokolle für weitere Details und beheben Sie das Problem so schnell wie möglich.
`, - body_text_en: 'Backup Failed\n\nThe scheduled backup has failed and requires immediate attention.\n\nStart Time: {{start_time}}\nBackup Type: {{backup_type}}\nError: {{error_message}}\n\nPlease check the system logs for more details.', - body_text_de: 'Backup fehlgeschlagen\n\nDas geplante Backup ist fehlgeschlagen und erfordert sofortige Aufmerksamkeit.\n\nStartzeit: {{start_time}}\nBackup-Typ: {{backup_type}}\nFehler: {{error_message}}\n\nBitte überprüfen Sie die Systemprotokolle für weitere Details.', + body_text: 'Backup Failed\n\nThe scheduled backup has failed and requires immediate attention.\n\nStart Time: {{start_time}}\nBackup Type: {{backup_type}}\nError: {{error_message}}\n\nPlease check the system logs for more details.', variables: JSON.stringify(['start_time', 'backup_type', 'error_message']) }, { template_key: 'backup_completed', - subject_en: 'Backup Completed Successfully', - subject_de: 'Backup erfolgreich abgeschlossen', - body_html_en: `The scheduled backup has been completed successfully.
Backup Summary:
Das geplante Backup wurde erfolgreich abgeschlossen.
-Backup-Zusammenfassung:
-