Versions Compared

Key

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

Some user have reported errors in the web interface when attempting to upgrade the database to 1.8.2.

 

If (and only if) you have this issue, please download the attached SQL file, copy it to your Open-AudIT server and run the following command (substitute /path/to/ with wherever you  placed the .sql file).

 

Windows

Code Block
c:\xampplite\mysql\bin\mysql -u openaudit -popenauditpassword openaudit < c:\path\to\update_1.8.2.sql

Linux

Code Block
mysql -u openaudit -popenauditpassword openaudit < /path/to/update_1.8.2.sql

 

Click the filename below to download.

update_1.8.2.sql