Hallo,
ich benötige ein How to wie ich einen bestehenden OTRS Sever von Windows zu Debian umziehe. Hab schon alles möglich probiert jedes Mal wenn ich den SQL dump einspiele ist das System im Eimer. Hat einer ne kurze Anleitung für mich wie es klappt. Beide System haben die gleich Version 3.2.9
Danke
[gelöst]OTRS von Windows Server auf Debian umziehen
[gelöst]OTRS von Windows Server auf Debian umziehen
Last edited by Rene68 on 07 Dec 2015, 12:53, edited 1 time in total.
OTRS :5
-
- Znuny ninja
- Posts: 1312
- Joined: 25 May 2012, 08:51
- Znuny Version: OTRS 4
- Real Name: Klaus Nehrer
Re: OTRS von Windows Server auf Debian umziehen
Was heißt, das System ist im Eimer? Fehlermeldung beim einspielen des Dumps? Wie spielst Du den Dump ein? Sind die Datenbanken identisch, einschl. bei den Einstellungen?
Re: OTRS von Windows Server auf Debian umziehen
Also ich habe erst ein Debian Squeeze aufgesetzt.
OTRS 3.2.9 komplett installiert Nachdem das komplett fertig war OTRS Db unter mysql gelöscht und neu erstellt dann SQL Dump eingespielt und folgende Scripte laufen lassen
bin/otrs.RebuildConfig.pl
bin/otrs.DeleteCache.pl
cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root otrs
scripts/DBUpdate-to-3.2.pl
natürlich auch Conf usw. angepasst.
Nun habe ich folgende Fehlermeldung
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
OTRS 3.2.9 komplett installiert Nachdem das komplett fertig war OTRS Db unter mysql gelöscht und neu erstellt dann SQL Dump eingespielt und folgende Scripte laufen lassen
bin/otrs.RebuildConfig.pl
bin/otrs.DeleteCache.pl
cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root otrs
scripts/DBUpdate-to-3.2.pl
natürlich auch Conf usw. angepasst.
Nun habe ich folgende Fehlermeldung
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
OTRS :5
-
- Znuny ninja
- Posts: 1312
- Joined: 25 May 2012, 08:51
- Znuny Version: OTRS 4
- Real Name: Klaus Nehrer
Re: OTRS von Windows Server auf Debian umziehen
Und was steht in den Logs?Rene68 wrote:More information about this error may be available in the server error log.
Re: OTRS von Windows Server auf Debian umziehen
Danke hat sich erledigt Problem war eine zweite db auf PG da fehlte der Driver.
OTRS :5