Welcome Guest, Not a member yet? Register   Sign In
Database Backup
#1
Big Grin 

Is there any way we can take a full backup of the current database(table and views) using CI4?
Learning Codeigniter 
Reply
#2

Can this help you? github
Reply
#3

(10-10-2022, 12:27 PM)demyr Wrote: Can this help you? github

will give it a shot and let you know.
Learning Codeigniter 
Reply
#4

(10-10-2022, 12:27 PM)demyr Wrote: Can this help you? github

Seems to work. But unfortunately only for the default-DB. Is there a hidden Error ?!
Reply
#5

(10-10-2022, 09:56 PM)SubrataJ Wrote:
(10-10-2022, 12:27 PM)demyr Wrote: Can this help you? github

will give it a shot and let you know.

ok, got it: in Utils.php Line 53
replace $db = \Config\Database::connect(); by $db = $this->db;

Works fine, but some difficulties/errors with ' and ".

Utils.php seems to need some Rework.

By and large: good work. Thank you guys!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB