Delete binary log in Google Cloud SQL
I have enabled the binary log feature in Google Cloud SQL. But it seems the option expire_log_days
cannot be configured in the Google Developers Console.
Can I customize this setting? If it fails, when will the binary log be deleted?
+3
NF
source
to share
1 answer
Unable to configure expire_log_days
According to the official doc: https://cloud.google.com/sql/docs/replication#binary-log-implication
The binary log store is loaded at the same speed as regular data. Cloud SQL retains binary logs from the time the oldest backup was taken (Cloud SQL currently retains 7 backups).
If you need to delete the binary log manually, please contact cloud-sql@google.com
+4
Tianzhou
source
to share