I would downgrade your installation of the agent with the command:

sudo dpkg -i 
/opt/puppetlabs/server/data/packages/public/latest/<os>/<package_name/

Filling in the appropriate os and package names

And ensure your OS does not have any repositories installed that would 
allow Puppet to upgrade to the lastest opensource version when you run 
apt-get 

As this is Puppet Enterprise, if you have a support contract i recommend 
opening a ticket with support for full details



On Thursday, July 2, 2020 at 2:25:49 PM UTC+1 vina...@gmail.com wrote:

> 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) to the 
> latest version 6.16.0.
>
> In opt/puppetlabs/server/data/packages/public/2019.5.0/Puppet_enterprise 
> contains the 2019.5.0 packages only. 
>
> Kindly suggest further.
>
>
> On Thursday, July 2, 2020 at 6:34:50 PM UTC+5:30, Marty Ewings wrote:
>>
>> 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 --extended-regexp 
>> '^pe-|^puppet'`
>>
>> Check the list for the presence of an open-source puppet6-release package,
>>
>> remove it if present, and then install the appropriate version from the 
>> local path:
>>
>> sudo dpkg -i 
>> /opt/puppetlabs/server/data/packages/public/latest/<os>/<package_name/
>>
>>
>> On Thursday, July 2, 2020 at 1:49:38 PM UTC+1 vina...@gmail.com wrote:
>>
>>> Hi Team,
>>>
>>> We have upgrade our PE to 2019.5.0 from 2019.1.0. We could observe the 
>>> Puppet console showing the correct version which is 2019.5.0.
>>>
>>> But when we ran the puppet --version we are getting the 6.16.0 rather 
>>> than 6.14.0.
>>>
>>> we are unable to downgrade the puppet agent version from 6.16.0 to 
>>> 6.14.0. when we use the below command we are getting *"unable to locate 
>>> package datadog-agent". * But the package is existing and we tried to 
>>> execute the command from the root & package location, no luck. 
>>>
>>> sudo apt-get update && sudo apt-get install --allow-downgrades 
>>> datadog-agent=1:6.14.0-1
>>>
>>> Requesting to provide inputs to address this issue.
>>>
>>> Regards
>>> Vinay
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/7bbaddf9-20df-465c-a803-4b517fb1745fn%40googlegroups.com.

Reply via email to