• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by asdasdasd1

  1. A

    Unable to backup database in backup manager or export database in plesk admin

    10GB did not work either. So just a recap: Can use backup manager within plesk to do a complete backup to local server Cannot use backup manager within plesk to do a complete backup to remote ftp (max_allowed_packet error) Cannot use plesk to export a dump of mysql database I am able to export...
  2. A

    Unable to backup database in backup manager or export database in plesk admin

    My database is only 270mb but i can try 10GB. Do you have any idea why remote ftp backup fails (this seemed to happen when the total website backup exceeded 2GB), but it works when backing up to local server? In php.ini settings set from inside of plesk i have set post size to 4gb, is there...
  3. A

    Unable to backup database in backup manager or export database in plesk admin

    [mysqldump] max_allowed_packet = 1G net_buffer_length = 100K [mysqld] #bind-address = ::ffff:127.0.0.1 bind-address = 127.0.0.1 local-infile=0 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock wait_timeout = 900 max_allowed_packet = 1G net_buffer_length = 100K # Disabling symbolic-links is...
  4. A

    Unable to backup database in backup manager or export database in plesk admin

    I had restarted the server, would that do the same thing? I am new to linux so i do not know the commands. I tried a few different commands and couldnt get any of the restart mysql service to work so i just restarted the server from the pleks panel. Also i can backup to local machine but not...
  5. A

    Unable to backup database in backup manager or export database in plesk admin

    Hi Peter, i have already added this section in my.cnf file, i have the command twice one under [mysqld] and once again under [mysqldump] however i still cannot get it to work
  6. A

    Unable to backup database in backup manager or export database in plesk admin

    It is sending the backup to remote ftp server. When i change the destination for the backup from the remote ftp to local server it does not get the packet error however i get security and read/write errors now on 'cache' folders within wordpress ??
  7. A

    Unable to backup database in backup manager or export database in plesk admin

    When i try to export a database dump in plesk admin i receive below errors: Note: I have included max_allowed_packet = 1G in /etc/my.cnf under [mysqld] and [mysqldump] I am able to import and export in phpmyadmin but i want to use backup manager to automate backups. When using backup manager...
Back
Top