Reliably working installation and upgrade procedure #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Installation and upgrades should work "out of the box".
The first step would be to enable automatic upgrades by running install.pl without the need to submit from which version the installation should be upgraded.
install.pl could write a "version" file with the version number inside.
It could check for the existence of such a file and switch to update mode when it is found, getting the previous version number from this file.
It could also ask for confirmation before installing or upgrading (databases etc.).
(converted from issue 45 on bugs.th-h.de, 2011-08-21)