Applicable to:
- SolusVM
Question
Is it possible to change monthly reinstall limit in SolusVM?
Answer
It is not possible to change the monthly reinstall limit via SolusVM interface. As a workaround it is possible via database query:
-
Connect to SolusVM Master node via SSH.
-
Change the monthly limit:
# echo "ALTER table vservers alter reinstallpm set default '30';" | awk -F: '{ system("MYSQL_PWD='"'"'" $3 "'"'"' mysql -u " $2 " "$1) }' /usr/local/solusvm/includes/solusvm.conf
replace 30 with any necessary limit.
Comments
0 commentsPlease sign in to leave a comment.