meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
updates [2023/10/24 16:22] andrewmalsburyupdates [2024/12/20 17:42] (current) – mention cli tool wrongecho
Line 4: Line 4:
   * **Keep your ITFlow instance updated** with the latest features and security patches.    * **Keep your ITFlow instance updated** with the latest features and security patches. 
   * Updates will contain changes to both the filesystem and the database schema.   * Updates will contain changes to both the filesystem and the database schema.
-  * The updater can be accessed via **Settings > Update**. +  * The updater can be run in the app via **Settings > Update** or at the CLI using **update_cli.php**
  
 ===== Files ===== ===== Files =====
Line 10: Line 10:
 The majority of ITFlow updates are just changes to the PHP files. The update tab will show the latest [[https://github.com/itflow-org/itflow/commits/master|git commits]] and offer to download them for you. In the background, this is just running ''git pull'' The majority of ITFlow updates are just changes to the PHP files. The update tab will show the latest [[https://github.com/itflow-org/itflow/commits/master|git commits]] and offer to download them for you. In the background, this is just running ''git pull''
  
-If you've edited any files, the auto-updater will fail - navigate to your web directory and run git pull to review and resolve the issue.+If you've manually edited any files, the updater will fail - navigate to your web directory and run git pull to review and resolve the issue.
  
 {{updates_git_pull.png?direct|}} {{updates_git_pull.png?direct|}}
Line 28: Line 28:
  
  
-//Additional notes:  +**Additional notes: *
-  If you run into any issues running multiple database updates, it may be worth signing out and back in again between updates. Some updates alter files in your PHP session, which might only be set during login.//+
   * The database update applies one update at a time. If there are multiple updates needed, you will need to manually cycle through each update.   * The database update applies one update at a time. If there are multiple updates needed, you will need to manually cycle through each update.
 +
 +  * If you run into any issues running multiple database updates, it may be worth signing out and back in again between updates. Some updates alter files in your PHP session, which might only be set during login.
  
 {{:updates_database.png?direct|}} {{:updates_database.png?direct|}}