Using OTRS version 2.3.4.
Windows 2003 Server SP2
MySql
Want to move all the OTRS data from the C: drive to the D: drive which has much more free space.
What is the best way to go about doing that?
Moving data to another drive
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Moving data to another drive
If you want to do it "right", back up, stop services (apache, mysql, otrs, cronw), rename the c:\path\to\OTRS folder, reinstall on D:, restore on D:.
If you want to move only the big stuff (eg, only MySQL) check http://www.google.com/search?sourceid=c ... a+location
If you want to move only the big stuff (eg, only MySQL) check http://www.google.com/search?sourceid=c ... a+location
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Moving data to another drive
Thank you.