Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HostPuma

Pages: [1]
1
Backup / Re: Remote Backup not working
« on: February 07, 2016, 11:23:54 AM »
Check the Apache error logs and post it here.

2
CentOS-WebPanel Bugs / Re: URGENT! Server down
« on: February 06, 2016, 07:37:44 PM »
Download Winscp and login with root, then transfer all important files to your PC.

Create and download a full backup for all databases using Putty SSH:
Code: [Select]
mysqldump --events --all-databases | gzip > /home/alldatabases.sql.gz
When the backup is ready, you will find it under /home/ directory using Winscp.

Once your done with backups, lets try to upgrade MySQL in hope that it might fix the error. Run the following commands in order:

Code: [Select]
cd /etc/yum.repos.d

wget http://rpms.famillecollet.com/enterprise/remi.repo

yum --enablerepo=remi update mysql-server

sudo mysql_upgrade


Once the upgrade is complete, restart your VPS and try to log into CWP admin area.

3
CentOS-WebPanel Bugs / Re: Can't delete cron job
« on: February 06, 2016, 04:37:54 PM »
Any errors in Apache logs?

4
CentOS-WebPanel Bugs / Re: URGENT! Server down
« on: February 06, 2016, 04:33:21 PM »
Its a VPS so you should have SSH access, otherwise only your host "OVH" can solve the issue for you.

They might charge you since its unmanaged budget VPS's.

5
CentOS-WebPanel GUI / Re: Am i the only one having issues with interface?
« on: February 04, 2016, 11:29:06 PM »
No, your not the only one having it :)

6
Information / Re: Vcpu recommended option tested
« on: February 04, 2016, 03:16:32 PM »
I installed CWP for a few VPS clients in less than an hour and they had 2 vCPU cores & 2GB RAM.

5 hours is abnormal and too much, you might be having IO problems. How many VMs you have running on your machine?

Also, what type of web attack are you talking about? If DDOS attack then hardware won't help you much, you will need a good firewall and DDOS protection.

7
Information / Re: Recommended Ram
« on: February 04, 2016, 03:01:39 PM »
2GB RAM should be more than enough if your hosting a few small sites.

If you plan to host heavy websites, then you might need to upgrade your RAM.

Pages: [1]