How to downgrade myVesta to old design?

Post Reply
biyej87937
Posts: 5
Joined: Tue Aug 15, 2023 4:49 pm

Hello,

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

Thanks.
User avatar
myVesta
Site Admin
Posts: 932
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

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
Post Reply