Im Zuge der Modernisierung möchte ich die aktuelle 5.2 Instanz auf einen neuen Server incl. 6.3 upgrade.
Der neue Server hat Ubuntu 20.04/PHP 7.2/MariaDB 10.3
Auf dem neuen Server wurde jetzt frisch 6.3 aus dem GIT installiert und auch initial konfiguriert.
Dann spiele ich einen mysqldump Export der aktuellen Instanz ein (Ubuntu 14,.04/PHP 5.5/MySQL 5.5) um dann den DBUpgrade von Ilias auszuführen. Bis Schritt 5250 funktioniert es. Leider aber nicht weiter.
Wenn ich das SELECT ausführe, was in dem Schritt angeführt ist, dann bekomme ich folgendes Ergebniss
MariaDB [ilias]> SELECT obj_id, title, description, role_id, usr_id FROM object_data
-> INNER JOIN role_data role ON role.role_id = object_data.obj_id
-> INNER JOIN rbac_ua on role.role_id = rol_id
-> WHERE title LIKE '%il_orgu_superior%' OR title LIKE '%il_orgu_employee%';
+--------+----------------------+---------------------------------+---------+--------+
| obj_id | title | description | role_id | usr_id |
+--------+----------------------+---------------------------------+---------+--------+
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 231 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 277 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 488 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 884 |
| 851 | il_orgu_superior_317 | Superior of org unit obj_no.849 | 851 | 884 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 2615 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 2738 |
+--------+----------------------+---------------------------------+---------+--------+
Kann mir jemand sagen, was mir da fehlt bzw. was ich machen kann, damit die Installation weiterläuft?
Der neue Server hat Ubuntu 20.04/PHP 7.2/MariaDB 10.3
Auf dem neuen Server wurde jetzt frisch 6.3 aus dem GIT installiert und auch initial konfiguriert.
Dann spiele ich einen mysqldump Export der aktuellen Instanz ein (Ubuntu 14,.04/PHP 5.5/MySQL 5.5) um dann den DBUpgrade von Ilias auszuführen. Bis Schritt 5250 funktioniert es. Leider aber nicht weiter.
Wenn ich das SELECT ausführe, was in dem Schritt angeführt ist, dann bekomme ich folgendes Ergebniss
MariaDB [ilias]> SELECT obj_id, title, description, role_id, usr_id FROM object_data
-> INNER JOIN role_data role ON role.role_id = object_data.obj_id
-> INNER JOIN rbac_ua on role.role_id = rol_id
-> WHERE title LIKE '%il_orgu_superior%' OR title LIKE '%il_orgu_employee%';
+--------+----------------------+---------------------------------+---------+--------+
| obj_id | title | description | role_id | usr_id |
+--------+----------------------+---------------------------------+---------+--------+
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 231 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 277 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 488 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 884 |
| 851 | il_orgu_superior_317 | Superior of org unit obj_no.849 | 851 | 884 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 2615 |
| 850 | il_orgu_employee_317 | Emplyee of org unit obj_no.849 | 850 | 2738 |
+--------+----------------------+---------------------------------+---------+--------+
Kann mir jemand sagen, was mir da fehlt bzw. was ich machen kann, damit die Installation weiterläuft?