2017-11-29 23:41:08 -05:00
|
|
|
General upgrade notes
|
|
|
|
=====================
|
|
|
|
|
2019-01-21 10:23:25 -05:00
|
|
|
When upgrading between any two versions of The Arsse, the following are
|
|
|
|
usually prudent:
|
2017-11-29 23:41:08 -05:00
|
|
|
|
|
|
|
- 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
|
2019-01-21 10:23:25 -05:00
|
|
|
- If installing from source, update dependencies with:
|
|
|
|
`composer install -o --no-dev`
|
2017-11-29 23:41:08 -05:00
|
|
|
|
2019-12-01 15:00:28 -05:00
|
|
|
|
2021-02-10 11:24:16 -05:00
|
|
|
Upgrading from 0.8.5 to 0.9.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev6 to rev7; if upgrading the database
|
|
|
|
manually, apply the 6.sql file
|
|
|
|
- Web server configuration has changed to accommodate Miniflux; the following
|
|
|
|
URL paths are affected:
|
|
|
|
- /v1/
|
|
|
|
- /version
|
|
|
|
- /healthcheck
|
|
|
|
- Icons for existing feeds in Miniflux and Fever will only appear once the
|
2021-03-06 16:41:07 -05:00
|
|
|
feeds in question have been fetched and parsed after upgrade. This may take
|
|
|
|
some time to occur depending on how often the feed is updated
|
2021-02-10 11:24:16 -05:00
|
|
|
- An administrator account is now required to refresh feeds via the
|
|
|
|
Nextcloud News protocol
|
|
|
|
|
|
|
|
|
2020-10-26 12:57:16 -04:00
|
|
|
Upgrading from 0.8.4 to 0.8.5
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The sample configuration for Nginx has changed, to correct the omission of
|
|
|
|
the QUERY_STRING FastCGI parameter in those passed to PHP. The omission
|
|
|
|
affects the Fever protocol in particular (the parameter is required for
|
|
|
|
Fever to function at all), though it could potentially affect some
|
2020-10-27 09:48:47 -04:00
|
|
|
Nextcloud News clients as well
|
2020-10-26 12:57:16 -04:00
|
|
|
|
|
|
|
|
2020-01-25 11:18:51 -05:00
|
|
|
Upgrading from 0.8.2 to 0.8.3
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- PHP 7.1 is now required
|
|
|
|
- The following Composer dependencies have been added:
|
|
|
|
- nicolus/picofeed
|
|
|
|
- laminas/laminas-diactoros
|
|
|
|
- laminas/laminas-httphandlerrunner
|
|
|
|
- The following Composer dependencies have been removed:
|
|
|
|
- p3k/picofeed
|
|
|
|
- zendframework/zend-diactoros
|
|
|
|
- zendframework/zend-httphandlerrunner
|
|
|
|
|
|
|
|
|
2019-12-01 15:00:28 -05:00
|
|
|
Upgrading from 0.8.1 to 0.8.2
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev5 to rev6; if upgrading the database
|
2019-12-01 22:29:48 -05:00
|
|
|
manually, apply the 5.sql file
|
2019-12-01 15:00:28 -05:00
|
|
|
|
|
|
|
|
2019-04-04 18:05:26 -04:00
|
|
|
Upgrading from 0.7.1 to 0.8.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The database schema has changed from rev4 to rev5; if upgrading the database
|
|
|
|
manually, apply the 4.sql file
|
2019-07-25 19:23:35 -04:00
|
|
|
- Web server configuration has changed to accommodate Fever; the following URL
|
|
|
|
paths are affected:
|
|
|
|
- /fever/
|
|
|
|
- The following Composer dependencies have been added:
|
|
|
|
- zendframework/zend-diactoros (version 2.x)
|
|
|
|
- zendframework/zend-httphandlerrunner
|
2017-12-07 18:17:16 -05:00
|
|
|
|
2019-12-01 15:00:28 -05:00
|
|
|
|
2018-12-10 19:13:48 -05:00
|
|
|
Upgrading from 0.5.1 to 0.6.0
|
|
|
|
=============================
|
|
|
|
|
2019-01-21 10:23:25 -05:00
|
|
|
- The database schema has changed from rev3 to rev4; if upgrading the database
|
|
|
|
manually, apply the 3.sql file
|
|
|
|
- Configuration is now validated for type and semantics: some previously
|
|
|
|
working configurations may no longer be accepted
|
2018-12-10 19:13:48 -05:00
|
|
|
|
|
|
|
|
2018-01-06 12:02:45 -05:00
|
|
|
Upgrading from 0.2.1 to 0.3.0
|
|
|
|
=============================
|
|
|
|
|
|
|
|
- The following Composer dependencies have been added:
|
2019-01-21 10:23:25 -05:00
|
|
|
- zendframework/zend-diactoros
|
|
|
|
- psr/http-message
|
2018-01-06 12:02:45 -05:00
|
|
|
|
|
|
|
|
2017-12-07 18:17:16 -05:00
|
|
|
Upgrading from 0.2.0 to 0.2.1
|
|
|
|
=============================
|
|
|
|
|
2019-01-21 10:23:25 -05:00
|
|
|
- The database schema has changed from rev2 to rev3; if upgrading the database
|
|
|
|
manually, apply the 2.sql file
|
2017-12-07 18:17:16 -05:00
|
|
|
|
|
|
|
|
2017-11-29 23:41:08 -05:00
|
|
|
Upgrading from 0.1.x to 0.2.0
|
|
|
|
=============================
|
|
|
|
|
2019-01-21 10:23:25 -05:00
|
|
|
- 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/
|
2017-11-29 23:41:08 -05:00
|
|
|
- The following Composer dependencies have been added:
|
2019-01-21 10:23:25 -05:00
|
|
|
- jkingweb/druuid
|