Page 2 of 2

Re: After update from 0.9.8 to 1.0.0 auto error save SSL

Posted: Tue Nov 23, 2021 2:43 am
by thanhbq
imperio wrote:
Thu Nov 18, 2021 8:06 pm
send me result of this command

Code: Select all

v-list-sys-vesta-updates
Here you are
[root@info ~]# v-list-sys-vesta-updates
PKG VER REL ARCH UPDT DATE
--- --- --- ---- ---- ----
vesta 1.0.0 1 x86_64 yes 2021-10-30
vesta-php 0.9.8 26 x86_64 yes 2020-08-08
vesta-nginx 0.9.8 26 x86_64 yes 2020-08-08
vesta-ioncube 0.9.8 26 x86_64 yes 2020-08-08
vesta-softaculous 0.9.8 26 x86_64 yes 2020-08-08
[root@info ~]#

Re: After update from 0.9.8 to 1.0.0 auto error save SSL

Posted: Tue Nov 23, 2021 3:37 am
by thanhbq
imperio wrote:
Fri Nov 19, 2021 8:38 pm
/usr/local/vesta/bin/v-update-sys-vesta
replace

Code: Select all

fi
to

Code: Select all

if
online 41
and try again

Code: Select all

v-update-sys-vesta-all
Can you show me step by step, can't you ? I'm really bad skill for Vestacp

Re: After update from 0.9.8 to 1.0.0 auto error save SSL

Posted: Tue Nov 23, 2021 9:21 am
by imperio
/usr/local/vesta/bin/v-update-sys-vesta
replace code from this
https://raw.githubusercontent.com/sergh ... -sys-vesta

Re: After update from 0.9.8 to 1.0.0 auto error save SSL

Posted: Tue Nov 23, 2021 10:07 am
by Denis
imperio wrote:
Tue Nov 23, 2021 9:21 am
/usr/local/vesta/bin/v-update-sys-vesta
replace code from this
https://raw.githubusercontent.com/sergh ... -sys-vesta
On line 41 is

Code: Select all

if [ "$package" = "vesta-ioncube" ]; then 
What fi did you find here?