Search found 33 matches
- Wed Apr 11, 2018 2:36 pm
- Forum: Web Server
- Topic: Vesta Update Problem - From Release 17 to 20.
- Replies: 6
- Views: 7742
Re: Vesta Update Problem - From Release 17 to 20.
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 upda...
- Wed Apr 11, 2018 1:39 pm
- Forum: Web Server
- Topic: Vesta Update Problem - From Release 17 to 20.
- Replies: 6
- Views: 7742
Re: Vesta Update Problem - From Release 17 to 20.
Can you post the error you got?
Check the vesta version before update
Check the vesta version before update
Code: Select all
v-list-sys-vesta-updates
v-update-sys-vesta-all
- Wed Apr 11, 2018 1:27 pm
- Forum: Debian/Ubuntu
- Topic: Error create backup Vesta
- Replies: 2
- Views: 3195
Re: Error create backup Vesta
Hi, The default directory for backup is /backup which will automatically created on first backup. Can I know what did you do to make the custom backup to /back ? From vesta GUI you can edit user section to determine how many backup you want for each user. file that on /temp folder usually show that ...
- Wed Apr 11, 2018 9:19 am
- Forum: General Discussion
- Topic: Cron job not running
- Replies: 2
- Views: 4874
Re: Cron job not running
I have searched this forum and tried many solutions but I just can't get it to work. I have a script here /home/admin/web/mydomain/public_html/rclone-cron.sh as below to use rclone to backup to Backblaze #!/bin/bash if pidof -o %PPID -x "rclone-cron.sh"; then exit 1 fi rclone sync /home/admin/web/m...
- Wed Apr 11, 2018 8:37 am
- Forum: Web Server
- Topic: Mysqli Extension issues
- Replies: 1
- Views: 2635
Re: Mysqli Extension issues
Try to update your ubuntu and wordpress to latest version
- Wed Apr 11, 2018 8:30 am
- Forum: Web Server
- Topic: vestacp admin panel not loading
- Replies: 9
- Views: 14287
Re: vestacp admin panel not loading
same problem!!! few days ago some is updated and I don't know what is (possibly, php) my vps provider is digitalocean, but here is vesta cp troubles to star on specified port!! I edited config file and set different port for vesta, for example 2000, service restart & this not helps. apache and php ...
- Wed Apr 11, 2018 8:17 am
- Forum: General Discussion
- Topic: Got 10 VestaCP servers exploited
- Replies: 548
- Views: 1079551
Re: Got 10 VestaCP servers exploited
imperio, skid and other VESTA Stuff, Please consider offering an option for certificate-based access to VESTA Panel! When enabled, only the persons with the correct certificate installed in their browsers can be presented with VESTA Panel at https://[FQDN]:8083 You also can add custom additional se...
- Tue Apr 10, 2018 9:57 pm
- Forum: General Discussion
- Topic: Got 10 VestaCP servers exploited
- Replies: 548
- Views: 1079551
Re: Got 10 VestaCP servers exploited
For whom that not yet resolved this problem in DIGITAL OCEAN, here are my steps to resolved my own way without any reply from the support team. We do understand in this kind of situation they have a huge backlog in their ticketing system. 1. When your droplet got taken down, you only can access thei...
- Mon Feb 12, 2018 5:40 am
- Forum: Debian/Ubuntu
- Topic: Get Rid Softaculous Updates Cron Jobs
- Replies: 9
- Views: 14627
Re: Get Rid Softaculous Updates Cron Jobs
I get them too... I think there is already a thread to completely remove softaculous completely. CODE: SELECT ALL rm -f $VESTA/web/softaculous mkdir -p $VESTA/disabled_plugins mv $VESTA/web/softaculous $VESTA/disabled_plugins Hi mehargags, Yesterday I run your code and got this # rm -f $VESTA/web/s...
- Fri Feb 09, 2018 4:23 am
- Forum: Debian/Ubuntu
- Topic: Get Rid Softaculous Updates Cron Jobs
- Replies: 9
- Views: 14627
Re: Get Rid Softaculous Updates Cron Jobs
Hi imperio, I have run the command line /usr/local/vesta/bin/v-delete-vesta-softaculous but nothing changed. Still got the update notification everyday. The email title: Software Updates (my.vestacp.tld) The following software were updated during Automatic Cron Updates: WordPress 4.9.4 - Failed You ...