I have a .bacpac
file exported from an Azure SQL Server database and I want to import that into GCP Cloud SQL.
As I understand, cloud SQL has the gcloud sql import bak
command that allows you to do this but this only supports .bak
files as opposed to .bacpac
.
Is my understanding correct?
If so, are there are any alternatives to achieve this in GCP?