Update 7.0.3 nach 7.0.9 Error Migrate Script

Hilfe zu OTRS Problemen aller Art
Post Reply
mdrlpde
Znuny newbie
Posts: 13
Joined: 09 Jun 2023, 10:40
Znuny Version: 7.0.11
Real Name: Michael Jonas
Company: Medizinischer Dienst Rheinland Pfalz

Update 7.0.3 nach 7.0.9 Error Migrate Script

Post by mdrlpde »

Beim Update von 7.0.3 nach 7.0.9 bekomme ich bei Step 11 folgenden Fehler

Step 11 of 21: Migrate notification events ...
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Fri Aug 4 13:41:22 2023

Message: Need Message argument 'Subject' for language 'en'!

Traceback (461332):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 494
Module: scripts::Migration::Znuny::MigrateNotificationEvents::_MigrateMentionNotification Line: 131
Module: scripts::Migration::Znuny::MigrateNotificationEvents::Run Line: 33
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

Error updating notification event with ID 16.



Not possible to complete migration. Check previous messages for more information.

Frage: Kann ich direkt von 7.0.3 auf 7.0.9 oder muss man alle Zwischen versionen installieren ?
Falls es direkt geht, wie kann ich den Fehler beheben ?
Danke für die Hilfe !
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Update 7.0.3 nach 7.0.9 Error Migrate Script

Post by root »

Hallo,

prüfe doch mal die Ticket-Benachrichtigung mit der ID 16, das sollte die für Mentions sein. Ich vermute die ist angepasst worden die englische wurde gelöscht. Daher findet er die Benachrichtigung auch nicht zum korrigieren.

Ich füge mal die originale Benachrichtigung bei, die kannst Du in die 7.0.3 importieren, dann sollte das funktionieren. Oder Du legst eine auf englich an.

- Roy
You do not have the required permissions to view the files attached to this post.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
mdrlpde
Znuny newbie
Posts: 13
Joined: 09 Jun 2023, 10:40
Znuny Version: 7.0.11
Real Name: Michael Jonas
Company: Medizinischer Dienst Rheinland Pfalz

Re: Update 7.0.3 nach 7.0.9 Error Migrate Script

Post by mdrlpde »

Hallo Roy,

ja, das englische war gelöscht bei der Erwähnung. Hab sie hinzugefügt und in der DB noch mal kontrolliert (siehe Attachment)
Das Migrationsskript läuft auf den gleichen Fehler. Hab dann nochmal die Datenbank kontrolliert und hatte nur noch den "de" Datensatz.
Der Datensatz "en" war weg.
Hab dann die Benachrichtigung gelöscht und deine originale importiert und noch mal das Skript ausgeführt. Die Lief dann durch jedoch mit Fehlern.
Ich vermute mal dass da etwas in der Datenbank korrigiert werden muss.

Hier die Fehler ........

Step 6 of 21: Upgrade database structure ...
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_item« verletzt Fremdschlüssel-Constraint »fk_notification_event_item_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_item
(notification_id, event_key, event_value)
VALUES (?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 543
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DBD::Pg::db do failed: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_message« verletzt Fremdschlüssel-Constraint »fk_notification_event_message_notification_id_id«
[Tue Aug 8 10:09:10 2023] MigrateToZnuny7_0.pl: DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden. at /opt/znuny-7.0.9/Kernel/System/DB.pm line 497.
ERROR: Znuny-znuny.Console.pl-Maint::Database::Check-01 Perl: 5.32.1 OS: linux Time: Tue Aug 8 10:09:10 2023

Message: FEHLER: Einfügen oder Aktualisieren in Tabelle »notification_event_message« verletzt Fremdschlüssel-Constraint »fk_notification_event_message_notification_id_id«
DETAIL: Schlüssel (notification_id)=(16) ist nicht in Tabelle »notification_event« vorhanden., SQL: '
INSERT INTO notification_event_message
(notification_id, subject, text, content_type, language)
VALUES (?, ?, ?, ?, ?)'

Traceback (817552):
Module: Kernel::System::NotificationEvent::NotificationUpdate Line: 571
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::_ActivateActivityNotificationEvent Line: 100
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Activity::Run Line: 30
Module: scripts::Migration::Znuny::UpgradeDatabaseStructure::Run Line: 94
Module: scripts::Migration::_ExecuteComponent Line: 167
Module: scripts::Migration::Run Line: 77
Module: scripts/MigrateToZnuny7_0.pl Line: 82

Step 7 of 21: Rebuild configuration ...
Step 8 of 21: Migrate SysConfig settings ...
Step 9 of 21: Migrate DBCRUD UUID columns ...
Activity: Column dbcrud_uuid in table activity...
Column already exists
Calendar::Plugin: Column dbcrud_uuid in table calendar_appointment_plugin...
Column already exists
OAuth2Token: Column dbcrud_uuid in table oauth2_token...
Column already exists
OAuth2TokenConfig: Column dbcrud_uuid in table oauth2_token_config...
Column already exists
Step 10 of 21: Migrate dynamic fields ...
Step 11 of 21: Migrate notification events ...
Step 12 of 21: Integrate Znuny-NoteToLinkedTicket ...
Step 13 of 21: Migrate groups ...
Step 14 of 21: Cleanup orphaned mentions ...
Step 15 of 21: Uninstall merged packages ...
Step 16 of 21: Initialize default cron jobs ...
Copying /opt/znuny/var/cron/aaa_base.dist to /opt/znuny/var/cron/aaa_base...
done.
Copying /opt/znuny/var/cron/znuny_daemon.dist to /opt/znuny/var/cron/znuny_daemon...
done.
Step 17 of 21: Clean up the cache ...
Step 18 of 21: Rebuild configuration another time ...
Step 19 of 21: Deploy ACLs ...
Step 20 of 21: Deploy processes ...
Step 21 of 21: Check invalid settings ...



Migration completed!

- Michael

root wrote: 05 Aug 2023, 15:43 Hallo,

prüfe doch mal die Ticket-Benachrichtigung mit der ID 16, das sollte die für Mentions sein. Ich vermute die ist angepasst worden die englische wurde gelöscht. Daher findet er die Benachrichtigung auch nicht zum korrigieren.

Ich füge mal die originale Benachrichtigung bei, die kannst Du in die 7.0.3 importieren, dann sollte das funktionieren. Oder Du legst eine auf englich an.

- Roy
You do not have the required permissions to view the files attached to this post.
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Update 7.0.3 nach 7.0.9 Error Migrate Script

Post by root »

Hi,

die Ursache das Skript abbricht liegt an einem Fehler im Migrationsskript. Es wurde nicht in betracht gezogen das jemand die englische Benhachrichtung für Mention löscht, weil das eigentlich nicht notwendig ist.
Mit der 7.0.10 wurde das behoben, da tritt dieser Fehler nicht mehr auf.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Post Reply