Solved: Migration from Windows to Linux

Moderator: crythias

Post Reply
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Solved: Migration from Windows to Linux

Post by RBehr »

We need to migrate an OTRS installation from Windows Server 2003 to Ubuntu 10.04.

We have successfully set up OTRS on the Ubuntu server. What would be the best method of transferring the config files from the Windows server to the Ubuntu server? We wish to continue to use a SQL Server 2005 database.

Many thanks
Last edited by RBehr on 10 Jun 2011, 11:19, edited 1 time in total.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Migration from Windows to Linux

Post by Wolfgangf »

Admin -> Sysconfig -> Download Settings on Windows Installation
Admin -> Sysconfig -> Load Settings on Linux Installation
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Migration from Windows to Linux

Post by jojo »

An MS SQL Database can not be used as application datbase on a linux based installation! (Only via ODBC, but this combination won't be supported)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
MichaelR
Znuny expert
Posts: 250
Joined: 12 Oct 2010, 01:35
Znuny Version: 3.0.9
Company: LRS Health

Re: Migration from Windows to Linux

Post by MichaelR »

The major change is you will need to dump the MS SQL database and somehow convert it to MySQL or some other database that is supported in Linux.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks :)
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Migration from Windows to Linux

Post by RBehr »

So a Ubuntu / Linux installation does not support SQL Server? No way around this?
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Migration from Windows to Linux

Post by Wolfgangf »

you can connect to a MS/SQL server on a different host; MS/SQL does not run under Linux
if you want to have everything on Linux, you might want to use MySql and need some export / migration script from MS/SQL to MySql (which is not to hard to do)
You would have to write a script, which runs through all tables in MSSQL and insert every record/field into MySql

Hope that helps
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
RBehr
Znuny expert
Posts: 167
Joined: 26 Jan 2011, 13:23
Znuny Version: 3.0.7
Real Name: Rod Behr
Company: Impact
Location: London, United Kingdom
Contact:

Re: Migration from Windows to Linux

Post by RBehr »

Thanks for the feedback. Because we need to stay on SQL Server, we have chosen to remain with Apache running on a Windows Server. Performance isn't great, but its acceptable.
Rod Behr
Software Design Manager and Database Analyst | Impact Audiovisual | London
Installation: OTRS 3.0.7, Apache 2, Strawberry Perl 5 on Ubuntu 10.04.3 Server with separate MySQL Server, also on Ubuntu 10.04.3
Post Reply