When the Veeam Backup & Replication Configuration Database is using PostgreSQL, direct interaction with the database may fail with the error:
SSPI authentication failed for user
Interactions where this may occur include:
This error occurs when the account being used to perform the interaction is not authorized to access the Veeam Backup & Replication configuration database within the PostgreSQL instance.
When PostgreSQL is deployed by the Veeam Backup & Replication installer, that PostgreSQL database engine is configured to use SSPI Authentication, which allows for access authentication using Windows accounts.
By default, the following Windows accounts are added as authorized to access the database directly:
If Veeam Backup & Replication was deployed using a local administrator account, and the hostname was changed after the software was installed, the entry for that local account within the pg_ident.conf
file will be invalid.
Update the pg_ident.conf
file with the new hostname for all local user accounts.
For example, if the hostname was changed from WIN-JQN7UPJGBHG
to vbrsrvr
after installation, and installation was performed with the local Administrator account:
Old Entry
veeam Administrator@WIN-JQN7UPJGBHG postgres
Updated Entry
veeam Administrator@vbrsrvr postgres
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case