CodeIgniter Forums
What happened to dbutil->backup() for database backup? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: What happened to dbutil->backup() for database backup? (/showthread.php?tid=78818)



What happened to dbutil->backup() for database backup? - motownphilippe - 03-15-2021

Am I going mad? 

PHP Code:
dbutil->backup() 
... was very useful in CI3. Why hasn't this been replicated in CI4? 
I'm pretty sure database backup hasn't gone out of fashion. 
What is the new way everyone keeps their databases backed up automatically?

Thanks for any explanation.


RE: What happened to dbutil->backup() for database backup? - InsiteFX - 03-15-2021

You can use this.

myphp-backup


RE: What happened to dbutil->backup() for database backup? - motownphilippe - 03-15-2021

(03-15-2021, 04:36 AM)InsiteFX Wrote: You can use this.

myphp-backup
Thanks, I’ll have a look.

what does everyone else use?


RE: What happened to dbutil->backup() for database backup? - loxi_kal - 10-22-2022

(03-15-2021, 04:45 AM)motownphilippe Wrote:
(03-15-2021, 04:36 AM)InsiteFX Wrote: You can use this.

myphp-backup
Thanks, I’ll have a look.

what does everyone else use?

You can found this github library who replace utils.php from the database system of CI

Codeigniter4-backup-utility
.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px} .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}