Page History
...
To migrate from MySQL to SQL Server
- Stop the up.time Data Collector:
Code Block language sql Unix: #/etc/init.d/uptime_core stop
...
Windows: > net stop "up.time data collector"
- Dump the database:
Code Block language sql > /scripts/fulldatabasedump
- Set up the SQL Server database.
Edit the <uptime_dir>\uptime.conf and <uptime_dir>\controller\resources\uptime_controller.conf file to point to the new database by commenting out the MySQL lines and uncommenting the SQL Server lines.
...