#ばばさん通信ダイジェスト 賛否関わらず話題になった/なりそうなものを共有しています。
Cloud SQL のデータを定期的に GCS へバックアップする仕組みを整えました
https://tech.visasq.com/cloudsql-export-to-gcs
Cloud SQL のデータを定期的に GCS へバックアップする仕組みを整えました
https://tech.visasq.com/cloudsql-export-to-gcs
Cloud SQL のデータを定期的に GCS へバックアップする仕組みを整えました
はじめに こんにちは!基盤チームの高畑です。 最近シロカのコーヒーメーカーを買ってからというもの、1 日に 5 杯くらいコーヒーを飲み続けてしまっておりちょっと飲み過ぎなのではないかと危機感を覚えています。 手軽にコーヒーが淹れられてしまうのも考えものですが、美味しいので仕方がないと自分に言い聞かせながら今もコーヒーを淹れています。 みなさん、Cloud SQL のバックアップを定期的に行うといえば、まず思い浮かぶのは自動バックアップ機能を利用することだと思います。 しかし、この自動バックアップはあくまで「インスタンスが存在していること」が前提で、仮に Cloud SQL のインスタンスが削除…
tech.visasq.com
February 7, 2025 at 10:55 PM
#ばばさん通信ダイジェスト 賛否関わらず話題になった/なりそうなものを共有しています。
Cloud SQL のデータを定期的に GCS へバックアップする仕組みを整えました
https://tech.visasq.com/cloudsql-export-to-gcs
Cloud SQL のデータを定期的に GCS へバックアップする仕組みを整えました
https://tech.visasq.com/cloudsql-export-to-gcs
More details here
#Dataplex cloud.google.com/dataplex/doc...
#CloudSQL cloud.google.com/sql/docs/pos...
#OrganizationPolicy cloud.google.com/resource-man...
#Dataplex cloud.google.com/dataplex/doc...
#CloudSQL cloud.google.com/sql/docs/pos...
#OrganizationPolicy cloud.google.com/resource-man...
January 3, 2025 at 8:35 AM
セキュリティ重視のCloudSQLアクセス方法 | Sansan Tech Blog
セキュリティ重視のCloudSQLアクセス方法 - Sansan Tech Blog
Strategic Products Engineering Unit(SPEU)チーム所属で名刺メーカーのインフラを担当している川村です。営業DXサービス「Sansan」では、既存の社内インフラサービスを活用して名刺作成業務を効率化する名刺メーカーという機能があります。 sansan-meishi-maker.com自己紹介はここまでとし、今回の本題に入ります。Google Cloudを利用する上で使うことが多いCloudSQLですが、開発者が自端末から接続するためにパブリックIPを使うケースは一般的だと思います。認証機能によって誰でもアクセスできるわけではないとはいえ、パブリックIPを利用…
buildersbox.corp-sansan.com
May 20, 2024 at 1:09 PM
セキュリティ重視のCloudSQLアクセス方法 | Sansan Tech Blog
15日間稼働させるなら、cloudSQLと組み合わせても大体1500円くらいで済むのか。つかGCEは無料枠相当ので問題なく行けるはずなんだな。
そうすると6.3ドルだから1000円行かない計算か。
検討の余地ぜんぜんある。
そうすると6.3ドルだから1000円行かない計算か。
検討の余地ぜんぜんある。
August 25, 2024 at 11:09 AM
15日間稼働させるなら、cloudSQLと組み合わせても大体1500円くらいで済むのか。つかGCEは無料枠相当ので問題なく行けるはずなんだな。
そうすると6.3ドルだから1000円行かない計算か。
検討の余地ぜんぜんある。
そうすると6.3ドルだから1000円行かない計算か。
検討の余地ぜんぜんある。
全然別件なのだが誰か氏
CloudSQL で varchar プロパティの桁数を増やす ALTER TABLE したときに、中のデータが飛んでしまうのって何が考えられます…?
CloudSQL で varchar プロパティの桁数を増やす ALTER TABLE したときに、中のデータが飛んでしまうのって何が考えられます…?
June 26, 2024 at 8:47 AM
全然別件なのだが誰か氏
CloudSQL で varchar プロパティの桁数を増やす ALTER TABLE したときに、中のデータが飛んでしまうのって何が考えられます…?
CloudSQL で varchar プロパティの桁数を増やす ALTER TABLE したときに、中のデータが飛んでしまうのって何が考えられます…?
More details here
#BigQuery cloud.google.com/bigquery/doc...
#CloudRun cloud.google.com/functions/do...
#CloudSQL cloud.google.com/sql/docs/pos...
#Workflow cloud.google.com/workflows/do...
#BigQuery cloud.google.com/bigquery/doc...
#CloudRun cloud.google.com/functions/do...
#CloudSQL cloud.google.com/sql/docs/pos...
#Workflow cloud.google.com/workflows/do...
February 14, 2025 at 9:37 AM
CloudSQL→AlloyDB移行とプラットフォームエンジニアリング
CloudSQL→AlloyDB移行とプラットフォームエンジニアリング
https://zenn.dev/ubie_dev/articles/cf1d74b65ec64b
zenn.dev
February 6, 2025 at 1:00 AM
CloudSQL→AlloyDB移行とプラットフォームエンジニアリング
Dites les gens qui font du GCP CloudSQL, vous devez aussi faire des "self-grant" pour changer le propriétaire d'objets tier, même en étant postgres?
=> GRANT "[email protected]" TO postgres;
=> ALTER FUNCTION somefunction TO "[email protected]";
et le revoke ensuite.
=> GRANT "[email protected]" TO postgres;
=> ALTER FUNCTION somefunction TO "[email protected]";
et le revoke ensuite.
September 5, 2025 at 9:51 AM
Dites les gens qui font du GCP CloudSQL, vous devez aussi faire des "self-grant" pour changer le propriétaire d'objets tier, même en étant postgres?
=> GRANT "[email protected]" TO postgres;
=> ALTER FUNCTION somefunction TO "[email protected]";
et le revoke ensuite.
=> GRANT "[email protected]" TO postgres;
=> ALTER FUNCTION somefunction TO "[email protected]";
et le revoke ensuite.
Incident began at 2023-11-20 22:30 (all times are US/Pacific).Summary: We are experiencing an issue with Cloud Memorystore. AlloyDB for PostgreSQL, Backup and DR, Cloud Data Fusion, Google Cloud Composer, Google Cloud SQL are mitigated
Description:
Mitigated:
CloudSQL
Impact: CREATE [2,11]
Description:
Mitigated:
CloudSQL
Impact: CREATE [2,11]
November 21, 2023 at 10:50 AM
Incident began at 2023-11-20 22:30 (all times are US/Pacific).Summary: We are experiencing an issue with Cloud Memorystore. AlloyDB for PostgreSQL, Backup and DR, Cloud Data Fusion, Google Cloud Composer, Google Cloud SQL are mitigated
Description:
Mitigated:
CloudSQL
Impact: CREATE [2,11]
Description:
Mitigated:
CloudSQL
Impact: CREATE [2,11]
location.
Workaround:
CloudSQL: Users can perform these operations in a region other than us-west2 for new instance creation. There is no workaround for backups on existing instances at this time.
Message Streams: Users can create new VMs. Current VMs are unavailable
Google Cloud Bigtable: [8,11]
Workaround:
CloudSQL: Users can perform these operations in a region other than us-west2 for new instance creation. There is no workaround for backups on existing instances at this time.
Message Streams: Users can create new VMs. Current VMs are unavailable
Google Cloud Bigtable: [8,11]
October 16, 2024 at 10:20 AM
location.
Workaround:
CloudSQL: Users can perform these operations in a region other than us-west2 for new instance creation. There is no workaround for backups on existing instances at this time.
Message Streams: Users can create new VMs. Current VMs are unavailable
Google Cloud Bigtable: [8,11]
Workaround:
CloudSQL: Users can perform these operations in a region other than us-west2 for new instance creation. There is no workaround for backups on existing instances at this time.
Message Streams: Users can create new VMs. Current VMs are unavailable
Google Cloud Bigtable: [8,11]
If you use Amazon Aurora/RDS or Google CloudSQL and have more than 15TB of data and are located in San Francisco @fr4nnyp4ck and I will buy you coffee in return for a nice chat.
November 13, 2024 at 2:27 AM
If you use Amazon Aurora/RDS or Google CloudSQL and have more than 15TB of data and are located in San Francisco @fr4nnyp4ck and I will buy you coffee in return for a nice chat.
Having an incident at work with Google CloudSQL MySQL 5.7 lock wait timeouts. Yet again. We still don’t know how to fix this, I haven’t the faintest idea 😂 my god we need a skilled DBA.
September 25, 2023 at 8:53 AM
Having an incident at work with Google CloudSQL MySQL 5.7 lock wait timeouts. Yet again. We still don’t know how to fix this, I haven’t the faintest idea 😂 my god we need a skilled DBA.
botくん、できればcloudSQLとGCEの組み合わせに変更したさあるなぁ
August 25, 2024 at 6:18 AM
botくん、できればcloudSQLとGCEの組み合わせに変更したさあるなぁ
Google Cloud เปิดตัวฟีเจอร์ Text-to-SQL ใน BigQuery และ Cloud SQL
#ShoperGamer #Google #GoogleCloud #Ai #SQL #BigQuery #CloudSQL #Feed
#ShoperGamer #Google #GoogleCloud #Ai #SQL #BigQuery #CloudSQL #Feed
[Shoper Gamer] Google Cloud เปิดตัวฟีเจอร์ Text-to-SQL ใน BigQuery และ Cloud SQL
โดย
โดย
www.blockdit.com
May 19, 2025 at 6:23 AM
Google Cloud เปิดตัวฟีเจอร์ Text-to-SQL ใน BigQuery และ Cloud SQL
#ShoperGamer #Google #GoogleCloud #Ai #SQL #BigQuery #CloudSQL #Feed
#ShoperGamer #Google #GoogleCloud #Ai #SQL #BigQuery #CloudSQL #Feed
Cloud SQL Studioでクエリの保存と管理がプレビュー版で可能になっています。
CloudSQLの利用であればSQLクライアントを使った接続ではなく、Google Cloudで直接行えるのでより便利になりますね✨
cloud.google.com/release-note...
CloudSQLの利用であればSQLクライアントを使った接続ではなく、Google Cloudで直接行えるのでより便利になりますね✨
cloud.google.com/release-note...
Google Cloud release notes | Documentation
cloud.google.com
September 11, 2025 at 1:53 AM
Cloud SQL Studioでクエリの保存と管理がプレビュー版で可能になっています。
CloudSQLの利用であればSQLクライアントを使った接続ではなく、Google Cloudで直接行えるのでより便利になりますね✨
cloud.google.com/release-note...
CloudSQLの利用であればSQLクライアントを使った接続ではなく、Google Cloudで直接行えるのでより便利になりますね✨
cloud.google.com/release-note...
Features of the week on #GoogleCloud
- #BigQuery: BY NAME and CORRESPONDING are GA for UNION ALL
- #CloudSQL: MySQL < v8 and Postgres < v12 are EoL and extended support is now charged, with 100% discount the next 3 months
- #Agentspace: you can now buy #NotebookLM licences
#FotWGCP
- #BigQuery: BY NAME and CORRESPONDING are GA for UNION ALL
- #CloudSQL: MySQL < v8 and Postgres < v12 are EoL and extended support is now charged, with 100% discount the next 3 months
- #Agentspace: you can now buy #NotebookLM licences
#FotWGCP
February 7, 2025 at 8:44 AM
Features of the week on #GoogleCloud
- #BigQuery: BY NAME and CORRESPONDING are GA for UNION ALL
- #CloudSQL: MySQL < v8 and Postgres < v12 are EoL and extended support is now charged, with 100% discount the next 3 months
- #Agentspace: you can now buy #NotebookLM licences
#FotWGCP
- #BigQuery: BY NAME and CORRESPONDING are GA for UNION ALL
- #CloudSQL: MySQL < v8 and Postgres < v12 are EoL and extended support is now charged, with 100% discount the next 3 months
- #Agentspace: you can now buy #NotebookLM licences
#FotWGCP
🌥️ (GCP) CloudFunctionsからPrivateなCloudSQLへ接続する
by sawaryu
https://zenn.dev/xbit/articles/669eb165726a3d
by sawaryu
https://zenn.dev/xbit/articles/669eb165726a3d
(GCP) CloudFunctionsからPrivateなCloudSQLへ接続する
zenn.dev
October 3, 2023 at 1:21 PM
🌥️ (GCP) CloudFunctionsからPrivateなCloudSQLへ接続する
by sawaryu
https://zenn.dev/xbit/articles/669eb165726a3d
by sawaryu
https://zenn.dev/xbit/articles/669eb165726a3d
#Django #Flask #Python #GoogleCloud #CloudComputing #CloudRun #CloudSQL #FreeTier #WebDevelopment #DevOps #AppDeployment #TechTutorial #SoftwareEngineering #StartupTech #ProgrammingTips #FullStackDevelopment #PythonDevelopers #CloudDevelopment
www.maxoncodes.com/2025/10/depl...
www.maxoncodes.com/2025/10/depl...
Deploy Django / Flask App on Google Cloud Free Tier — Step-by-Step Guide
Step-by-step guide to deploy a Django or Flask app on Google Cloud Free Tier (2025). Learn Cloud Run, SQL, SSL, and CI/CD setup.
www.maxoncodes.com
October 4, 2025 at 11:20 AM
Oh yeah. Luckily not doing much with mission critical PVCs that need that attention. That’s what we use CloudSQL for or just ignore the data
November 23, 2024 at 3:36 PM
Oh yeah. Luckily not doing much with mission critical PVCs that need that attention. That’s what we use CloudSQL for or just ignore the data
Features of the week on #GoogleCloud
- #Dataplex: Manage and search for metadata of Canvas, Workflow, Data prep and notebook in GA
- #CloudSQL: Query insight data kept 30 days with EPE
- #OrganizationPolicy: Use allowedPolicyMembers to implement Domain restriction sharing
Happy new year
#FotWGCP
- #Dataplex: Manage and search for metadata of Canvas, Workflow, Data prep and notebook in GA
- #CloudSQL: Query insight data kept 30 days with EPE
- #OrganizationPolicy: Use allowedPolicyMembers to implement Domain restriction sharing
Happy new year
#FotWGCP
January 3, 2025 at 8:35 AM
Features of the week on #GoogleCloud
- #Dataplex: Manage and search for metadata of Canvas, Workflow, Data prep and notebook in GA
- #CloudSQL: Query insight data kept 30 days with EPE
- #OrganizationPolicy: Use allowedPolicyMembers to implement Domain restriction sharing
Happy new year
#FotWGCP
- #Dataplex: Manage and search for metadata of Canvas, Workflow, Data prep and notebook in GA
- #CloudSQL: Query insight data kept 30 days with EPE
- #OrganizationPolicy: Use allowedPolicyMembers to implement Domain restriction sharing
Happy new year
#FotWGCP
Gemini CLI Drop 2: Cloud SQL for PostgreSQL Gemini CLI Extensions
Manage your entire db lifecycle in natural language.
Ensure you have Gemini CLI v0.6.0+ then 👇
github.com/gemini-cli-e...
Oh and did we mention it's all OSS?
[███████▒▒▒] 66%
🧵
#GeminiCLI #PostgreSQL #3daydrop #OSS #CloudSQL
Manage your entire db lifecycle in natural language.
Ensure you have Gemini CLI v0.6.0+ then 👇
github.com/gemini-cli-e...
Oh and did we mention it's all OSS?
[███████▒▒▒] 66%
🧵
#GeminiCLI #PostgreSQL #3daydrop #OSS #CloudSQL
September 24, 2025 at 12:41 AM
Gemini CLI Drop 2: Cloud SQL for PostgreSQL Gemini CLI Extensions
Manage your entire db lifecycle in natural language.
Ensure you have Gemini CLI v0.6.0+ then 👇
github.com/gemini-cli-e...
Oh and did we mention it's all OSS?
[███████▒▒▒] 66%
🧵
#GeminiCLI #PostgreSQL #3daydrop #OSS #CloudSQL
Manage your entire db lifecycle in natural language.
Ensure you have Gemini CLI v0.6.0+ then 👇
github.com/gemini-cli-e...
Oh and did we mention it's all OSS?
[███████▒▒▒] 66%
🧵
#GeminiCLI #PostgreSQL #3daydrop #OSS #CloudSQL
If your company is running a production app, is it using self-managed DBs (e.g. PostgreSQL/MySQL on EC2, K8s, etc.) or cloud-managed DBs (e.g. RDS, CloudSQL, Aurora, etc)?
September 8, 2023 at 10:06 PM
If your company is running a production app, is it using self-managed DBs (e.g. PostgreSQL/MySQL on EC2, K8s, etc.) or cloud-managed DBs (e.g. RDS, CloudSQL, Aurora, etc)?
I figured out how to move a 14TB PG Db to another Google project using the CloudSQL auth proxy. 🤞I’ll report back with details.
October 4, 2025 at 5:56 PM
I figured out how to move a 14TB PG Db to another Google project using the CloudSQL auth proxy. 🤞I’ll report back with details.
Features of the week on #GoogleCloud
- #BigQuery: Data preparation context aware join is in prev
- #CloudRun: Function gen2 can be detached to Functions API and be managed only with Run API.
- #CloudSQL: use custom DNS to connect instances in prev
- #Workflow: Detailed history in prev
#FotWGCP
- #BigQuery: Data preparation context aware join is in prev
- #CloudRun: Function gen2 can be detached to Functions API and be managed only with Run API.
- #CloudSQL: use custom DNS to connect instances in prev
- #Workflow: Detailed history in prev
#FotWGCP
February 14, 2025 at 9:37 AM