I want to share data between two PostgreSQL databases sitting on two different servers/machines/hosts. My application is: I am fetching data on Modbus TCP/IP from field devices on Server-1(static IP) having PostgreSQL database running in it. I need this fetched data to be shared with other Server-2(static IP), also PostgreSQL installed in it over internet. Can someone guide me how it can be implemented?
Thanks in advance.