ITrack/Migrating a server
From ISoft Wiki
< ITrack
Jump to navigationJump to search
Revision as of 09:40, 19 August 2009 by Daytonlowell (talk | contribs) (New page: *To start the MySQL service from the command line: '''net start mysql''' or '''net start mysql5''' *To stop the MySQL service from the command line: '''net stop mysql''' or '''net stop mys...)
- To start the MySQL service from the command line: net start mysql or net start mysql5
- To stop the MySQL service from the command line: net stop mysql or net stop mysql5
Server Side
- Warn customer/users that ITrack will not work while the move is happening.
- Stop the MySQL service on the "old ITrack server"
- Set it to not start on "automatically"
- Create a share on the old ITrack server
- Copy the ITrack database from C:\Program Files\MySQL\MySQL Server 5.0\data to the share you just created
- On the new ITrack server, install MySQL server
- Stop the MySQL service on the new server
- Use explorer to navigate to the share on the old server
- Copy the ITrack database directory to the MySQL data directory on the new server
- Start the MySQL service on the new server.
- Install SQLYog
- Create a new user in the mysql database that ITrack will use to connect to the server
- Change all client machines to be pointed to the new server's name/IP
- Create an ITrack share on the new server.
- Move the reports, images, attachments directories from the old server to the share on the new server
Client Side
- Change the "hostname" in all clients host.ini to be the name/IP of the new server.
- Change the "server" in the ODBC to the name/IP of the new server.
- Change the reports, images, attachments to point to the share on the new server.
- Double check to make sure everything is working properly.