Is anyone else noticing cloud sql for postgres 12 not working

213 views
Skip to first unread message

Joseph King

unread,
Jul 14, 2022, 6:06:19 PM7/14/22
to Google Cloud SQL discuss
I see errors in the logs that appear to be a misplaced comma in the query used by cloudsqladmin

the query
reads SELECT wait_event current_timestamp, count(*) as num_queries, FROM pg_catalog.pg_stat_activity WHERE wait_event_type='IO' GROUP BY wait_event_type, wait_event

its should read

SELECT wait_event, current_timestamp, count(*) as num_queries FROM pg_catalog.pg_stat_activity WHERE wait_event_type='IO' GROUP BY wait_event_type, wait_event

Andrés Márquez

unread,
Jul 20, 2022, 5:26:01 PM7/20/22
to Google Cloud SQL discuss

Right now, there is an incident affecting europe-west2 Cloud SQL instances. The Software team is aware of it and is currently working on it to solve it ASAP.

You can get updates of this incident at:

Reply all
Reply to author
Forward
0 new messages