Jump to content
MakeWebGames

Recommended Posts

Since NWE system relies so heavily on the database there should be a button to easily backup all tables before you make changes.

The backup should just copy all tables and probably put a prefix to the appended name.

To be fancy there can be a show as to when the last backup was made.

Link to comment
Share on other sites

I wouldn't suggest a database backup option in the core system. It's easy enough to take a site backup from the server there is really no need for this. If you want a full site backup from the admin panel... Ok I could see the logic (although I still wouldn't suggest it due to there only being one admin level), but just the database when (in theory) modules shouldn't effect other tables seems a waste.

Link to comment
Share on other sites

Actually there isn't only one admin level. You could have as many levels as you wish and the engine offers already 2. Anyhow, the issue is that the kind of file generated may be quiet big, and therefore require quiet some time to produce a full backup. Execution time and shared hosting are not really liking such kind of execution.

Beside that, any shared host usually offer a MySQL backup tool, and even phpmyadmin could do the trick. Yet the best option would be a cron which do a mysqlexport and gzip it ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...