Closed (fixed)
Project:
Database Administration
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2007 at 13:09 UTC
Updated:
10 Jan 2009 at 19:10 UTC
It would be a nice feature if the user can choose between downloading or saving to /temp when backing up the tables.
In some cases (like mine) you may not have access to the /tmp folder :-(
The feature request is somewhat related to the other request about having the ability to have the backup send by e-mail and also with the feature request to load and execute an local file.
Thanks
Comments
Comment #1
gregglesIsn't it possible to set the temp directory anywhere you want - like files/mydbabackups/ - and then it would be available inside the drupal root and possible to download, right?
I don't believe any changes to the module are necessary to achieve this functionality.
Comment #2
gregglesPardon me, I didn't remember
So, I guess the feature request is to have a path inside of the dba administration screens that internally serves up the file from /full/path/to/dir/backup.sql much like the "private file handling" works. Right?
Comment #3
jenscbc commentedI think the feature request should preferable be implemented as an extra option to download the backup.sql file to your local computer. This way the file will either be dowloaded to the local machine or stored on the webserver in the /tmp folder outside of the webscope.
I see that the "backup" module can make a backup of both the MySQL and the all the sites files but I think it is better to give the user the choice of only making a backup of the MySQL tables.
Comment #4
dwwHow is this different from going to admin/build/database, selecting all tables, and pressing the "Backup" button?
Comment #5
jenscbc commentedHi thanks for answering. It's kind'a long time ago I wrote the request and what my exact problem was is gone from my human memory :-)
Your description do allow for backing up and downloading - yes.
Thanks for answering anyway.