/
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
Errata - 1.8.2 Manual Database Update
Errata - 1.8.2 Manual Database Update
More like this
Errata - 3.0.2 Upgrading from a version older than 2.2.0
Errata - 3.0.2 Upgrading from a version older than 2.2.0
More like this
Reset, Backup and Restore the Open-AudIT database
Reset, Backup and Restore the Open-AudIT database
More like this
Release Notes for Open-AudIT v4.4.0
Release Notes for Open-AudIT v4.4.0
More like this
Comandos prácticos de Open-AudIT
Comandos prácticos de Open-AudIT
More like this
Open-AudIT Support Information
Open-AudIT Support Information
More like this