History: Automatic updates
Source of version: 13
Copy to clipboard
This is the recipe for 1-click updates starting in ((Tiki25)). !! Context 1-click updates is a highly-requested capability which is tricky to do. !! Requirements * Command line access * Cron jobs * Tiki Manager dependencies, or the capability to install them ** Git, etc. !! High-level # Install Tiki from Git (manually or with ((Manager|Tiki Manager)) # Set up ((Scheduler)) # Install ((Tiki Manager Package)) # Use Tiki Manager to update on demand or automatically !! Benefits !!! Updates directly from Git sources * Can get any revision, and not just released versions * Can efficiently maintain local modifications ** Before updates/upgrades, there is a check to detect conflicts * Can use your own Git branch * Can use merge requests / branches !!! Sensible file permissions Since Tiki Manager is not ran by the web user (like Apache or www), it can set safer file permissions !!! Background process Since Tiki Manager is not ran by the web user (like Apache or www), it is not prone to time-out errors !!! Testing on clones * Thanks to Tiki Manager, you can easily clone or clone-and-upgrade to have a test environment. !!! Tons of other features * Please see ((Manager|Tiki Manager)) !! Before Tiki25 * Via command line ** ((Manager)) *** https://doc.tiki.org/Manager#manager:setup-update ** https://gitlab.com/tikiwiki/tiki/-/blob/master/doc/devtools/svnup.php ~tc~ (alias(1-click updates)) ~/tc~