Configuring the parent directory is located at /etc/psa/psa.conf and is set by DUMP_D.
# cat /etc/psa/psa.conf | grep -w DUMP_D
DUMP_D /var/lib/psa/dumps
To change the default backup server path, follow these steps:
Step 1: Create a folder that containing the backup:
mkdir /plesk_backups
Step 2: Open the /etc/psa/psa.conf file
Change the value of DUMP_D created at step...
Nowadays, there are many free share software for Linux such as Kloxo, CWP, VirtualMin, VestaCP...but according to users' evaluation, this is one of good tools to create small hosts inside the server or virtual server (VPS). The software is relatively lightweight and requires no server or VPS configuration and...
Data backup can be understood as the act of copying/backing up all important content and original data of a website in case of problems or when need to transfer to another website. For many business websites, data backup is considered to be indispensable, because all data that you had...
Introduction
MariaDB is a powerful, open-source relational database management system (RDBMS) known for its speed, scalability, and reliability. It’s an excellent choice for high-traffic websites where performance and data integrity are critical. In this guide, you'll learn how to install MariaDB on a Linux server and optimize it for maximum...
In this article we will guide you how to install the Directadmin panel
Before we start installing Directadmin, we need to install some default packages on the server. You can install these packages on your server by performing the following operations according to your operating system.
For Centos
yum install wget gcc...
Introduction
NGINX is a powerful, high-performance web server often used as a reverse proxy, load balancer, and HTTP cache. Setting up NGINX as a reverse proxy allows you to host multiple websites on a single server efficiently. In this guide, you'll learn how to configure NGINX as a reverse proxy...
How to restore mysql root password on Linux when you forget password? This task will be very simple if you follow the steps in this article.
Step 1 : Stop MySQL Server Service
You run this command to stop MySQL Server on linux
service mysqld stop
Step 2 : Restart MySQL Server without...
In this article, you will know how to check the version of a MySQL server, in the case you have errors that related to your website data, if you know the version of MySQL then you can quickly fix the errors. As we have to know MySQL is one...
One of the key features of cPanel is the backup and restore function. This article will guide you to use the data backup function on cPanel. The operation is as follows:
Step 1: Log in to your cPanel hosting account.
Step 2: Go to the account management menu, select the backup...