/
Errata - 2.3.0 upgrades
Errata - 2.3.0 upgrades
If you upgraded to 2.3.0 from a previous release, you will be missing a database column.
This applies only if you ran the 2.3.0 installer/upgrader package. This was fixed for 2.3.1 and subsequent releases.
2.3.0 was a preview release and not generally available.
To fix the issue run the below.
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE queue ADD pid int(10) unsigned NOT NULL DEFAULT '0' AFTER type;"
And you may need the below as well.
mysql -u openaudit -popenauditpassword openaudit -e "ALTER TABLE queue ADD status varchar(20) NOT NULL DEFAULT '' AFTER pid;"
, multiple selections available,
Related content
opConfig 1, 2 and 3 Release Notes
opConfig 1, 2 and 3 Release Notes
More like this
opConfig 4 release notes
opConfig 4 release notes
More like this
Release Notes for Open-AudIT v5.2.0
Release Notes for Open-AudIT v5.2.0
More like this
How To Install or Upgrade Open-AudIT (Linux)
How To Install or Upgrade Open-AudIT (Linux)
More like this
opCharts 4 Installation Guide
opCharts 4 Installation Guide
More like this
Manual: Eliminar dispositivos de Open-AudiT Enterprise
Manual: Eliminar dispositivos de Open-AudiT Enterprise
More like this