]> git.wh0rd.org - tt-rss.git/blame - UPGRADING
fix xml category counters response for updateAllFeeds
[tt-rss.git] / UPGRADING
CommitLineData
8608aff2 1= Upgrading TT-RSS 1.0.7 to 1.1 =
97aba8ec 2
0acaf1ed 3Unfortunately, there is no simple database upgrade script, the schema is just too different. Yet, your articles and feed subscriptions may be transferred the following way:
97aba8ec
AD
4
5== 1.0.7 ==
6
7 * Export your feed subscriptions to OPML
0acaf1ed 8 * Copy xml-export.php from TT-RSS 1.1 tarball to your 1.0.7 directory and open it in the browser. This script exports your articles in neutral XML format.
97aba8ec
AD
9 * Save resulting XML file somewhere
10
11Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy
12(or choose the different database, etc.)
13
14== 1.1 ==
15
16 * Import your feeds OPML
17 * Run xml-import.php and import your old starred articles
18