
In this page, i will indexing some resolutions that might be needed
Cause :
Backup was created with password protection, but it is being restored without password.
Resolution :
For the backups with a password protection, use -backup-password option to specify the password. You can also set the password with the environment variable PLESK_BACKUP_PASSWORD :
# /usr/local/psa/bin/pleskrestore –restore /var/lib/psa/dumps/domains/example.com/backup_example.com_info_1809011905.xml -level domains -ignore-sign -backup-password ‘password’
Q : How to run Plesk backup from command-line interface?
A : # plesk bin pleskbackup server
or
A : # plesk bin pleskbackup domains-name yourdomain.com
Issue : ERROR: No pool defined. at least one pool section must be specified in config file
Jika anda mengalami masalah seperti ini php-fpm tidak bisa distart saat awal selesai install plesk panel
Solusi :
Untuk menggunakan dan mengaktifkan php-fpm, masuk ke panel plesk, Domain—->>example.com—->>php setting
Issue : Peer reports incompatible or unsupported protocol version.
When running git command
Resolution :
# yum update -y nss curl libcurl
Install python2-pi in centos 7
rpm -Uvh http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64//python2-pip-8.1.2-5.sdl7.noarch.rpm
Issue : -bash: netstat: command not found on centos7
Resolution : # yum install net-tools
Disabled IPV6 in centos 7
# sysctl -w net.ipv6.conf.all.disable_ipv6=1
# sysctl -w net.ipv6.conf.default.disable_ipv6=1
Leave a Reply