You might need to download the installer for an older version of Puppet Application Manager (PAM). For example, if you migrate PAM to a new machine during disaster recovery, you need to create a new cluster with the same components and versions as the original cluster for CDPE or for Comply.
Version and installation information
Product: Puppet Application Manager
Version: Any
Solution
Find your version of PAM
You can find the version of PAM that you’re using in the PAM UI at the bottom of the page.
If you’re running PAM on a Puppet-supported cluster, you can find your architecture by running:
kubectl get installer --sort-by=.metadata.creationTimestamp -o jsonpath='{.items[-1:].metadata.name}' ; echo
Depending on which architecture you used when installing, the command returns one of these values:
HA architecture: puppet-application-manager
Standalone architecture: puppet-application-manager-standalone
Legacy architecture: Any other value, for example, puppet-application-manager-legacy
, cd4pe
, or comply
. Legacy architecture is no longer supported.
Get the tarball you need
Find the tarball of PAM that you need using your architecture and PAM version in the included tables.
To use curl to download the tarball, follow these steps.
-
Remove
/bundle
and.tar.gz
from the tarball link.For example, change
https://kurl.sh/bundle/ed56345.tar.gz
tohttps://kurl.sh/ed56345
-
Run
curl -sSL <UPDATED TARBALL LINK> | sudo bash
For example,
curl -sSL https://kurl.sh/ed56345| sudo bash
HA architecture
PAM version | Release date | Tarball link |
---|---|---|
1.94.0 | 2023-02-28 | https://kurl.sh/bundle/40f8da6.tar.gz |
1.91.3 | 2023-01-10 | https://kurl.sh/bundle/ed56345.tar.gz |
1.81.1 | 2022-09-28 | https://kurl.sh/bundle/1d4541c.tar.gz |
1.80.0 | 2022-08-16 | https://kurl.sh/bundle/a1e3536.tar.gz |
1.76.2 | 2022-08-02 | https://kurl.sh/bundle/2d20f2e.tar.gz |
1.76.1 | 2022-07-20 | https://kurl.sh/bundle/40a4a2b.tar.gz |
1.72.1 | 2022-06-23 | https://kurl.sh/bundle/fab3cee.tar.gz |
1.70.1 | 2022-05-26 | https://kurl.sh/bundle/120af52.tar.gz |
1.68.0 | 2022-04-12 | https://kurl.sh/bundle/70a5f78.tar.gz |
1.64.0 | 2022-03-01 | https://kurl.sh/bundle/bcdfab8.tar.gz |
1.62.0 | 2022-02-17 | https://kurl.sh/bundle/7d842c0.tar.gz |
1.56.0 | 2021-11-30 | https://kurl.sh/bundle/3541ed4.tar.gz |
1.52.1 | 2021-10-06 | https://kurl.sh/bundle/eb9a2db.tar.gz |
1.49.0 | 2021-08-25 | https://kurl.sh/bundle/f7ac50d.tar.gz |
1.44.1 | 2021-06-30 | https://kurl.sh/bundle/1506feb.tar.gz |
Standalone architecture
PAM version | Release date | Tarball link |
---|---|---|
1.94.0 | 2023-02-28 | https://kurl.sh/bundle/2fc7f57.tar.gz |
1.91.3 | 2023-01-10 | https://kurl.sh/bundle/c092a1a.tar.gz |
1.80.0 | 2022-08-16 | https://kurl.sh/bundle/f7abb23.tar.gz |
1.76.2 | 2022-08-02 | https://kurl.sh/bundle/a08755d.tar.gz |
1.76.1 | 2022-07-20 | https://kurl.sh/bundle/2439945.tar.gz |
1.72.1 | 2022-06-23 | https://kurl.sh/bundle/a99c96a.tar.gz |
1.70.1 | 2022-05-26 | https://kurl.sh/bundle/0c676a0.tar.gz |
1.68.0 | 2022-04-12 | https://kurl.sh/bundle/4fcf5ad.tar.gz |
1.64.0 | 2022-03-01 | https://kurl.sh/bundle/94ef6c0.tar.gz |
1.62.0 | 2022-02-17 | https://kurl.sh/bundle/9296c8a.tar.gz |
1.56.0 | 2021-11-30 | https://kurl.sh/bundle/3350a02.tar.gz |
1.52.1 | 2021-10-06 | https://kurl.sh/bundle/764abec.tar.gz |
1.49.0 | 2021-08-25 | https://kurl.sh/bundle/8d6121b.tar.gz |
1.44.1 | 2021-06-30 | https://kurl.sh/bundle/2042b1a.tar.gz |
Legacy architecture
PAM version | Release date | Tarball link |
---|---|---|
1.72.1 | 2022-06-23 | https://kurl.sh/bundle/a976464.tar.gz |
1.70.1 | 2022-05-26 | https://kurl.sh/bundle/a3501f1.tar.gz |
1.68.0 | 2022-04-12 | https://kurl.sh/bundle/f9f3c4d.tar.gz |
1.64.0 | 2022-03-01 | https://kurl.sh/bundle/0c53669.tar.gz |
1.62.0 | 2022-02-17 | https://kurl.sh/bundle/8a2c458.tar.gz |
1.56.0 | 2021-11-30 | https://kurl.sh/bundle/b5bd3ed.tar.gz |
1.52.1 | 2021-10-06 | https://kurl.sh/bundle/38a68b1.tar.gz |
1.49.0 | 2021-08-25 | https://kurl.sh/bundle/9d6f1c6.tar.gz |
1.44.1 | 2021-06-30 | https://kurl.sh/bundle/352f632.tar.gz |
How can we improve this article?
0 comments
Please sign in to leave a comment.
Related articles