Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
We had a client's server run out of disk space last night. It looks like fail2ban had made several copies of its database for some reason until it ran out:
-rw------- 1 root root 1232522240 May 4 09:18 fail2ban.sqlite3
-rw------- 1 root root 1232522240 May 3 21:03...
Please help me figure out - how can I create and manage my own separate database? I use this code:
#DB connect
$ pdo = new PDO ('sqlite: /root/db.php');
$ pdo-> setAttribute (PDO :: ATTR_DEFAULT_FETCH_MODE, PDO :: FETCH_ASSOC);
But nothing happens, there is a connection to the database but I...
On two Debian GNU/Linux 7.9 (wheezy) servers, the disk utilization increased after upgrade from 12.0 to 12.5. I can't understand what is causing it. Main suspect is mysql but by searching with iostat, iotop, atop I could not identify something different.
I am quite sure that the plesk upgrade...