[RFC] Staggered Database Restore (like bigdump)

These RFCs were either rejected or have been replaced by an alternative proposal. They will not be included in phpBB.
User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by EXreaction »

Definitely will not happen for 3.1.

phpBB is not tool to do this with, the tools included with MySQL or whatever dbal you wish to use is much better than anything we could write.

If you do not want to or know how to restore it yourself, you host will do it for you (if they don't, they are not a host worth having).

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by EXreaction »

FWIW, I'd also be all for removing the backup/restore entirely from phpBB; it's a large chunk code with no tests against it and who knows if it even works on anything besides MySQL...

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: [RFC] Staggered Database Restore (like bigdump)

Post by John P »

Reading this it's better deleting this option instead of giving hope to have a good backup for users

User avatar
Kamahl19
Registered User
Posts: 161
Joined: Thu Dec 27, 2007 10:31 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by Kamahl19 »

I have experienced some problem with Exporting DB few years ago on phpbb3 and since then, I never used it again. I just dont trust it. There are other great tools.

User avatar
Mess
Registered User
Posts: 199
Joined: Wed Jun 13, 2012 10:14 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by Mess »

EXreaction wrote:FWIW, I'd also be all for removing the backup/restore entirely from phpBB; it's a large chunk code with no tests against it and who knows if it even works on anything besides MySQL...
+1

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: [RFC] Staggered Database Restore (like bigdump)

Post by nickvergessen »

There are plans (far away thou) to allow exporting the db as json files and allow restoring it from json files.
This would allow cross db moving from one dbms to another one.
Member of the Development-TeamNo Support via PM

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [RFC] Staggered Database Restore (like bigdump)

Post by Pony99CA »

Couldn't you implement another backup/restore system as an ACP extension?

Or, maybe have backup/restore plug-ins (like CAPTCHA and Search backend plug-ins) that allow the user to drop in other systems. phpBB would ship with plug-ins for the current system, of course.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by EXreaction »

Different systems to backup the database would not be useful. Either we have one that is working or not.

As far as exporting it into some other format, I would be against it if that is custom phpBB code that we must maintain. If it is done by some library, then great, but the more tools we try to support the more poorly we can support any individual tool (and database maintenance is a difficult subject field when you try and support so many backends like we do).

User avatar
Kamahl19
Registered User
Posts: 161
Joined: Thu Dec 27, 2007 10:31 am

Re: [RFC] Staggered Database Restore (like bigdump)

Post by Kamahl19 »

Maybe you might take a look on http://www.adminer.org , developed by one of the php.net documentation author, google and FB developer.

Post Reply