ConvoyPanel / panel

A modern platform tailored for hosting providers and enthusiasts to effortlessly interact with their servers. Seamlessly wrapping around Proxmox, Convoy is easily deployable, affordable at just $6 per node per month for commercial use, and completely free for personal and non-profit endeavors.
https://convoypanel.com
Other
311 stars 51 forks source link

Upgrade/Downgrade Option (Feature Request) #29

Closed OryonMax closed 1 year ago

OryonMax commented 1 year ago

Hey there,

It would be great to see upgrade and downgrade of VPS feature in Convoy Panel Incase of huge traffic or intensive needs due to high customer traffic on the services etc or if we change our mind and need to downgrade to a lower specification.

Cordially, Abdullah Jamal

ericwang401 commented 1 year ago

I don't know what you want me to add. Can you be more specific?

OryonMax commented 1 year ago

Hey,

A feature where we downgrade and upgrade VPS by changing their Memory Storage and Disk as we like without wiping the data of VPS.

Cordially, Abdullah Jamal

ericwang401 commented 1 year ago

Hey,

A feature where we downgrade and upgrade VPS by changing their Memory Storage and Disk as we like without wiping the data of VPS.

Cordially, Abdullah Jamal

You can change the memory in the Convoy interface, but it is not possible to change the disk size. Changing the disk size may result in DATA LOSS.

You can use the Convoy application API to change CPU and memory allocations. However, the server must be restarted to make the changes persist.

As a hosting company, I wouldn't add this feature as you may have to explain to frustrated customers why their data is corrupted or lost. This would damage your reputation as a reliable provider, but I am not one to to stop you from adding it anyways. If you want, you can fork the repository and add it :)

ericwang401 commented 1 year ago

Sorry, I would like to clarify about changing the disk size. You cannot DECREASE the disk size without the possibility of data loss.

OryonMax commented 1 year ago

Sorry, I would like to clarify about changing the disk size. You cannot DECREASE the disk size without the possibility of data loss.

I understand but it would be great if we are able to change CPU as well.

ericwang401 commented 1 year ago

You can change the CPU from Convoy. You just have to restart or kill the server to make the change persist.

as202400 commented 1 year ago

For these functions, you may just use Convoy API to do it yourself. In my case, my team built a SaaS and used convoy as the panel with hour billing and sync single site login. And also allow the user to upgrade or degrade their VM. In the disk, we only allow end user UPGRADE.

OryonMax commented 1 year ago

For these functions, you may just use Convoy API to do it yourself. In my case, my team built a SaaS and used convoy as the panel with hour billing and sync single site login. And also allow the user to upgrade or degrade their VM. In the disk, we only allow end user UPGRADE.

Then what's the purpose of fully functional VPS panel if it lacks some features which can be done using API only?

ericwang401 commented 1 year ago

You can change the CPU amount from the Convoy interface

image

OryonMax commented 1 year ago

Oh my bad, sorry, didn't knew it.