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.
Hi everyone,
We have some customers who create backups using the WordPress Toolkit with the provided function of it.
Some of them (maybe all of them) get the following error:
"mysqldump: Got error: 2019: "Can't initialize character set utf8mb3 (path: compiled_in)" when trying to connect"
It...
I am trying to transfer a subscription from one Plesk server (Centos7.9) to another one (AlmaLinux 8.9) and i am getting the following error:
Failed to copy content of database 'the_database_name_here'
Migration tools tried to perform operation in 3 attempts: Command execution failed on the...
Hi,
a colleague migrated a wordpress multisite with quite many tables (1717 tables, 628MB) to our central plesk server. Now the backup is failing with this message (warning):
As said database has currently 1717 tables but does not use much space:
Plesk database tool "check and repair" does...
Hello,
I've created databases using a dump (in CLI as root "mysql -u root -p < jdifus.sql").
Those are OK, I can see it when I connect database server as root.
Know, i need to link it to subscription/subdomain. How can I achieve this, please ?
Thanks for your help.
Failed to copy content of database 'XXXXXX'
Migration tools tried to perform operation in 3 attempts: Command execution failed on the source server 'source' (xxx.xxx.xxx.xxx) with non-zero exit code.
command: MYSQL_PWD="$(cat)" mysqldump --no-defaults -h localhost -P 3306 -uadmin --quick...
Hello ,
I'm trying to perform a full backup of my content and getting the following error for all of my databases :
[WARNING]: Cannot dump database content 'db_hf' of type 'mysql' [Cannot backup content of database 'db_hf'. The mysqldump utility has returned '7'.
STDERR: mysqldump: unknown...
Hi! I want create backup db from cron task, but plesk return error.
When i use
mysqldump mydb > mydb.sql - -: mysqldump: command not found
/usr/bin/mysqldump mydb > mydb.sql - -: /usr/bin/mysqldump: No such file or directory
plesk db dump mydb > mydb.sql - -: plesk: command not found
how i can...
Hello,
i have the following problem in the Plesk Onyx Backup Manager and console:
mysqldump: unknown variable 'tmpdir=/var/tmp'
System:
CentOS 7x
MariaDB 10.1
my.cnf:
[mysqld]
bind-address = 127.0.0.1
skip_name_resolve
tmpdir=/var/tmp
log-error=/var/log/mariadb/mariadb.log
local-infile=0...