I have PostgreSQL running on a Win10 Pro box (called DBServer) on my local network. I need to allow it to read files on my Dev computer (also Win10 Pro) on the same network so it can import files.
PostgreSQL runs as Network Service so I need to somehow allow Dev access to DBServer's Network Service. My research indicates that you can do this by adding permissions to Domain/DbServer$
. Fine, but I am not on a domain.
I tried adding a domain to Dev's hosts file (10.0.0.188 newdbserver.com
) and adding permissions for newdbserver.com/DbServer$
but that name is not found.
Seems like I am so close, yet so far away.