Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid self corruption of mysql on power failure #113

Merged
merged 1 commit into from Nov 2, 2015

Conversation

Psycojoker
Copy link
Member

By default, mysql creates its mysql database in MyISAN mode which self corrupt itself way too frequently on the internet cube configuration. InnoDB seems fine in comparison. Also MyISAN is bullcrap.

By default, mysql creates its mysql database in MyISAN mode which self corrupt itself way too frequently on the internet cube configuration. InnoDB seems fine in comparison. Also MyISAN is bullcrap.
jeromelebleu added a commit that referenced this pull request Nov 2, 2015
Avoid self corruption of mysql on power failure
@jeromelebleu jeromelebleu merged commit 1db0cd8 into unstable Nov 2, 2015
@jeromelebleu jeromelebleu deleted the mysql_innodb branch January 22, 2016 16:46
jeromelebleu added a commit that referenced this pull request Mar 8, 2016
The 'requirements' key allows to specify the Debian packages which must
be installed and their required version. It must be an array of the
package name as the key and its version specifier - for its format, see
yunohost.utils.packages.Specifier - as value. For example:

"requirements": {
  "yunohost": ">= 2.4, << 2.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants