On Apr 4, 2011, at 11:48 AM, Jacob Helwig wrote: > 1. Reports will need to be converted to a new schematized format when > upgrading (#5459). Rather than just storing reports as serialized > YAML in the database as is currently done in v1.0.4, they are now in a > set of tables that allows them to be queried more easily and faster. > This conversion can be a slow process if you have a long history of > reports, so it's not done as part of `rake db:migrate`. Instead, > there is a rake task (#5535) that will do the conversion for you, > converting newer reports first and able to be resumed if it's > interrupted just by rerunning it. > > `rake reports:schematize`
Just to be clear, can I run that rake task while dashboard is running, and getting new reports from the puppetmaster? I'd probably run it with "nice -n +1" so it doesn't interfere (as much) with the other stuff the server is doing. -- 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.
