Puppet PuppetDB upgrade

0 votes
I am upgrading my entire puppet infrastructure to the latest available version.  I have a PuppetDB as a part of my puppet infrastructure along with a puppet master on linux and two agents one being on linux and other being a windows agent. Is PuppetDB upgrade dependent on my puppet master upgrade? Should i wait for my puppet master to first upgrade and then start PuppetDB upgrade? What's the process to upgrade my PuppetDB? Kindly help.
related to an answer for: Puppet: Upgrading a Puppet server
Aug 2, 2019 in Puppet by Roshni
351 views

1 answer to this question.

0 votes

PuppetDB can be upgraded independently of your master and agent nodes.

Follow these steps, depending on whether you want to automate upgrade or manually upgrade.

  • To automate upgrade, specify the version parameter of the puppetlabs/puppetdb module’s puppetdb::globals class.

  • To manually upgrade, on the PuppetDB node, run the command appropriate to your package installer:

Yum:

yum update puppetdb

Apt:

apt-get update apt-get install --only-upgrade puppetdb
  • On your master, upgrade the puppetdb-termini package by running the command appropriate to your package installer:

Yum:

yum update puppetdb-termini

Apt:

apt-get update apt-get install --only-upgrade puppetdb-termini
answered Aug 2, 2019 by Sirajul
• 59,230 points

Related Questions In Puppet

0 votes
1 answer

How to connect my puppet master to PuppetDB?

Working on your Puppet master server(s), follow all ...READ MORE

answered Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
1,652 views
0 votes
1 answer

Error: PuppetDB is running but Puppet Master can't reach it.

If PuppetDB is running but the Puppet ...READ MORE

answered Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
928 views
0 votes
1 answer

Error: Ruby run error after connecting puppet apply to PuppetDB.

If Puppet apply is configured incorrectly, this error is ...READ MORE

answered Jul 31, 2019 in Puppet by Sirajul
• 59,230 points
579 views
0 votes
1 answer

Puppet Error: Unable to locate package PuppetDB

You will have to enable the puppet ...READ MORE

answered Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
1,163 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,494 views
+2 votes
1 answer
0 votes
1 answer

How to upgrade Puppet and Facter?

Puppet and facter can be upgraded through ...READ MORE

answered Jul 26, 2019 in Puppet by Sirajul
• 59,230 points
808 views
0 votes
1 answer

PuppetDB installation using puppet modules

You can install and configure all of ...READ MORE

answered Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
545 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP