Closed jim-parry closed 4 years ago
None of the handlers implements a backup. Dropping this as a todo!
Well - that begs the question: are we going to include a backup builder, like CI3 has, into any of the drivers? If so, it was only MySQL that had it previously. My plan was to try to refactor the original into one that used file streaming to get around the size constraints it had previously.
I'm not 100% sure a backup method is needed since they each have ways in the ecosystem to do that (like mysqldump). If we're not, though, we need to make sure it's not in the user guide anywhere.
At this point there are not plans to support database backups through the framework.
Database/SQLite3/Utils::_backup() has a todo note... build