google-cloud-sql Questions

1

Solved

I would like to increase memory for my Google Cloud SQL instance but I am unable to find the downtime for the same. On this page https://cloud.google.com/sql/faq I can find downtime for storage (ze...
Nina asked 7/5, 2021 at 13:48

2

How do I stop a cloud_sql_proxy connection? When I try to connect to my local mysql db I get: MySQL said: Access denied for user 'root'@'cloudsqlproxy~xx.xxx.xx.xxx' (using password: NO) even tho...
Orms asked 22/2, 2017 at 12:1

1

Solved

I'm trying to start my Strapi app into Google App Engine, I did deployed successfully, but I keep getting this error on the logs: Server wasn't able to start properly Error: getaddrinfo EAI_AGAIN ...
Nickeliferous asked 4/5, 2021 at 22:41

3

We are using Google Cloud SQL for our project but facing some administrative issues around it . In our cloud DB We have two users like : root% (any host) root182.68.122.202 Now we need "SUPER" ...
Teryl asked 25/10, 2017 at 13:38

2

Solved

My current region for the Google SQL cloud is now in the USA. I want to change the region to Europe.
Deangelis asked 22/6, 2014 at 13:50

3

Solved

I am trying to connect to Google Cloud SQL Postgres Using psycopg2. I have created an postgreSQL instance and using the default database postgres for now. I am able to connect from pgadmin tool as ...
Reformation asked 4/4, 2021 at 14:29

3

Solved

How do I connect to the database on Cloud SQL without having to add my credentials file inside the container?
Cayes asked 15/4, 2019 at 16:8

2

I have a cloud-sql postgres11 instance on GCP and use pg_repack cron for cleaning my database. I've noticed that since last maintenance occurred (7th of March 21) I cannot perform a repack. When tr...
Quarterstaff asked 25/3, 2021 at 18:0

1

I stuck with a problem with PostgreSQL at GCP that at some moment PostgreSQL starts to raise an error number of items mismatch in GIN entry tuple, 2 in tuple header, 19 decoded It happens after i...
Joli asked 26/3, 2021 at 15:0

2

I would like to host my app on Google App Engine and have a Google SQL instance for the database. The main part of the app is an API built with Django Rest Framework. I asked Google Cloud Support a...

1

Solved

I'm trying to replicate a SQL instance in GCP via terraform. The active instance has a public IP, however subnets from a secondary project are shared with the project hosing the SQL instance, and t...

3

Solved

Our cloud backend setup contains 5 Cloud SQL for Postgres instances. We manage our infrastructure using Terraform. We are using connecting them from GKE using a public IP and the Cloud SQL containe...

2

I am building api server with typescript ,express and Sequelize. This is my database connection class. export class Database { private _sequelize: Sequelize; private config: DBConfigGroup = dbC...

2

Solved

In the Cloud SQL for PostgreSQL pricing examples, I see that I should be able to create a db-f1-micro instance, using a shared CPU and 0.6 GB of RAM, at the price of $9/month. However, when I try ...
Newton asked 17/12, 2018 at 11:5

1

I am wanting to connect my Cloud Run app to Postgres Cloud SQL instance without assigning the instance a public IP. Seems like the only way to do this is with a Serverless VPC Access connector. The...

2

Solved

I'm a bit confused about BQ vs Cloud SQL use cases. I've got few Gbs of row data in BQ and need to build web dashboards on that data (SQL with JOINs over several tables). Is there a big downside of...
Belter asked 23/8, 2020 at 5:0

2

Solved

I am trying to connect a Postgres database hosted in a google Cloud Sql instance to Data Studio. I have followed the instructions (found here https://support.google.com/datastudio/answer/7288010) ...
Wivina asked 11/10, 2018 at 12:39

4

Solved

When I try to enable a private IP on my Cloud SQL instance (Postgresql 9.6) I get the follwoing error message: Network association failed due to the following error: set Service Networking service...
Switchman asked 20/1, 2019 at 17:4

3

I'm using Laravel 5.3, and following this tutorial to get myself set up with Google Cloud: https://cloud.google.com/community/tutorials/run-laravel-on-appengine-standard I'm at the part where I'm t...

1

Currently I am using Cloud proxy to connect to a Postgres Cloud SQL database as a sidecar. When using Istio, however it introduces its own sidecar, which lead to the result that there are two proxi...
Raspings asked 24/11, 2020 at 10:49

2

Solved

I've created one instance on Google Cloud with PostgreSql and I've connected the data studio with this database adding all the addresses specified in white list specified at link below [https://su...
Gona asked 12/10, 2017 at 10:8

4

Any of you with experience with PostgREST and Cloud SQL ? I have my SQL instance ready with open access (0.0.0.0/0) and I can access it with local PostGREST using the Cloud proxy app. Now I wan...
Ladd asked 5/3, 2020 at 11:40

1

Solved

Problem: I want to be able to granularly create/modify a PostgreSQL CloudSQL instance in Google Cloud Platform with Terraform. Currently there is a setting tier = "<instance_type>" ...

2

Solved

I have been trying for hours. What should be the ormconfig.json file for Google Cloud SQL working with TypeORM? I managed to get it working with the IP of the DB locally (with mysql workbench and G...
Server asked 19/12, 2017 at 21:42

1

Solved

I'm setting up a cloud build trigger in order to deploy a PHP/Symfony Application. When the docker file runs the php app/console assetic:dump command in order to create the assets I get the followi...

© 2022 - 2024 — McMap. All rights reserved.