Upgrade a standalone PE-PostgreSQL installation
To upgrade a large installation with standalone PE-PostgreSQL, run the PE installer first on your PE-PostgreSQL node, then on your primary server, and then upgrade any additional components.
Back up your PE installation.
Ensure you have a valid admin RBAC token in order to upgrade compilers.
In Hiera, pe.conf
, or the console (in the PE Master node group), remove any agent_version
parameters you set in the pe_repo
class that matches your infrastructure nodes. This ensures the upgrade isn't blocked by attempting to download non-default agent versions for your infrastructure OS and architecture.
- Download the tarball for your operating system and architecture. Optionally, you can verify the installation package.
- Run
tar -xf <TARBALL>
to unpack the installation tarball.You need about 1 GB of space to untar the installer.
- Upgrade your PostgreSQL node.
- Ensure that the
user_data.conf
file on your PostgreSQL node is up to date by runningpuppet infrastructure recover_configuration
on your primary server, and then copying/etc/puppetlabs/enterprise/conf.d
to the PostgreSQL node. - Copy the installation tarball to the PostgreSQL node, and from the installer
directory, run the installer:
sudo ./puppet-enterprise-installer
- Ensure that the
- From the installer directory on your primary server, run
sudo ./puppet-enterprise-installer
to start the installer, and then follow the CLI instructions to complete your server upgrade.To specify a different
pe.conf
file than the existing file, use the-c
flag as shown here:sudo ./puppet-enterprise-installer -c <FULL_PATH_TO_pe.conf>
This flag tells the installer to backup the previous
pe.conf
file to/etc/puppetlabs/enterprise/conf.d/<TIMESTAMP>.conf
and create a newpe.conf
file at/etc/puppetlabs/enterprise/conf.d/pe.conf
. - To upgrade compilers, log in to your primary server as root and run one of these commands:
- To upgrade specific compilers, run:
sudo puppet infrastructure upgrade compiler <COMPILER_FQDN-1>,<COMPILER_FQDN-2>
- To upgrade all compilers simultaneously, run:
sudo puppet infrastructure upgrade compiler --all
- To specify an authentication token location other than the default location, include
--token-file <PATH_TO_TOKEN>
in the command as shown here:sudo puppet infrastructure upgrade compiler <COMPILER_FQDN> --token-file <PATH_TO_TOKEN>
- To upgrade specific compilers, run:
- Upgrade the following additional PE infrastructure components:
- Agents
- PE client tools: On unmanaged nodes, you must re-install the client tools version that matches the PE version you upgraded to. On managed nodes and infrastructure nodes, client tools are automatically updated when you upgrade PE.
- Optional: Remove previous PE packages from all infrastructure nodes. On your primary server, run:
puppet infrastructure run remove_old_pe_packages
.All packages earlier than the current version are removed by default. To remove specific versions, append
pe_version=<VERSION_NUMBER>
to the command.
Optionally convert legacy compilers to the new style compiler running the PuppetDB service.