google-cloud-sql Questions

2

Solved

Does anyone know the pros and cons for installing the CloudSQL-Proxy (that allows us to connect securely to CloudSQL) on a Kubernetes cluster as a service as opposed to making it a sidecar against ...

3

Solved

I am an avid user of Amazon AWS but I am not sure about the RDS as compared to Google's Cloud SQL. In this site - it is mentioned that Per Use Billing Plan exists. How is that calculated? It is me...
Mariomariology asked 10/3, 2014 at 14:12

5

Solved

I've exported MySQL Database following the MySQL Export Guide successfully. Now, I'm trying to import MySQL Database following the MySQL Import Guide. I've checked the permissions for the servic...

3

Solved

I am currently working on a ETL Dataflow job (using the Apache Beam Python SDK) which queries data from CloudSQL (with psycopg2 and a custom ParDo) and writes it to BigQuery. My goal is to create a...

0

We are new to Google Cloud SQL and have been trying to integrate pgbouncer with Google Cloud SQl Postgres and authenticate database users with SECURITY DEFINER function (which queries pg_shadow) Ou...

1

I am importing CSV files into Google Cloud SQL using its import functionality. It allows to import data into a Cloud SQL table. API reference: https://cloud.google.com/sql/docs/admin-api/v1beta4/i...
Vizzone asked 10/1, 2017 at 11:24

4

Solved

Using MySQL Workbench Ver. 6.3.6 As of an update just pushed to my Google SQL db instance I can no longer connect to the db with Workbench.. I receive the following error when I do. ssl connectio...

2

Solved

I would like to connect to a Cloud SQL instance from Cloud Run, using a service account. The connection used to be created within the VPC and we would just provide a connection string with a user a...

2

Solved

I have an sql file that creates my mysql database and all my users and tables. I am trying to figure out of there is a way I can automate using this sql file to initialize the database on my Google...
Compliancy asked 8/7, 2020 at 16:30

2

Is there a Cloud SQL proxy equivalent for AWS? We would like to be able to access RDS instances with a similar simple network setup that is provided with the Google's Cloud SQL Proxy setup.
Espino asked 11/9, 2017 at 21:18

3

I am writing a python function which uses service account credentials to call the Google cloudSQLAdmin api to export a database to a bucket. The service account has been given project owner permi...

4

Solved

I am novice in GCP stack so I am so confused about several listed technologies for storing data: https://cloud.google.com/products/databases Specifically, I'm interested in the differences between ...

3

Solved

Google Cloud Run allows for using Cloud SQL. But what if you need Cloud SQL when building your container in Google Cloud Build? Is that possible? Background I have a Next.js project, that runs in a...

3

I came here to expose the specific way that i found to run migrations into a Google Cloud Run project using Google Cloud SQL and Laravel, which is simple, i just connect from my .env laravel to Clo...

2

Solved

I have multiple environments in Google Compute Engine (dev, staging, and production), each with its own Google Cloud SQL instance. The instances connect via Cloud SQL Proxy and authenticate with a ...

3

Solved

Here's my scenario. I have set up an instance of Postgres DB running in the Google SQL cloud. It's up and running and if I whitelist my local IP, I can connect directly with no issue. I then have ...

2

Solved

I try to import some files to a PostgreSQL database but I get this error: Falha Importar: SET SET SET SET SET set_config ------------ (1 row) SET SET SET SET SET Import error: exit st...
Maillot asked 3/3, 2020 at 19:59

2

I have installed gcloud client library but GCP keeps on giving me this error what could the issue ERROR: (gcloud.sql.connect) Mysql client not found. Please install a mysql client and make sure i...
Becquerel asked 8/6, 2017 at 7:30

2

Solved

I am trying to host an API implemented as a Node.js app on Google Cloud App Engine. The database that the API utilizes is a PostgreSQL 9.6 database which is hosted with a Cloud SQL instance. The da...

2

Solved

I'm attempting to use the cloud sql proxy to connect to 2 different cloud sql instances... In the docs I found a line about Use -instances parameter. For multiple instances, use a comma-separated ...

3

Solved

Running sql exports via jenkins (backups), On a regular basis i receive "ERROR: (gcloud.sql.export.sql) HTTPError 409: Operation failed because another operation was already in progress. ERROR: (g...
Hyperthyroidism asked 1/4, 2019 at 19:53

5

Solved

I've looked over Google Cloud SQL's documentation and various searches, but I can't find out whether it is possible to use SQLAlchemy with Google Cloud SQL, and if so, what the connection URI shoul...

3

I am using Flask SQLalchemy in my google app engine standard environment project to try and connect to my GCP Postgresql database.. According to google docs, the url can be created in this format ...

1

Solved

We have been running a service using NestJS and TypeORM on fully managed CloudRun without issues for several months. Yesterday PM we started getting Improper path /cloudsql/{SQL_CONNECTION_NAME} to...

2

Solved

I have an airflow pipeline where I need to get a filename from a pubsub subscription and then import that file into a cloud sql instance. I use the CloudSqlInstanceImportOperator to import the CSV ...
Cavity asked 18/11, 2020 at 15:1

© 2022 - 2024 — McMap. All rights reserved.