article Moving your MySQL DataStore to a Remote Host

The default up.time installation includes a bundled MySQL database.  There are several scenarios in which it may be desirable to implement a dedicated database server.  This article provides instructions for moving your datastore to the new remote host.

 

In the following example, Host1 is the current server and Host2 is the remote database server being installed.

  • Check version of up.time installed on Host1.
  • Install the same version of up.time on Host2.
  • Stop all up.time services on both systems.
  • Move Host2's ...\uptime\datastore\ folder to another location (e.g. ...\tmp\).
  • Copy Host1's ...\uptime\datastore\ to Host2 ...\uptime\datastore\.
  • Open ...\uptime\uptime.conf for editing and change 'dbHostname=localhost' to reflect Host2's hostname.
  • Start the up.time datastore service on Host2.
  • Log into Host2's MySQL database using the following command:

...\uptime\mysql\bin\mysql -uroot -puptimerocks -P3308 --protocol=TCP

  • At the MySQL prompt, execute the following command to grant remote access to the database:

grant all privileges on uptime.* to "uptime"@"%" identified by "uptime";

 

Note: for additional security (to whitelist only Host1), replace % with the IP address or hostname of Host1.

  • Start the up.time data collector (core) and Web Server (httpd) on Host1. Do not start the up.time datastore on Host1, as it is no longer required for operation.
  • Login to Host1 as usual and confirm that your data is sound.  You can confirm your active configuration in the 'support' link at the top right corner of the up.time web interface.

Related Articles


Shrinking your MySQL DataStore

RatingViews
article

At times it may be necessary to reduce the disk space that your MySQL DataStore consumes on your monitoring station. The process of reducing your DataStore size follows the general steps that are...

By: uptime Support | Date Created: 7-31-2006 | Last Modified: 2-19-2014 | Index: 088

  11224

Moving or Migrating the up.time Monitoring Station

RatingViews
article

By: uptime Support | Date Created: 10-26-2005 | Last Modified: 6-14-2013 | Index: 022

  9424

Moving your license key

RatingViews
article

By: uptime Support | Date Created: 9-27-2005 | Last Modified: 5-5-2014 | Index: 008

  5784

Migrating Your DataStore To a New Database

RatingViews
article

This article outlines how to move your DataStore between different database types.

By: uptime Support | Date Created: 2-21-2007 | Last Modified: 6-30-2011 | Index: 142

  4619

Default MySQL Database Users and Permissions

RatingViews
article

This article outlines the MySQL database users that are installed with up.time and their permissions

By: uptime Support | Date Created: 7-6-2007 | Last Modified: 6-28-2011 | Index: 211

  3594

User Comments



No comments have been posted.

Copyright © 2021 IDERA, Inc.   Legal   Privacy Statement