Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Just below the lines listed above, there is a second group of lines in the uptime.conf file that define how up.time will connect to a SQL Server database (see below). Remove the # character from the beginning of these lines and update the dbHost, dbPort, dbName, dbUsername and dbPassword to match the settings of your SQL Server database and the user that you created in Step 1.

noformat
Code Block
languagetext
#dbDriver=net.sourceforge.jtds.jdbc.Driver
#dbType=mssql
#dbHostname=10.1.1.124
#dbPort=1433
#dbName=uptime
#dbUsername=uptime
#dbPassword=password 

...

Note
This command will reset any existing up.time-specific database settings. Before running this command, ensure that the settings in the uptime.conf file are correct.
noformat
Code Block
language
text
up.time_install_path/resetdb really

...