Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Upgrade 2.1.1 to 2.3.1

Hello

It seems that everything went ok but i cannot see in new version my packages:
Aviable -> created manually, list is empty, files on serwer (/var/lib/ocsinventory-reports/download) aren't deleted
in OCS Inventory NG server for Unix by (180 points)

1 Answer

0 votes
I had the same problem after upgrade from 2.0.5 to 2.3.1, in my case problem was an issue database upgrade, check that in your new database table `download_available` has column `DELETED` if not then execute statement:

ALTER TABLE `download_available` ADD `DELETED` INT(1) NOT NULL DEFAULT '0' AFTER `ID_WK`;

this statment is in /...path../ocsreports/files/update/7011.sql, after that update new versions of packages are visible on the list.
by (140 points)
 
Powered by Question2Answer
...