wir planen, unsere Produktiv-Instanz zu aktualisieren und testen dies nun mit einem Klon. Dabei hängt das DB-Update-Script.
Technische Daten:
Frontend - Debian 10 - OTRS 5.0.28 (ca. 1,8 TiB in der Applikation)
Backend - Debian 9 - MariaDB 10.1 (ca. 130 GiB in der DB)
Wir halten uns an diese Anleitung und bekommen diesen Output:
Code: Select all
root@otrs-p01:/data/otrs# su -c "/data/otrs/scripts/DBUpdate-to-6.pl" -s /bin/bash otrs
Migration started ...
Checking requirements ...
Requirement check for: Check framework version ...
Requirement check for: Check required Perl version ...
Requirement check for: Check required database version ...
Requirement check for: Check database charset ...
Requirement check for: Check required Perl modules ...
Requirement check for: Check if database has been backed up ...
Did you backup the database? [Y]es/[N]o: y
Requirement check for: Upgrade database structure ...
Requirement check for: Migrating time zone configuration ...
The currently configured time offset is 2 hours, these are the suggestions for a corresponding OTRS time zone:
Africa/Cairo
Africa/Ceuta
[...]
It seems that Europe/Berlin should be the correct time zone to set for your OTRS.
Enter the time zone to use for OTRSTimeZone (leave empty to show a list of all available time zones): Europe/Berlin
Enter the time zone to use for UserDefaultTimeZone (leave empty to show a list of all available time zones): Europe/Berlin
Requirement check for: Update calendar appointment future tasks ...
Requirement check for: Migrate GenericAgent jobs configuration ...
Requirement check for: Migrate TicketAppointment rules configuration ...
Requirement check for: Create entries in new article table ...
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
Requirement check for: Migrate ArticleType in ProcessManagement Data ...
Requirement check for: Migrate ArticleType in PostMaster filters ...
Executing tasks ...
Step 1 of 44: Check framework version ...
Step 2 of 44: Check required Perl version ...
Step 3 of 44: Check required database version ...
Step 4 of 44: Check database charset ...
Step 5 of 44: Check required Perl modules ...
Step 6 of 44: Check installed CPAN modules for known vulnerabilities ...
Step 7 of 44: Check if database has been backed up ...
Step 8 of 44: Upgrade database structure ...
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
[...]
Code: Select all
ALTER TABLE article_data_mime ADD article_id BIGINT NULL
Wir sehen, dass die Partitionen nicht volllaufen, es gibt auch sonst keine spezifischen Meldungen (weder stdout noch DB- bzw. Sys-Logs).
Was könnten wir hier unternehmen?
Danke!