aaPanel_Kern
I uninstalled AAPanel using the command:
wget -O uninstall.sh http://download.bt.cn/install/bt-uninstall.sh && bash uninstall.sh
Then I reinstalled it using the command:
URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel
I did not make a backup panel.
I thought that I could only delete the panel script and then install the new panel script, without loss of the configuration of the panel and server.
But apparently, I was mistaken.
What folders, earlier, should I make a backup?