]> git.wh0rd.org - tt-rss.git/blob - UPGRADING
fix login display in xml-import form
[tt-rss.git] / UPGRADING
1 = Upgrading TT-RSS 1.0.7 to 1.1 =
2
3 There is, unfortunately, no direct database schema upgrade script, the schema is just too different.
4 Starred articles and feed subscriptions may be transferred the following way:
5
6 == 1.0.7 ==
7
8 * Export your feed subscriptions to OPML
9 * 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 starred articles in neutral XML format.
10 * Save resulting XML file somewhere
11
12 Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy
13 (or choose the different database, etc.)
14
15 == 1.1 ==
16
17 * Import your feeds OPML
18 * Run xml-import.php and import your old starred articles
19
20 == Q&A ==
21
22 === Can I export all articles this way? ===
23
24 Yes, just tweak the relevant SQL query in xml-export.php (remove "AND marked = true").
25