• 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.

Issue 12 GB Backup Problem

mtamosh

New Pleskian
hello, i can't upload 12gb backup for plesk panel
i see error:
413 Request Entity Too Large plesk

i am upgrade php settings> 7.4 > php.ini post max size and upload max file size

its not help
 
  1. Edit /opt/psa/admin/conf/php.ini (for Debian, Ubuntu) or /usr/local/psa/admin/conf/php.ini (for CentOS, cloudLinux, RedHat) and set the following values greater than the file size:
    Code:
    upload_max_filesize = 200M
    post_max_size = 200M
  2. Run the following commands to restart services:
    Code:
    # service sw-engine restart
    # service sw-cp-server restart
 
  1. Edit /opt/psa/admin/conf/php.ini (for Debian, Ubuntu) or /usr/local/psa/admin/conf/php.ini (for CentOS, cloudLinux, RedHat) and set the following values greater than the file size:
    Code:
    upload_max_filesize = 200M
    post_max_size = 200M
  2. Run the following commands to restart services:
    Code:
    # service sw-engine restart
    # service sw-cp-server restart
i use centos 7
 
thanks i have another problem for db
i can't delete database
Error: Unable to remove some of the selected databases. SQLSTATE[HY000]: General error: 1010 Error dropping database (can't rmdir './jsmn', errno: 39 "Directory not empty")
 
Unable to import the hilo dump:
  • ERROR 1813 (HY000) at line 25: Tablespace for table '`hilo`.`UFvrpUFus_commentmeta`' exists. Please DISCARD the tablespace before IMPORT
  • program 'mysql' finished with non-zero exit code: 1
 
Back
Top