Poll: Do you use the database backup feature? You do not have permission to vote in this poll. |
|||
Yes | 39 | 41.49% | |
No | 55 | 58.51% | |
Total | 94 vote(s) | 100% |
* You voted for this item. | [Show Results] |
How often do you use the backup() method of the database drivers? |
(02-06-2019, 09:50 PM)kilishan Wrote: The Mysql driver in CodeIgniter (I think that's the only one) has a backup feature. Do you ever use this feature? Thinking of dropping it from CI4. me, using till now, my client and I need to take backup manually every week, sometimes we use it in crone and push to our cloud, its really a helpful feature for me and my team Code: $this->load->helper('url'); |