2017-11-30 04:41:08 +00:00
|
|
|
General upgrade notes
|
|
|
|
=====================
|
|
|
|
|
|
|
|
When upgrading between any two versions of The Arsse, the following are usually prudent:
|
|
|
|
|
|
|
|
- Back up your database
|
|
|
|
- Check for any changes to sample Web server configuration
|
|
|
|
- Check for any changes to sample systemd unit or other init files
|
|
|
|
- If installing from source, update dependencies with `composer install -o --no-dev`
|
|
|
|
|
2017-12-07 23:17:16 +00:00
|
|
|
|
2018-12-11 00:13:48 +00:00
|
|
|
Upgrading from 0.5.1 to 0.6.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev3 to rev4; if upgrading the database manually, apply the 3.sql file
|
|
|
|
|
|
|
|
|
2018-01-06 17:02:45 +00:00
|
|
|
Upgrading from 0.2.1 to 0.3.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The following Composer dependencies have been added:
|
|
|
|
- zendframework/zend-diactoros
|
|
|
|
- psr/http-message
|
|
|
|
|
|
|
|
|
2017-12-07 23:17:16 +00:00
|
|
|
Upgrading from 0.2.0 to 0.2.1
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev2 to rev3; if upgrading the database manually, apply the 2.sql file
|
|
|
|
|
|
|
|
|
2017-11-30 04:41:08 +00:00
|
|
|
Upgrading from 0.1.x to 0.2.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev1 to rev2; if upgrading the database manually, apply the 1.sql file
|
|
|
|
- Web server configuration has changed to accommodate Tiny Tiny RSS; the following URL paths are affected:
|
|
|
|
- /tt-rss/api/
|
|
|
|
- /tt-rss/feed-icons/
|
|
|
|
- /tt-rss/images/
|
|
|
|
- The following Composer dependencies have been added:
|
|
|
|
- jkingweb/druuid
|