Strange_Will Posted September 12, 2006 Share Posted September 12, 2006 I run a fairly slow server, and the MySQL backup always fails (300 second time out), it would be nice if it was like when you delete a lot of posts or something, where it loops through x queries, saves them in a file, loads you the page, and continues on. Or am I the only one that can't back up their database? :P Link to comment Share on other sites More sharing options...
Antony Posted September 12, 2006 Share Posted September 12, 2006 Firstly, can't you backup your database via another method? If you run the server yourself or can run a cron job this shouldn't be a problem. It could backup a table at a time, save the file, and then collect all the files, merge them into one and give it to the user, but that seems excessively complicated. Link to comment Share on other sites More sharing options...
bfarber Posted September 13, 2006 Share Posted September 13, 2006 We have a database transfer tool that does what you are suggesting - I believe the intention is to release it publicly (likely on IPS Beyond) when 2.2 is released. Link to comment Share on other sites More sharing options...
Strange_Will Posted September 14, 2006 Share Posted September 14, 2006 Firstly, can't you backup your database via another method? If you run the server yourself or can run a cron job this shouldn't be a problem.It could backup a table at a time, save the file, and then collect all the files, merge them into one and give it to the user, but that seems excessively complicated.All MySQL access I have is limited to remote PHP files, due to not having any old MySQL management software (3.45.??), when 2.2 comes out (MySQL 5 compatable right?) I'll be upgrading everything. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.