Feature #45119
closedUpdate via Backend for TYPO3 core
0%
Description
There should be the possibility for an autoupdate of TYPO3 core like in wordpress.
Updated by Thomas Löffler almost 12 years ago
Good idea, I would suggest:
for admin users- Notification after login that a new version is available.
- Possibility to download the latest version via backend (by get.typo3.org)
- After downloading redirect to the Install Tool
- Notification after login that a new version is available with the suggestion to inform an admin.
Updated by Jigal van Hemert almost 12 years ago
What about:
- options: update notification only / auto-update bugfix releases
If it's a new bugfix release the task could try to download the new core, unpack, switch symlinks and clear caches (for windows servers we could see if there is something possible with mklink and otherwise only support notifications).
This requires that bugfix releases do not need any user action like compare database or upgrade wizards, or that we must be able to set a flag for such a requirement somewhere. Maybe there is such a possibility to use with get.typo3.org/json
Another thing to consider is what should be done with the old source directory (leave one old version, compress it, ...)
Updated by Thomas Löffler almost 12 years ago
I would not auto-update without notice to anyone, even if it's "only" a bugfix release.
We must give the admin the possibility to update easily.
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Closed
This can been done in the install tool. The reports module will give a message if a update is available (will be available in 7.1)