]> git.wh0rd.org Git - tt-rss.git/blob - UPGRADING
report runtime info in counter callbacks
[tt-rss.git] / UPGRADING
1 Updates: http://tt-rss.spb.ru/trac/wiki/Upgrading107to11
2
3 Upgrading TT-RSS 1.0.7 to 1.1
4 =============================
5
6 Unfortunately, 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:
7
8 1.0.7
9 =====
10
11         * Export your feed subscriptions to OPML
12         * 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.
13         * Save resulting XML file somewhere
14
15 Unpack and configure TT-RSS 1.1. You may need to remove old tables manualy 
16 (or choose the different database, etc.)
17
18 1.1
19 ===
20
21         * Import your feeds OPML
22         * Run xml-import.php and import your old starred articles
23