• 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

Search results

  1. Tofandel

    Issue ModSecurity : collections_remove_stale: Failed deleting collection

    I guess we can just add `collections_remove_stale` to the ignoreregex
  2. Tofandel

    Resolved Mysql 8 database restore fails

    Username: TITLE Mysql 8 database restore fails PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian Version 18.0.54 Update #2 Ubuntu 20.04.6 LTS PROBLEM DESCRIPTION When trying to restore a single database from a backup in the plesk interface, it fails with the...
  3. Tofandel

    Resolved Plesk restore database backup fails on Mysql

    As a temporary workaround mv /usr/bin/mysql /usr/bin/mysql.real echo '#!/bin/bash /usr/bin/mysql.real ${@/--abort-source-on-error/}' > /usr/bin/mysql chmod +x /usr/bin/mysql To silently drop the option
  4. Tofandel

    Resolved Plesk restore database backup fails on Mysql

    I'm trying to restore a specific database from a plesk backup, but the restore fails with the error --abort-source-on-error is a mariadb specific option and doesn't exist on mysql, I do not have mariadb installed, I am using mysql 8 which should be supported I cannot post directly into the...
  5. Tofandel

    Issue Mariadb-dump ignores external host

    Okay I'm stupid, the error message indicates where the user is connecting from because of the mysql rules like (%, localhost etc)
  6. Tofandel

    Issue Mariadb-dump ignores external host

    Hello, I'm trying to run mariadb-dump from a plesk server to an external database server I run this command `mariadb-dump -h 255.255.255 -u user -p mytable` (with my desired ip address obviously) But then I get this error mariadb-dump: Got error: 1045: "Access denied for user 'user'@'127.0.0.1'...
  7. Tofandel

    Forwarded to devs Dovecot SNI not working with Plesk Premium Email Extension (Kolab/Guam)

    I had this issue again after the last upgrade of plesk premium email, all clients could not connect to 993 port on imap anymore.. Running the command `plesk bin extension -e kolab sync-guam-config.php` fixed it, there should really be some improvements done in this area.. It took me a whole...
  8. Tofandel

    Resolved PHP-fpm max children

    Okay but that's for single domains still, is there a way to update the default (like you can change the max_exec_time default in the php ini) ?
Back
Top