项目作者: tuanngo

项目描述 :
Google Cloud SQL Proxy Service PSQL
高级语言: Shell
项目地址: git://github.com/tuanngo/cloudsql-proxy.git
创建时间: 2018-08-29T02:42:02Z
项目社区:https://github.com/tuanngo/cloudsql-proxy

开源协议:Apache License 2.0

下载


Google Cloud SQL Proxy Service

https://cloud.google.com/sql/docs/postgres/connect-external-app

Installing

  1. curl -sO https://raw.githubusercontent.com/tuanngo/cloudsql-proxy/master/install && bash install

Running Cloud SQL Proxy

As with any init.d service, you can simply use the “service” command to start, stop or restart cloud_sql_proxy:

  1. $ service cloudsql start
  2. $ service cloudsql stop
  3. $ service cloudsql restart

Cloud SQL Proxy Logging

The service will log all the output from cloud_sql_proxy to /var/log/cloudsql.log.

NOTE

We’re not responsible for what this script does to your server. Use it at your own risk.

“Thank You” to…

https://github.com/openach/cloudsql-service