Page 1 of 1

How to downgrade myVesta to old design?

Posted: Thu Aug 17, 2023 10:44 am
by biyej87937
Hello,

We are still facing issue of auto logout in admin panel and we want to downgrade myVesta to version before redesign.

Thanks.

Re: How to downgrade myVesta?

Posted: Thu Aug 17, 2023 3:27 pm
by myVesta

Code: Select all

cd /root
rm -rf /root/vesta
git clone https://github.com/myvesta/vesta.git

cd vesta
git reset --hard 2afbc2cddfbbc57f296640cb28d89fb29b2526c2

cp -rf /root/vesta/* /usr/local/vesta