Applicable to:
- SolusVM
Symptoms
Installation of SolusVM Master node on Almalinux server fails:
CONFIG_TEXT: Failed to apply post-installation changes to DB: Failed to execute query "UPDATE configuration SET clienttemplate2 = 'bootstrap'": Failed to execute SQL-query UPDATE configuration SET clienttemplate2 = 'bootstrap': Error 1054: Unknown column 'clienttemplate2' in 'field list'
Cause
This is known SolusVM issue with ID #SVM-3259
Resolution
As workaround - after failed installation:
- Connect to server via SSH
- Run the following commands:
# dnf install tar -y
# tar -xvzf /usr/local/solusvm/tmp/solusvm-master-update.tar.gz -C /usr/local/solusvm/tmp/
# sh /usr/local/solusvm/tmp/update/update
Comments
0 commentsPlease sign in to leave a comment.