How to move the up.time datastore directory
1. Stop the up.time data collector/datastore services.
Windows:
> net stop "up.time Data Collector"
> net stop "up.time Data Store"
Linux/Solaris:
# /etc/init.d/uptime_core stop
# /etc/init.d/uptime_datastore stop
2. Copy the folder ‘<uptime dir>\datastore\data’ to your desired location
3. Edit the file <up.time dir>\mysql\my.ini and update the line below so it points to the new location of the datastore:
datadir="C:/Program Files//uptime software/uptime/datastore/data/"
4. Start the up.time data collector/datastore services.
Windows:
> net start "up.time Data Store"
> net start "up.time Data Collector"
Linux/Solaris:
# /etc/init.d/uptime_datastore start
# /etc/init.d/uptime_core start
5. Confirm the change (check the timestamps of the ibdata* files in the new datastore directory), and that you can login to up.time.






