Remove PBS from my VE server

luke1991

New Member
Nov 30, 2021
2
0
1
34
Hi,

When testing PBS, I seem to have installed it directly onto my PBS server, I'd like to remove it however when running

Code:
apt remove proxmox-backup-client

I see the following, which concerns me because of the removal of proxmox-ve, can someone advise how I can just uninstall PBS and ensure that PVE is kept working as is.

Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  bsdmainutils libjson-glib-1.0-0 libjson-glib-1.0-common libposix-strptime-perl libqrencode4 libtpms0 libzpool4linux proxmox-archive-keyring
  proxmox-backup-file-restore proxmox-backup-restore-image pve-kernel-5.4.78-2-pve qrencode swtpm swtpm-libs swtpm-tools
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  libpve-guest-common-perl libpve-storage-perl proxmox-backup-client proxmox-ve pve-container pve-ha-manager pve-manager qemu-server
0 upgraded, 0 newly installed, 8 to remove and 18 not upgraded.
After this operation, 24.1 MB disk space will be freed.
Do you want to continue? [Y/n]
 
Are you sure you mean the proxmox-backup-client and not the proxmox-backup-server? If I remember right the proxmox-backup-client is part of a normal PVE installation so it was installed with the proxmox-ve package.
 
  • Like
Reactions: luke1991
Hi, yes you're correct it's the proxmox-backup-server that I need to remove.

Thank you