Actions
Bug #11
closedReports fails to import when using MySQL database
Description
the current schema generates in MySQL mediumtext, while in order for serialization to work you need text.
quick workaround:
ALTER TABLE reports MODIFY log text;
Updated by Ohad Levy over 15 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 097acb27dd8d5729f3db6f25a39839b5d2520dfc.
Updated by Moty Lavi over 15 years ago
Still having problem to migrate reports to my MySQL db.
I can not find any log of the problem except that my reports are empty...
Updated by Ohad Levy over 15 years ago
motyla wrote:
Still having problem to migrate reports to my MySQL db.
I can not find any log of the problem except that my reports are empty...
can you elaborate in some way?
Did you install the custom report in puppet? (in the extra directory?)
Updated by Moty Lavi over 15 years ago
Ok .... my mistake ..... I had some syntax problem at puppet.conf reports entry ....
sorry :-)
Updated by Ohad Levy over 15 years ago
Applied in changeset 097acb27dd8d5729f3db6f25a39839b5d2520dfc.
Updated by Ohad Levy over 15 years ago
- Status changed from Ready For Testing to Closed
Actions