VEEAM 365

Postgres Anbindung bei Update von 7 auf 8 muss neu eingerichtet werden

 

Alle Dienste stoppen:

Get-Service | Where-Object {$_.DisplayName.StartsWith(„Veeam“)} | Stop-Service Force WarningAction SilentlyContinue

Get-Service | Where-Object {$_.DisplayName.StartsWith(„Veeam“)} | Start-Service

 

 

Postgres stoppen:

Get-Service | Where-Object {$_.DisplayName.StartsWith(„postgres“)} | Stop-Service Force WarningAction SilentlyContinue

Get-Service | Where-Object {$_.DisplayName.StartsWith(„postgres“)} | Start-Service

 

C:\Program Files\PostgreSQL\15\data 

Pg_hba.conf edit at the end: 

 

host    all             postgres        0.0.0.0/0               sspi map=veeam
host    all postgres ::/0                    sspi map=veeam
# non-localhost host with user ‚all‘ and password
host    all             all             0.0.0.0/0               scram-sha-256
host    all             all             ::/0                    scram-sha-256

 

Postgresql.conf edit: 

Listen_adresses „localhost“ mit „*“ ändern

Edit pg_ident.conf and ensure that at the bottom of the file there are:

veeam   „user@domain“   postgres

 

 

Install new instance

NATS Server:

User: Admin

Pw: 1Password neu erstellen

 

https://www.veeam.com/kb4638