• Resolved davikk

    (@davikk)


    I have concerns about this plugin:

    Whats the requirement for mysql?
    eg: max_connection and max_user_connnection

    What if the plugin restoring database taking time longer than the server max_excution time limit? Will the plugin continue or just stop? What happen if it stops?

    What if the plugin fail to restore the database, will the site complete broken if it fails? or it will looks the same as before restore process start?

    This plugin never disappoint me, just some concern recently due to some setting adjustment on my sqldatabase.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Lester Chan

    (@gamerz)

    There is no requirement on SQL, it uses mysqldump to dump.

    Best on what I can infer, the database will still continue to restore even if the max limit is reached as the command is already passed on to mysql CLI. I cannot verify that, but that is my experience.

    If the plugin fails to restore your DB, your site might be broken. mysql never restore base on a certain point. Though I have not encountered this before. If that happens, just use mysql CLI to restore the same dump that you got from the plugin via SSH.

Viewing 1 replies (of 1 total)
  • The topic ‘What if database restore fail?’ is closed to new replies.