acf
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/studiogo.tech/httpdocs/upcloudold/wp-includes/functions.php on line 6121all-in-one-wp-migration
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/studiogo.tech/httpdocs/upcloudold/wp-includes/functions.php on line 6121rocket
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/studiogo.tech/httpdocs/upcloudold/wp-includes/functions.php on line 6121Vertically scaling Cloud Servers is a convenient way to increase resources as your requirements grow. However, making changes to your server configuration usually requires a shutdown which in turn causes downtime to your services. Not so on UpCloud, introducing hot resize!<\/p>\n\n\n\n
Hot resize on UpCloud allows you to increase your Cloud Server resources while running. The feature is automatically enabled on Cloud Servers created on or after April 27th 2022. Servers created before this date require a single shutdown and restart for hot resizing to become available.<\/p>\n\n\n\n
The storage device or devices attached to the Cloud Server being resized are not automatically increased. This allows you to also easily scale down to your previous server plan if needed. Note that decreasing Cloud Server resources still requires the server to be shut down. <\/p>\n\n\n\n
Hot resizing is available via your UpCloud Control Panel at hub.upcloud.com<\/a> and by using the server modify API endpoint<\/a> provided by the UpCloud API.<\/p>\n\n\n\n The easiest way to hot resize your Cloud Server is by using the simple and intuitive UpCloud Control Panel at hub.upcloud.com<\/a><\/p>\n\n\n\n Select the Cloud Server you wish to scale up and go to the Plan<\/em> tab.<\/p>\n\n\n\n Next, choose the new General Purpose plan you want to scale up to.<\/p>\n\n\n\n When ready, click the Save changes button at the bottom of the page to apply the new plan.<\/p>\n\n\n\n Once the changes have been applied, you will get a notification to confirm the plan has been updated.<\/p>\n\n\n\n Notice that the storage device is not resized automatically. This is done to allow you to scale down to your previous plan if required. If you are going to stay with the new plan and want to take advantage of the additional storage space, you can increase your storage following this tutorial<\/a>.<\/p>\n\n\n\n The fully featured UpCloud API allows you to perform all the same operations as are available through the UpCloud Control Panel and then some. If you are new to using our API, check out our getting started tutorial<\/a> to learn the basics.<\/p>\n\n\n\n Hot resizing a Cloud Server using the UpCloud API requires but one API request.<\/p>\n\n\n\n For example, a server running the 1xCPU-1GB General Purpose plan can be upgraded to a higher configuration with the following command. Replace the server_UUID with the actual unique identification code matching your Cloud Server.<\/p>\n\n\n\n Then include the new desired General Purpose plan in the request body in JSON format.<\/p>\n\n\n\nHot resize via UpCloud Control Panel<\/h2>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
<\/figure>\n\n\n\n
Hot resizing using the UpCloud API<\/h2>\n\n\n\n
PUT \/1.3\/server\/server_UUID<\/span><\/code><\/pre>\n\n\n\n
{\n \"server\" : {\n \"plan\" : \"2xCPU-4GB\"\n }\n}<\/code><\/pre>\n\n\n\n