Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
update system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2008 at 02:37 UTC
Updated:
8 Sep 2008 at 06:38 UTC
The Update Status module is a godsend. I installed it with 5.2. I am happy its now in 6's core.
Can we take it a few steps further?
1. Auto backup files and db
2. wget/curl/lynx the required modules/core for the update
3. Remove module folder on file system
4. Extract new module in sites/all/modules
5. Load update.php
Comments
Comment #1
kbahey commentedNo. We have to go slow on this, if at all.
The reason is that steps 1, 2, 3, and 4 opens up vulnerabilities because the web server can overwrite code. If this is automated and you have a remote exploit, they can hijack your whole site.
Until a secure solution is found, we'd rather not jump into this right now.
Comment #2
David_Rothstein commentedRegarding step 5, though (and the more general issue of making the entire update process smoother and easier), I just posted a new, related issue here: http://drupal.org/node/228275
Comment #3
dave reidMarking as won't fix since this is not likely to make core. Past rejection: #221533: Module Installer.