i migrated to Configuration Database while Upgrading from Veeam 11 to 12.1, from MS SQL to PostGresSQL.
Everything was working or is still Working fine, but now i have tons of log files in "C:\Program Files\PostgreSQL\15\data\log"
i found veeam-backup-replication-f2/postgresql- ... 92511.html
but in that Artikel it is talking about VBR with Powershell cmdlets installed.
Even after installing the VBR Console i get the Following problem, when setting "SET-VBRPSQLDatabaseServerLimits"
Code: Select all
PS C:\Windows\system32> Set-VBRPSQLDatabaseServerLimits
Set-VBRPSQLDatabaseServerLimits : PowerShell client update environment initialization failed: Failed to connect to
Veeam Backup & Replication server:
Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte XXX.XXX.XXX.XXX:9392
Execution environment cannot be initialized to Remote
In Zeile:1 Zeichen:1
+ Set-VBRPSQLDatabaseServerLimits
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Set-VBRPSQLDatabaseServerLimits], AggregateException
+ FullyQualifiedErrorId : UpdateCheckerErrorId,Veeam.Backup.PowerShell.Cmdlets.SetVBRPSQLDatabaseServerLimits
Thanks
Matze