Difference between revisions of "How to update"

From PartKeepr Wiki
Jump to: navigation, search
Line 6: Line 6:
 
* Download the new PartKeepr version and either:
 
* Download the new PartKeepr version and either:
 
** Overwrite the existing PartKeepr files -or-
 
** Overwrite the existing PartKeepr files -or-
** Move the data/ directory (excluding the proxies directory) as well as the config.php file to the new directory
+
** Move the data/ directory (excluding the proxies directory) as well as the `app/config/parameters.php` file to the new directory
  
* In any case, re-run setup! It doesn't delete your existing data, but updates your database schema to match the new version.
+
* In any case, re-run `web/setup`! It doesn't delete your existing data, but updates your database schema to match the new version.

Revision as of 08:18, 3 December 2015

Updating PartKeepr to a never version:

  • Create a database backup of your PartKeepr installation
  • Create a filesystem backup of your PartKeepr installation
  • Download the new PartKeepr version and either:
    • Overwrite the existing PartKeepr files -or-
    • Move the data/ directory (excluding the proxies directory) as well as the `app/config/parameters.php` file to the new directory
  • In any case, re-run `web/setup`! It doesn't delete your existing data, but updates your database schema to match the new version.