Page 1 of 1

Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 10:14 am
by numberek
Hello,

I am having 0.9.8 Release:17 version on ubuntu 16.04.02 LTS running. I am trying to update the vesta with

Code: Select all

v-update-sys-vesta-all
.

But it's saying update failed. My linux version shows 244 packages can be updated & 115 updates are security updates. Have not updated anything since months now.

Do i need to first update my ubuntu version? to get the vesta update or how do i do it with any other commands?

Thanks.

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 1:39 pm
by yoko eagle
Can you post the error you got?

Check the vesta version before update

Code: Select all

v-list-sys-vesta-updates
v-update-sys-vesta-all

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 1:57 pm
by numberek
yoko eagle wrote:
Wed Apr 11, 2018 1:39 pm
Can you post the error you got?

Check the vesta version before update

Code: Select all

root@example:~# v-list-sys-vesta-updates
PKG          VER    REL  ARCH   UPDT  DATE
---          ---    ---  ----   ----  ----
vesta        0.9.8  17   amd64  no    2017-06-21
vesta-php    0.9.8  17   amd64  no    2017-06-21
vesta-nginx  0.9.8  17   amd64  no    2017-06-21

root@example:~# v-update-sys-vesta-all
Error: vesta update failed
Error: vesta-nginx update failed
Error: vesta-php update failed

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 2:36 pm
by yoko eagle
numberek wrote:
Wed Apr 11, 2018 1:57 pm

Code: Select all

root@example:~# v-list-sys-vesta-updates
PKG          VER    REL  ARCH   UPDT  DATE
---          ---    ---  ----   ----  ----
vesta        0.9.8  17   amd64  no    2017-06-21
vesta-php    0.9.8  17   amd64  no    2017-06-21
vesta-nginx  0.9.8  17   amd64  no    2017-06-21

root@example:~# v-update-sys-vesta-all
Error: vesta update failed
Error: vesta-nginx update failed
Error: vesta-php update failed
get the repo first before update, if you use firewall also check if all outbound port are open.

Code: Select all

apt-get update && apt-get upgrade
v-update-sys-vesta-all
systemctl restart vesta 
If it still fail, try to update from within vesta UI, also enable autoupdate.

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 6:13 pm
by numberek
yoko eagle wrote:
Wed Apr 11, 2018 2:36 pm

get the repo first before update, if you use firewall also check if all outbound port are open.

Code: Select all

apt-get update && apt-get upgrade
v-update-sys-vesta-all
systemctl restart vesta 
If it still fail, try to update from within vesta UI, also enable autoupdate.
First thanks for helping out, appreciate the help. :)

This time i login to do this, i saw the vestacp is already updated to release 20 latest. Maybe last time it did get updated, but i saw failed message.

So i used repo update command & updated the ubuntu. I am getting following message now.

Code: Select all

dpkg: error processing package libapache2-mod-rpaf (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 libapache2-mod-rpaf
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now showing 15 packages can be update & 7 security.

I kept one of the file unchanged when it was upgrading, as i wasn't sure about it. maybe because of that?

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 6:34 pm
by yoko eagle
I think it is a good idea to reboot your machine and try it again.
Then use command line to check the vesta version.
Good luck!

Re: Vesta Update Problem - From Release 17 to 20.

Posted: Wed Apr 11, 2018 8:33 pm
by numberek
yoko eagle wrote:
Wed Apr 11, 2018 6:34 pm
I think it is a good idea to reboot your machine and try it again.
Then use command line to check the vesta version.
Good luck!
Thanks, reboot already done. All good. Not going to bother about ubuntu update now. :)