1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/UPGRADING

71 lines
2.1 KiB
Text
Raw Normal View History

General upgrade notes
=====================
2019-01-21 15:23:25 +00:00
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
2019-01-21 15:23:25 +00:00
- If installing from source, update dependencies with:
`composer install -o --no-dev`
2019-12-01 20:00:28 +00:00
Upgrading from 0.8.1 to 0.8.2
=============================
- The database schema has changed from rev5 to rev6; if upgrading the database
manually, apply the 5.sql file. MySQL databases may need manual
intervention to ensure foreign key constraints are not violated
2019-04-04 22:05:26 +00: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 23:23:35 +00: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
2019-12-01 20:00:28 +00:00
2018-12-11 00:13:48 +00:00
Upgrading from 0.5.1 to 0.6.0
=============================
2019-01-21 15:23:25 +00: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-11 00:13:48 +00:00
Upgrading from 0.2.1 to 0.3.0
=============================
- The following Composer dependencies have been added:
2019-01-21 15:23:25 +00:00
- zendframework/zend-diactoros
- psr/http-message
Upgrading from 0.2.0 to 0.2.1
=============================
2019-01-21 15:23:25 +00:00
- The database schema has changed from rev2 to rev3; if upgrading the database
manually, apply the 2.sql file
Upgrading from 0.1.x to 0.2.0
=============================
2019-01-21 15:23:25 +00: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/
- The following Composer dependencies have been added:
2019-01-21 15:23:25 +00:00
- jkingweb/druuid