-
Notifications
You must be signed in to change notification settings - Fork 106
howto restore "mysql" database (MyISAM) with enforce_storage_engine = InnoDB? InnoDB: Error: trying to create a MySQL system table mysql/db of type InnoDB. InnoDB: MySQL system tables must be of the MyISAM type! #192
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/152953559 The labels on this github issue will be updated when the story is started. |
Fixed with |
After monit stop/start this error in logs and it fails
this error during restore
any idea? |
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/152954314 The labels on this github issue will be updated when the story is started. |
If you want to restore FULL backup mysqlDump, you must :
And other node , stop MySQL After restore, one the restore node :
You must resync galera node, so on the other node :
|
Say @ldangeard-orange, in your solution, I notice that you turn the Do you all need or prefer the general log in your deployments? Are you doing something to enable general log in cf-mysql? -- |
I've added a doc, backup-restore.md. What do you think? -- |
thanks @menicosia very good Missing is PITR. We use mysqldump options
I use this command for apply the bin log:
Also note the option Also very interesting in you docs why you use |
Say @menicosia, i don't want to enable So before restore, you turn off log, and after you set system variables with initial value. Doc is ok for me |
Say @menicosia ,
|
Hello
we make backup with Shield (mysqldump plugin).
I can't restore the "mysql" database. I can't create "MyISAM" tables.
How to restore "mysql" database with service broker created credentials? Enforce InnoDB is hardcoded, can't temp disable that
cf-mysql-release/jobs/mysql/templates/my.cnf.erb
Line 101 in 12e45db
Thank you
The text was updated successfully, but these errors were encountered: