I had a friend helping me to debug and looks like it is taking forever to delete the entries from resource status table (a lot of entries).
Is that something we can improve ? On Wednesday, July 24, 2013 11:42:26 AM UTC-7, Felipe Salum wrote: > > Hi guys, > > The command below was working when my puppet dashboard mysql database was > running in the same machine as the puppet master. > > rake RAILS_ENV=production -f /usr/share/puppet-dashboard/Rakefile node:del > name=my-app-server > > However now I moved the mysql database to RDS and it doesn't work anymore, > my database.yml reflects the change and the Puppet Dashboard web interface > works fine accessing the RDS database, but the rake task to delete is > broken. Interesting is that node:list works and list all my nodes. > > production: > database: dashboard_production > username: username > password: password > host: something.at.rds.amazonaws.com > encoding: utf8 > adapter: mysql > > Did I miss something during the local mysql to RDS migration ? > > Thanks, > Felipe > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
