Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Cloud SQL Postgres, when will PG 10 be available? [closed]

I am planning on moving our main project to Postgres 10 at some point. I like to keep the local dev's database version close to what we are running on prod.

Currently our prod database is on Google Cloud SQL PostgreSQL 9.6. I have not heard anything from Google on when this managed cloud sql product will offer Postgres 10.x in addition to 9.6.

Does anyone know when Postgres 10 will be a supported option on GCP's managed SQL product? I would like to start planning for it.

like image 661
xDTim Avatar asked Oct 10 '18 22:10

xDTim


People also ask

Does Google Cloud support PostgreSQL?

Cloud SQL for PostgreSQL is a fully-managed database service that helps you set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud Platform.

Which PostgreSQL version should I use?

SaltStack Config requires a PostgreSQL 9.6 database, but PostgreSQL 12.4 is recommended. The recommended version of PostgreSQL is included with the SaltStack Config installer. PostgreSQL is a third-party open source database that is required for SaltStack Config.

What is Google Cloud High Availability?

High availability (HA) is a system feature designed to provide a consistent level of uptime for prolonged periods. Google Cloud offers a robust and highly available architecture based on 24 regions and 73 availability zones.


1 Answers

There is not much information about it publicly, no ETA or whatsoever.

This very same issue was already raised in the Public Issue Tracker, so it's worth to check it out.

Your only options right now would be keeping using 9.6 or manage your own installation on Compute Engine, but I understand neither options are pleasant.

EDIT: As of April 9, 2019, PostgreSQL 11.1 is supported on beta.

like image 164
Mangu Avatar answered Sep 27 '22 19:09

Mangu