• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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