I am trying to export data to cloud storage buckets. I am trying to understand:
If I can leverage the client side encryption either using Customer Managed or Customer Supplied encryption keys.
I don't see any option in gcloud sql export sql
command to supply keys which is mentioned in docs [https://cloud.google.com/storage/docs/encryption/using-customer-managed-keys#add-object-key][1]
Will the objects in the buckets get encrypted by default or should I pass the encryption-key ref in the export command!!
And I also have a query: while exporting data to buckets, can we connect to databases without any issues or is it better to export database out of business hours?