Page 1 of 1

VestaCP update failed

Posted: Tue Feb 04, 2020 6:45 am
by Loc_rabbirt
I got this error in my email:

Code: Select all

Error: vesta update failed
Error: vesta-nginx update failed
Error: vesta-php update failed
Error: vesta-ioncube update failed
Error: vesta-softaculous update failed
Not sure what wrong and how I can debug/resolve it.

Re: VestaCP update failed

Posted: Wed Feb 05, 2020 5:35 pm
by mehargags
First thing, learn to ask questions. What is your OS ? version ?

Second thing, search Google "VestaCP Nginx update failed" you will see 3 years old threads.
One for you viewtopic.php?t=15809

You need to SSH into your server manually, apt update & apt upgrade (or yum), answer any prompts, you are done

Re: VestaCP update failed

Posted: Fri Feb 07, 2020 12:56 pm
by Loc_rabbirt
mehargags wrote:
Wed Feb 05, 2020 5:35 pm
First thing, learn to ask questions. What is your OS ? version ?

Second thing, search Google "VestaCP Nginx update failed" you will see 3 years old threads.
One for you viewtopic.php?t=15809

You need to SSH into your server manually, apt update & apt upgrade (or yum), answer any prompts, you are done
Sorry for the lack in information. I used CENTOS 6 so the apt cmd not work for me, when I used:

Code: Select all

yum update -y 
yum upgrade -y
I got the result below:
SpoilerShow
[root@server ~]# yum update -y
Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
epel/metalink | 17 kB 00:00
* epel: mirror.lax.genesisadaptive.com
* remi-php73: mirrors.mediatemple.net
* remi-safe: mirrors.mediatemple.net
epel | 5.3 kB 00:00
epel/primary_db | 6.1 MB 00:00
remi-php73 | 3.0 kB 00:00
remi-php73/primary_db | 191 kB 00:00
remi-safe | 3.0 kB 00:00
remi-safe/primary_db | 1.2 MB 00:00
No Packages marked for Update
[root@server ~]# yum upgrade -y
Loaded plugins: fastestmirror
Setting up Upgrade Process
Loading mirror speeds from cached hostfile
* epel: mirror.lax.genesisadaptive.com
* remi-php73: mirrors.mediatemple.net
* remi-safe: mirrors.mediatemple.net
No Packages marked for Update
I also tried to run this cmnd:

Code: Select all

v-update-sys-vesta-all
But I still get the same result (failed). Thank you so much for your time.

P/S: after my replied. I tried reboot then run v-update-sys-vesta-all but it still error.

My mistake and click to resolve icon, but my question still not resolve yet :(.

Re: VestaCP update failed

Posted: Fri Feb 07, 2020 2:09 pm
by exclu254
Loc_rabbirt wrote:
Fri Feb 07, 2020 12:56 pm

I also tried to run this cmnd:

Code: Select all

v-update-sys-vesta-all
But I still get the same result (failed). Thank you so much for your time.

P/S: after my replied. I tried reboot then run v-update-sys-vesta-all but it still error.

My mistake and click to resolve icon, but my question still not resolve yet :(.
Try this:

Code: Select all

sudo /usr/local/vesta/bin/v-update-sys-vesta-all

Re: VestaCP update failed

Posted: Mon Feb 10, 2020 9:32 pm
by Loc_rabbirt
exclu254 wrote:
Fri Feb 07, 2020 2:09 pm
Loc_rabbirt wrote:
Fri Feb 07, 2020 12:56 pm

I also tried to run this cmnd:

Code: Select all

v-update-sys-vesta-all
But I still get the same result (failed). Thank you so much for your time.

P/S: after my replied. I tried reboot then run v-update-sys-vesta-all but it still error.

My mistake and click to resolve icon, but my question still not resolve yet :(.
Try this:

Code: Select all

sudo /usr/local/vesta/bin/v-update-sys-vesta-all
I tried, but no luck. Thank you so much :).