--
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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1f1b527d-9637-4ec4-b214-adf51555927e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/ac8e8d16-7dbd-48ab-8696-dcc70ac9330f%40googlegroups.com.
That still looks like your server is trying to send things to PuppetDB.
Check the puppet.conf and grep for puppetdb in your puppet and puppet server configuration settings and make sure it's been removed.
Also, fully restart your puppetserver process. An API hit won't do the job.
Trevor
--
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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/etPan.575c954b.1f0068d6.1b4d%40enphaseenergy.com.
It seems like you still have some puppetdb settings in puppet.conf, like fact_terminus for example. I'd look there before uninstalling the packages.
HTH
--
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 puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/etPan.575cca55.752f2e1b.1b4d%40enphaseenergy.com.
There was a puppetdb.conf file in the /etc/puppetlabs/puppet directory, but I moved it out, restarted puppet server and I’m still getting errors:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to execute '/pdb/cmd/v1?checksum=2e834ba5e4cdeae4ab27b04da26fa8c52cfbcfca&version=4&certname=it-lnx-01.enphaseenergy.com&command=replace_facts' on at least 1 of the following 'server_urls': https://puppetdb:8081
Thanks Wyatt. I am just trying to disconnect my puppetserver from puppetdb, but I do want to re-connect them in the future. Your information is very helpful. I find it easy to get confused about what part us causing what problem when I have puppetserver, puppetdb, puppetdb terminus, postgres, puppetlabs-puppetdb, and puppet labs-postgrs all involved in one way or another.
I'd love to go to training, but it's not really an option at the moment.