-2

My Google Cloud SQL automatic storage increased up to 31GB but still the database size is only 120Mb and all the above happens in 3 days?

Vicky
  • 1
  • 1

1 Answers1

2

If you have binary logging enable you will see an increase in the storage size because Binary logs use storage space (not backup space), and are charged as storage.

To find if you have binary logging enabled, on your instance details view, in the Configuration section, click Edit configuration > Enable auto backups (dropdown) and you will see if Enable binary logging is checked.

Ryan Joseph
  • 121
  • 2
  • Good morning Ryan, thank you for your answer, I've checked the dropdown menu and the "binary logging" is not enable. I've fix this issue by creating a new database and it's working fine. I believe the increase comes by a wordpress photo optimize plug-in. – Vicky Feb 14 '19 at 12:13
  • Glad that you found a solution to this – Ryan Joseph Feb 14 '19 at 19:26