Create a custom report on on-cloud using remote/local database
Problem:
Create a custom report on on-cloud using a remote/local database.The database is available on the remote/local machine & wants to create a report on an on-cloud instance by using a remote database.
Troubleshooting/
Solution:
For accessing the remote database, Please add the following line at
the end of pg_hba.conf (%PostgreSQL_HOME/data%) file:
host all all 0.0.0.0/0 trust
This will allow connection to your remote/local database to all users.