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