• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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