• 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 InnoDB Barracuda support?

vincheesel

New Pleskian
Hi Team,

I'm running the latest available version of Plesk Onyx, and was hoping to migrate a CMS called Moodle.
mysql Version is 15.1 Distrib 5.5.56-MariaDB, for Linux (x86_64) using readline 5.1

The Moodle database is running InnoDB file format in Barracuda.

I have attempted to import it - and was given the error.

Code:
Unable to import the db_moodle2 dump:
ERROR 1071 (42000) at line 970: Specified key was too long; max key length is 767 bytes
Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/dbbackup", line 6, in <module>
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 99, in main
restore(options, password)
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 88, in restore
raise Exception("program 'mysql' finished with non-zero exit code: %d" % p.returncode)
Exception: program 'mysql' finished with non-zero exit code: 1

Would it be an issue to run in the Barracuda file format on Plesk Onyx and would Plesk still provide support?
set global innodb_large_prefix=on;
set global innodb_file_format=Barracuda;

Please advise
 
Back
Top