How to Upgrade Plan in Database
Hi, I have create database cluster with PostgreSQL with Nanode 1GB plan. I have a question, Is it possible to upgrade my plan the existing cluster in case my cluster? if yes, how can I do that ? since I cannot see resize option in database cluster.
Thank you
1 Reply
eruzanski
Linode Staff
Managed Databases cannot be resized similar to how normal compute instances can. Thus, to change compute plans on a Managed Database, you will need to deploy a new Managed Database cluster on the new compute plan, then migrate your data to the new cluster, and delete the old once everything is copied over.
--Eric