Upgrade PuppetDB

Upgrade PuppetDB to get the newest features available.

  1. 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:

      Copy
      yum update puppetdb

      Apt:

      Copy
      apt-get update
      apt-get install --only-upgrade puppetdb
  2. On your primary server, upgrade the puppetdb-termini package by running the command appropriate to your package installer:

    Yum:

    Copy
    yum update puppetdb-termini

    Apt:

    Copy
    apt-get update
    apt-get install --only-upgrade puppetdb-termini