Your document states that the command to update the root user password:
to update root user pwd:
proxmox-backup-manager user update root@pam --password {pwd}
But this does not work. I had to issue this command on the pi:
sudo -u root passwd
and then select a new password. According to my reading, PBS uses the system root password for authentication on the Pi. When I tried the proxmox-backup-manager user command, it did not change the password for root@pam. Only the passwd command did it.
Your document states that the command to update the root user password:
But this does not work. I had to issue this command on the pi:
sudo -u root passwdand then select a new password. According to my reading, PBS uses the system root password for authentication on the Pi. When I tried the proxmox-backup-manager user command, it did not change the password for root@pam. Only the passwd command did it.