Basil
addict
Registered: 08/18/06
Posts: 568
Loc: Southwest US
I recently upgraded to 7.0 but have not yet gone live with my new 7.0. As a test, I did the import from my Threads 6.5.X and it seemed to work flawlessly. My question is, if I spend time setting up portals and styles, etc., what do I need to do to "re-import my 6.5.X data? Do I first need to clean out the current 7.0 databases or can I just run the install again to bring in all the newest posts, etc., when I'm ready to go live?
Gizmo
Registered: 06/04/06
Posts: 12008
Loc: Portland, OR; USA
A lot of the settings are stored in flat files, however some settings are stored in the database; in order to have a clean import you'll need to drop the table and run the createtables.php script in the install directory, then run the importer again.
From here you'll have to go back and update settings...
Keep in mind that things like forum settings and styles are stored in the database (however you can export your styles and import them back once you've upgraded).
Keep in mind that things like forum settings and styles are stored in the database (however you can export your styles and import them back once you've upgraded).
Is this "Things like" list complete? Styles and the forum settings? I can live with resetting those.
Gizmo
Registered: 06/04/06
Posts: 12008
Loc: Portland, OR; USA
Lol anything "data" is dropped, this would be any data in the database (as step one to re importing is to drop the tables); primarily this is forums ettings, styles, any posts/users in the database, etc.