Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Sun Dec 11, 2022 12:53 pm
- Forum: Debian/Ubuntu
- Topic: can't do backup via ssh
- Replies: 6
- Views: 39828
Re: can't do backup via ssh
Hello!!
The problem is in setting the LOAD limit to generate the backup (file -> /usr/local/vesta/func/main.sh)
grep BACKUP_LA_LIMIT /usr/local/vesta/func/main.sh
BACKUP_LA_LIMIT=5
It can be solved by changing the limit:
replace 'BACKUP_LA_LIMIT=5' 'BACKUP_LA_LIMIT=20' -- /usr/local/vesta ...
- Tue Dec 06, 2022 2:59 pm
- Forum: RHEL/CentOS
- Topic: Lets Encypt Support
- Replies: 6
- Views: 16940
Re: Lets Encypt Support
Thanks a lot
This helped me:
1)
Go to the file /etc/sysctl.conf
Add these lines to the file, then save and exit the file (:wq)
CODE: SELECT ALL
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
2)
Go to /etc/ssh/sshd_config
Add this line to the file, then save and exit the ...
This helped me:
1)
Go to the file /etc/sysctl.conf
Add these lines to the file, then save and exit the file (:wq)
CODE: SELECT ALL
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
2)
Go to /etc/ssh/sshd_config
Add this line to the file, then save and exit the ...