[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-03 Thread Vinay Korrapati
Hi Marty, Thanks for your inputs. We have upgraded the puppet master from 2019.1.0 to 2019.5.0. End the end of the up gradation process its thrown the below error: 2020-07-03T12:47:37.374+01:00 [ERROR]: !! There were problems during the application of the installation catalog. !!

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Marty Ewings
The agent you need should be here: /opt/puppetlabs/server/data/packages/public/current/ubuntu-18.04-amd64/puppet-agent-6.14* downgrade to that version using the command above. Downgrading in PE is not possible, as there is no way to bring the DB schema backwards. You would need to recover

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Vinay Korrapati
Hi Team, Is there any way to downgrade the puppet master (other than backup and restore process ) ? Regards Vinay On Thursday, July 2, 2020 at 7:43:43 PM UTC+5:30, Vinay Korrapati wrote: > > Hi Marty, > > Thanks for your quick response. No packages are available under >

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Vinay Korrapati
Hi Marty, Thanks for your quick response. No packages are available under opt/puppetlabs/server/data/packages/public/(*current/2019.5.0* )/ubuntu-18.04-amd64-6.16.0. ubuntu-18.04-amd64-6.14.0 contains all the expected (*2019.5.0*) packages. Kindly suggest further. Regards Vinay On

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Marty Ewings
I would downgrade your installation of the agent with the command: sudo dpkg -i /opt/puppetlabs/server/data/packages/public/latest// Hi Marty, > > Thanks for your response. No , we are installed the latest version of > Puppet Enterprise 2019.5.0. Even same we can see from the puppet console. >

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Vinay Korrapati
Hi Marty, Thanks for your response. No , we are installed the latest version of Puppet Enterprise 2019.5.0. Even same we can see from the puppet console. Post up gradation, unfortunately ran the : sudo apt update && sudo apt upgrade Which causes to take the PE master infrastructure (agent)

[Puppet Users] Re: how to downgrade the agent on puppet from 6.16.0 to 6.14.0

2020-07-02 Thread Marty Ewings
Hi There, datadog-agent isnt the Puppet agent, this is a separate telemetry product This sounds like you may have installed the latest open source puppet repository which is overwriting the one Puppet enterprise requires to function `dpkg-query --show --showformat '${Package}\n' | grep