You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that for the backup server, it only need to check for the existence of proxmox-backup-proxy.service - I ran it and restarted that script. All works as it should now.
I'm not terribly familiar with the PR process. If someone could assist with this and wants to update the pve-nag-buster.sh I added the following code to my file and it cleared the nag on PBS. The install script will need something to identify PBS and change the repo from pve to pbs as well.
And replaced the systemctl restart pveproxy.service with the following if block: if [ "${PBS}" != "NoSuchUnit" ] then systemctl restart proxmox-backup-proxy.service else systemctl restart pveproxy.service fi
I was able to run the nag buster script with this on both PVE and PBS. If someone has a better way to identify PVE vs PBS/PMG, I'd be quite interested in how to achieve it.
TODO, see title.
The text was updated successfully, but these errors were encountered: