Used portalAdmin exportSite on a Linux portal machine.
Now I'm using portalAdmin importSite on a windows machine and it errors out.
In c:\arcgisportal\log\db log I'm getting an error:
"Line 7 of pg_hba.cong, local connections are not supported by this build".
postgreSQL docs state that "local" specifies unix domain sockets. So the .conf file on win needs to be changed to "host". I'm guessing that the Linux pg_hba.conf is restored, causing this issue.
https://www.postgresql.org/docs/11/auth-pg-hba-conf.html
I'm using export/importSite because webgisdr method is unable to backup a site that uses a mix of Linux/Win VMs, which is the case for us.
Any advice?