This is a major refactor of the way Puppet Dashboard stores reports. Instead of storing serialized yaml in a report column on the report table, the report has been made into a full schema with tables for resource statuses, logs, metrics and events. This should allow a lot of future improvements and help with performance by drastically decreasing the size of the reports table.
For now this migration will move all the old reports to a backed up table called old_reports. Ticket #5535 will introduce a rake task to convert the old reports into the new report schema. We didn't want to do this as part of the migration because it would be too slow for people with a large number of reports. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
