Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 921 Bytes

upgrade.markdown

File metadata and controls

27 lines (19 loc) · 921 Bytes

Upgrade to a new version

Prerequisites

  • You must backup your data!
  • You must read the ChangeLog to check for breaking changes

From the archive (stable version)

  1. Close your session (logout)
  2. Rename your actual miniflux directory (to keep a backup)
  3. Decompress the new archive and copy your database file db.sqlite in the directory data
  4. Make the directory data writeable by the web server user
  5. Login and check if everything is OK
  6. Remove the old miniflux directory

From the repository (development version)

  1. Close your session (logout)
  2. git pull
  3. Login and check if everything is OK

Notes

  • Upgrading from version 1.1.x to 1.2.x require a manual database conversion, the procedure is documented in the ChangeLog