Is it possible to change monthly reinstall limit in SolusVM?

Have more questions? Submit a request

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:

  1. Connect to SolusVM Master node via SSH.

  2. Create a backup of SolusVM database.

  3. 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.

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.