gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.35k stars 1.74k forks source link

Uninstall Teleport does not include Teleport Auto Upgrader #46593

Open stevenGravy opened 6 days ago

stevenGravy commented 6 days ago

Applies To

https://goteleport.com/docs/admin-guides/management/admin/uninstall-teleport

Details

teleport-upgrade is installed via teleport-ent-updater. Removing Teleport should include removing this installation and related systemd settings such as teleport-upgrade.timer should be disabled.

How will we know this is resolved?

A user removing Teleport on linux would no longer have the teleport-upgrade following the docs. Reinstalling should also be successful on a Linux installation.

webvictim commented 6 days ago

Also fdpass-teleport

stevenGravy commented 6 days ago

Also fdpass-teleport

Looks like that's included for all but MacOS uninstall. I have created PR https://github.com/gravitational/teleport/pull/46594 to handle that.