By kmwendwa
The challenge here is both the source and destination server are both managed servers.
So how can i move from Google’s managed database to digital oceans managed server.
Digital ocean resources. Doesn’t quite seem to apply for this instance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
PGAdmin works for this?
https://www.pgadmin.org/docs/pgadmin4/development/backup_and_restore.html
Hello,
The link mentioned in the above reply is broken. Please refer the below links for postgresql database cluster creation and importing the database.
https://docs.digitalocean.com/products/databases/postgresql/how-to/create/
https://docs.digitalocean.com/products/databases/postgresql/how-to/import-databases/
Regards Priyanka
Hi there
Thanks for reaching out to DigitalOcean Support.
I am glad to hear that you want to migrate your database to managed database.
DigitalOcean Database To start with you’ll need an DigitalOcean Managed PostgreSQL database, in order to create one you can follow the instructions in our
https://www.digitalocean.com/docs/databases/postgresql/how-to/create/ DigitalOcean PostgreSQL allows you to easily switch between different plan sizes but at least for the duration of the dumping process it usually makes sense to conservatively pick a plan size that is large enough for the task. This allows you to limit the downtime during the migration process by having a sufficiently powerful PostgreSQL plan.
Users & databases in the target database
If just using the defaultdb that DigitalOcean creates for you automatically is not sufficient you can create more databases and database users. The default user account doadmin can also directly create databases but for convenience’s sake we recommend creating them through our Web console. To create these you can go to the web console and create them through the “User & Databases” tab.
Backup your database and import
We have a great documentation that explains importing a database and running “ANALYZE” to optimize performance: https://www.digitalocean.com/docs/databases/how-to/postgresql/import-databases
You do not need to worry about the “pg_*” tables that only a superuser can analyze. Those are maintained by our administrative service.
Please let us know if you have additional questions/concerns. We would be happy to assist you.
Regards DigitalOcean Support
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
