I need to synchronize a test environment with production data (n8n worflows, user info, etc), both have postgres databases and reside on the same intranet
(e.g: server A: 10.0.0.10, server B: 10.0.0.20)
What I need is an easy/automated way of transfering all databases from production to the test environment without margin of error.
PS: I am aware of how to dump ONE database into a remote server, my question is regarding dumping N databases efficiently into another server.