Issue #6979 has been updated by Jason Smith.
I didn't notice that config option, thanks. I think it would difficult for me to test now since I have already fixed our database, but I assume that is what this config option is for. Maybe this should be mentioned in the storeconfigs and new inventory service documentation. I also just noticed feature #1077. Would it be safe to do something similar and automatically enable dbmigrate if storeconfigs is enabled, or is that too dangerous? ---------------------------------------- Bug #6979: db:migrate missing when adding inventory service to already configured storeconfigs DB. https://projects.puppetlabs.com/issues/6979 Author: Jason Smith Status: Needs More Information Priority: Normal Assignee: Jason Smith Category: stored configuration Target version: Affected Puppet version: 2.6.7 Keywords: Branch: We setup storeconfigs on our puppet master a few weeks ago, using MySQL. Then, I just tried to enable the inventory service in puppet 2.6.7 to use the same DB so we could use this in the puppet dashboard, but it failed to update the puppet DB and add the two new tables. I couldn't file a Rakefile (puppet installed via rpm) to try a rake db:migrate either. Since we are still in our testing stage, I just manually dropped all the tables in the puppet DB and let puppet recreate and repopulate them, which it did do, plus the two new tables needed for the inventory service. DB migration is needed for those enabling the new inventory service on top of an already configured storeconfig DB. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
