# How to completely move a project from one team to another? There is no single way to migrate all project resources from one team account to another. You can only transfer Droplet snapshots directly to another account or team, but all other resources must be moved manually: ## App Platform Apps You can move apps to another project within a team and account but cannot move them directly from one team to another or account. You can [recreate the apps](https://docs.digitalocean.com/products/app-platform/how-to/create-apps/index.html.md) in another account or team and then remove them from the current team or account. ## Droplet Snapshots You can directly transfer Droplet Snapshots to another account or team. For more information, see [Transfer Snapshots](https://docs.digitalocean.com/products/snapshots/how-to/transfer/index.html.md). The new Droplet has a new IP address. ## Kubernetes Clusters You cannot directly migrate a Kubernetes cluster from one account to another. You can create a cluster in the another account and then redeploy your application in that account. You can [back up resources such as databases with SnapShooter](https://docs.digitalocean.com/products/snapshooter/how-to/back-up-doks/index.html.md) and transfer any valuable data to the new cluster. Once you’ve confirmed everything has been migrated, you can delete the old cluster. Alternatively, you can use third-party tools such as Velero to migrate your cluster with its data. For more information, see [Cluster Migration](https://velero.io/docs/main/migration-case/) in the Velero documentation. ## Managed Databases For migrating managed databases to another account, you need to take a manual dump of your database from your existing account and then import the dump to the new cluster in the desired account. For more information, see documentation for exporting and importing databases for the database engines [PostgreSQL](https://docs.digitalocean.com/products/databases/postgresql/how-to/import-databases/index.html.md), [MySQL](https://docs.digitalocean.com/products/databases/mysql/how-to/import-databases/index.html.md), and [MongoDB](https://docs.digitalocean.com/products/databases/mongodb/how-to/import-collections/index.html.md#export-with-mongodump). ## Spaces You cannot directly migrate Spaces buckets to another team or account. Instead, create a new bucket on another team and [transfer files using Rclone](https://docs.digitalocean.com/products/spaces/how-to/transfer-between-regions/index.html.md) or a similar tool. ## Managed Load Balancers You cannot migrate load balancers to another team or account. You can create a new [regional load balance](https://docs.digitalocean.com/products/networking/load-balancers/how-to/create/index.html.md) or [global load balancer](https://docs.digitalocean.com/products/networking/load-balancers/how-to/create-global-load-balancer/index.html.md) on another team and delete the old one from the existing team account. The new load balancer has a new IP address. ## Block Storage Volumes You cannot migrate block storage volumes to another team or account. You can create a new volume on another team account and then [copy the data using tools like rsync](https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps) from the existing volume to the new volume. ## Related Topics [Why is my account now a team?](https://docs.digitalocean.com/support/why-is-my-account-now-a-team/index.html.md): Team collaboration is built into the DigitalOcean experience from sign-up. [What do I do if my account was locked during sign-up?](https://docs.digitalocean.com/support/what-do-i-do-if-my-account-was-locked-during-sign-up/index.html.md): If your account is locked during sign-up, [contact DigitalOcean support](https://cloudsupport.digitalocean.com) so we can authorize your access to your account. [Do paid DigitalOcean support plans support multiple teams?](https://docs.digitalocean.com/support/do-paid-digitalocean-support-plans-support-multiple-teams/index.html.md): No, each team needs their own plan.