本地Postgres数据库到Google Cloud PostgreSQL Github 由 情流感发布于 2020-05-18 16:44:23 I would like to build a Google Cloud PostgreSQL database using the instructions here 我能够在本地成功创建具有适当表和视图的Postgres数据库。 我需要做什么才能在Google Cloud PostgreSQL上获取数据?我的目标是可以远程访问这些数据。
You could connect to Cloud SQL from a local test environment using cloud sql proxy. See quickstart-proxy-test.
工作流程为:
您的应用程序(本地运行)=> cloud sql代理(本地运行)=> GCP远程Cloud SQL服务