• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. 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...
  2. 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
  3. 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...
  4. 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)
  5. 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'...
  6. 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...
  7. 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