Page 1 of 1

upgrade Vesta with yum

Posted: Mon Oct 15, 2018 12:00 pm
by fsoyer
Hi all,
I wanted to upgrade a Vesta server with yum. The server (Centos 7) was installed some monthes ago with the script vst-install in version 0.9.8-15 and works like a charm. With "yum update vesta*", it is now in 0.9.8-22 but I discovered that all isn't upgraded (for example : templates in data/templates/web). I have'nt find suitable doc about that, so I have 2 questions :
1. From scratch, we always need to install with the script, right ? No way to just "yum install vesta" ?
2. what is the exact procedure to update it with yum ? Is there something to do after yum ?

Thanks
Frank

Re: upgrade Vesta with yum

Posted: Mon Oct 15, 2018 12:34 pm
by ScIT
you can download the templates directly vom github, they will not be replaced douring vesta/system upgrade:

v6 - https://github.com/serghey-rodin/vesta/ ... plates/web
v7 - https://github.com/serghey-rodin/vesta/ ... plates/web

Edit: Better way see below.

Re: upgrade Vesta with yum

Posted: Mon Oct 15, 2018 1:25 pm
by fsoyer
OK I see, thanks. Why not, but are we sure that this is the only directory to "post-upgrade" manually ?
And what about the question 1 ?

Re: upgrade Vesta with yum

Posted: Mon Oct 15, 2018 1:25 pm
by tjebbeke
You can run this command: v-update-web-templates
https://github.com/serghey-rodin/vesta/ ... -templates

Re: upgrade Vesta with yum

Posted: Mon Oct 15, 2018 1:32 pm
by ScIT
tjebbeke wrote:
Mon Oct 15, 2018 1:25 pm
You can run this command: v-update-web-templates
https://github.com/serghey-rodin/vesta/ ... -templates
+1