Forum Discussion
kkk777
2 years agoRegular Visitor
Cloud gateway for PostgreSql
Hello everyone! I try connect to Postgres via cloud gateway for auto refresh data without my local computer. Now I'm using local gateway in my laptop, but he can't working everytime for refresh dat...
Anonymous
2 years agoNot applicable
Hi kkk777 ,
If I understand correctly, the issue is that you want to connect to Postgres via cloud gateway for auto refresh data. Please try the following methods and check if they can solve your problem:
1.Choose a cloud service provider that offers PostgreSQL, such as Azure, Google Cloud.
2.Create a PostgreSQL instance.
https://cloud.google.com/sql/docs/postgres/connect-instance-cloud-shell#create-instance
3.Connect to the instance.
https://cloud.google.com/sql/docs/postgres/connect-instance-cloud-shell#connect
4.Create a SQL database on the cloud SQL instance.
5.Create Enter the connection details. Select a table and click connect.
Looking forward to your reply.
Best Regards,
Wisdom Wu