Upgrade Remediate on online nodes
Upgrading to a new version of Puppet Remediate on a node with internet access can be done with a few simple commands.
To upgrade to Remediate 1.3.x:
Run the Remediate update command:
docker-compose run remediate update
Important: If you are upgrading from Remediate 1.1.x, you should stop Remediate and remove the
oauth_client.json
file before running the
update
command:docker-compose run remediate stop
docker secret rm oauth_client.json
There is no need to do this if you are upgrading from Remediate 1.2.x.
What to do next
Remember: After you update Remediate, any
existing discovered data is lost. You must wait for the next scheduled data
discovery run completes to see data in the UI. Alternatively, click
Discover All on the Manage Sources
page to start a discovery run manually.