how to view WAL logs of GCP Postgres SQL instance (cloudsql)

Viewed 14

try to find out wal log path ? and how i can export it ?

gone though official doc -https://cloud.google.com/sql/docs/postgres/replication/configure-logical-replication

tried firing Select * from pg_current_wal_location(); but getting error.

0 Answers
Related