Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 7 matches
- Wed Jan 07, 2015 10:27 am
- Forum: General Discussion
- Topic: VestaCP is dead?
- Replies: 28
- Views: 36666
Re: VestaCP is dead?
They can ask for donation like piwik does. After the install you see deletable widget where you can donate and after an update you see a page with a donation option. It would give them maybe more breathing space and it isn't annoying.
- Sun Nov 30, 2014 5:08 pm
- Forum: Database Server
- Topic: mysql stops working
- Replies: 5
- Views: 34781
Re: mysql stops working
I'm sorry for the late reply. I had the same problem as this person. The same logs.
I resolved the problem with a ram upgrade. From 1gb to 2gb. I think vestacp is using more resources after the firewall update because I see a lot of people on this forum with similar problems.
I resolved the problem with a ram upgrade. From 1gb to 2gb. I think vestacp is using more resources after the firewall update because I see a lot of people on this forum with similar problems.
- Tue Nov 11, 2014 10:40 pm
- Forum: Database Server
- Topic: mysql stops working
- Replies: 5
- Views: 34781
mysql stops working
For some reason my database stops working without really a reason. I looked already in the mysql logs, but they are empty.(mysql.err and mysql.log) Where can I find other clues for this problem. I use Ubuntu 14.04 and I think the problem started after the firewall update.
- Mon Oct 13, 2014 10:44 pm
- Forum: Mail Server
- Topic: Cannot receive/forward mail after uninstalling ClamAV
- Replies: 6
- Views: 10699
Re: Cannot receive/forward mail after uninstalling ClamAV
I had a similar problem. ClamAV stops often with working and I can't restart it. A very negative side effect is that I can't receive mails. I disabled the clamav scan it seems to work.
- Sun Aug 10, 2014 7:55 pm
- Forum: General Discussion
- Topic: Ftp backup all accounts
- Replies: 16
- Views: 23002
Re: Ftp backup all accounts
BACKUP_SYSTEM='local'
This works and creates a local backup
BACKUP_SYSTEM='ftp'
This works and creates a ftp backup
BACKUP_SYSTEM='local,ftp'
This only creates a local backup
I can open the file but I don't know how to download the file.
This works and creates a local backup
BACKUP_SYSTEM='ftp'
This works and creates a ftp backup
BACKUP_SYSTEM='local,ftp'
This only creates a local backup
I can open the file but I don't know how to download the file.
- Sun Aug 10, 2014 6:56 pm
- Forum: General Discussion
- Topic: Ftp backup all accounts
- Replies: 16
- Views: 23002
Re: Ftp backup all accounts
Ok ftp backups are working, BUT BACKUP_SYSTEM='local,ftp' doesn't work.imperio wrote: then you should change the vesta config file
/usr/local/vesta/conf/vesta.confor this if you want to create backups on local and ftpCode: Select all
change BACKUP_SYSTEM='local' for this BACKUP_SYSTEM='ftp'
BACKUP_SYSTEM='local,ftp'
- Wed Aug 06, 2014 11:49 pm
- Forum: General Discussion
- Topic: Ftp backup all accounts
- Replies: 16
- Views: 23002
Re: Ftp backup all accounts
You can create a new config file with name ftp.backup.conf
/usr/local/vesta/conf
file content
HOST='ftphost_ip'
PORT='21'
USERNAME='backup-user'
PASSWORD='p4ssw0rd'
BPATH='/'
for example:
BPATH='/backup'
then you should change the vesta config file
/usr/local/vesta/conf/vesta.conf
change BACKUP ...
/usr/local/vesta/conf
file content
HOST='ftphost_ip'
PORT='21'
USERNAME='backup-user'
PASSWORD='p4ssw0rd'
BPATH='/'
for example:
BPATH='/backup'
then you should change the vesta config file
/usr/local/vesta/conf/vesta.conf
change BACKUP ...