]> git.wh0rd.org - tt-rss.git/blame - UPGRADING
better error message on invalid schema in xml-export
[tt-rss.git] / UPGRADING
CommitLineData
8608aff2 1= Upgrading TT-RSS 1.0.7 to 1.1 =
97aba8ec 2
8608aff2
AD
3There is, unfortunately, no direct database schema upgrade script, the schema is just too different.
4Starred articles and feed subscriptions may be transferred the following way:
97aba8ec
AD
5
6== 1.0.7 ==
7
8 * Export your feed subscriptions to OPML
8608aff2 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.
97aba8ec
AD
10 * Save resulting XML file somewhere
11
12Unpack 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
2b3bfb5e
AD
20== Q&A ==
21
22=== Can I export all articles this way? ===
23
24Yes, just tweak the relevant SQL query in xml-export.php (remove "AND marked = true").
25