codeigniter4 / CodeIgniter4

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
5.37k stars 1.9k forks source link

TODO Database utility backup builder #1257

Closed jim-parry closed 4 years ago

jim-parry commented 6 years ago

Database/SQLite3/Utils::_backup() has a todo note... build

jim-parry commented 5 years ago

None of the handlers implements a backup. Dropping this as a todo!

lonnieezell commented 5 years ago

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.

MGatner commented 4 years ago

At this point there are not plans to support database backups through the framework.

MGatner commented 4 years ago

See also: https://forum.codeigniter.com/thread-72750-page-4.html