'Google Cloud: Export Project and import in another account
I have a project (Teslamate) running on a VM with Docker and a Disk for the data. This is running on a workspace account on google cloud platform and it seems that I can not transfer it to my gmail account without an organisation.
So I'm asking myself how to transfer the project. Should I recreate it on my other google account and try to export and import the data? The data contains driving stats of my car for the last two years. How can I export and import? Can I just copy the files to my Mac?
Solution 1:[1]
You have 2 solutions:
- Keep the same project and only transfert the ownership (if you can, you can also attach the current project to another organisation for instance, your personal one)
- Export the data/config and import them in another project. For that, you can create an image of your current VM and grant the correct permission on it. On the target project, create a VM with the image that you created. More detail here
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | guillaume blaquiere |
