mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #29] Upgrade/Downgrade Option (Feature Request) #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @8bitUpsurge on GitHub (Jun 4, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/29
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 on GitHub (Jun 4, 2023):
I don't know what you want me to add. Can you be more specific?
@8bitUpsurge commented on GitHub (Jun 4, 2023):
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 on GitHub (Jun 4, 2023):
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 on GitHub (Jun 4, 2023):
Sorry, I would like to clarify about changing the disk size. You cannot DECREASE the disk size without the possibility of data loss.
@8bitUpsurge commented on GitHub (Jun 4, 2023):
I understand but it would be great if we are able to change CPU as well.
@ericwang401 commented on GitHub (Jun 4, 2023):
You can change the CPU from Convoy. You just have to restart or kill the server to make the change persist.
@as202400 commented on GitHub (Jun 4, 2023):
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.
@8bitUpsurge commented on GitHub (Jun 4, 2023):
Then what's the purpose of fully functional VPS panel if it lacks some features which can be done using API only?
@ericwang401 commented on GitHub (Jun 5, 2023):
You can change the CPU amount from the Convoy interface
@8bitUpsurge commented on GitHub (Jun 5, 2023):
Oh my bad, sorry, didn't knew it.