Search found 928 matches

by myVesta
Sun Aug 20, 2023 3:59 pm
Forum: Linux services
Topic: How to install ElasticSearch 7 and 8 on Debian
Replies: 1
Views: 1636

Re: How to install ElasticSearch 7 and 8 on Debian

In the following steps, we will guide you through the installation process of ElasticSearch 8 on a Debian server. In your SSH, as root, run: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | gpg --dearmor -o /usr/share/keyrings/elasticsearch-keyring.gpg apt-get install apt-transport-ht...
by myVesta
Fri Aug 18, 2023 3:27 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 909

Re: Restore from root/vst_install_backups

and you have nothing in /backup folder?
by myVesta
Fri Aug 18, 2023 2:53 pm
Forum: General discussion
Topic: Facing strange issue with login and auto logout in admin panel
Replies: 9
Views: 1538

Re: Facing strange issue with login and auto logout in admin panel

biyej87937 wrote: Fri Aug 18, 2023 2:50 pm How to downgrade myVesta to version before redesign?
If you really want old myVesta version before redesign:

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
by myVesta
Fri Aug 18, 2023 2:46 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 909

Re: Restore from root/vst_install_backups

Do you have backup files?
Try

Code: Select all

v-rebuild-databases yourUser
by myVesta
Thu Aug 17, 2023 11:24 pm
Forum: General discussion
Topic: Facing strange issue with login and auto logout in admin panel
Replies: 9
Views: 1538

Re: Facing strange issue with login and auto logout in admin panel

Really have no idea.
What error do you see when login fails?
by myVesta
Thu Aug 17, 2023 3:30 pm
Forum: General discussion
Topic: any way to install older myvesta version before redesing?
Replies: 8
Views: 864

Re: any way to install older myvesta version before redesing?

If you really want old myVesta version before redesign:

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
by myVesta
Thu Aug 17, 2023 3:27 pm
Forum: Update
Topic: How to downgrade myVesta to old design?
Replies: 1
Views: 971

Re: How to downgrade 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
by myVesta
Wed Aug 16, 2023 8:38 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 909

Re: Restore from root/vst_install_backups

Only manually, if you can figure out what files to copy to what destination.
by myVesta
Wed Aug 16, 2023 3:30 pm
Forum: General discussion
Topic: Restore from root/vst_install_backups
Replies: 9
Views: 909

Re: Restore from root/vst_install_backups

But you first reinstalled the whole Debian, right?