We have two GCP projects - one for QA environment and one for UAT environment. There are separate PostgreSQL instances in both the projects. How do I migrate data from one SQL instance on GCP QA project to the other instance on GCP UAT project.
I have seen Database Migration API available, but that is not allowed.