Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Ruben), 43 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 03/24/10
Posts: 8
Top Posters (30 Days)
Ruben 50
Gizmo 24
DennyP 24
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#228452 - 08/19/09 12:56 PM "Re-Upgrade" Procedure
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
I am currently testing a migration from Classic to Threads. I have a few of my board users testing the Threads board. I copied the data from the current classic board to the Threads board for testing using the Classic importer.

My question is regarding the best way to make the final production migration to Threads.

My current procedure list is as follows. I'm looking for suggestions to anything I might of missed or any steps that will make it easier.
  • Close the current classic board
  • Make a note of any CP settings that were changed. (Is there anyway to save the CP values to reuse?)
  • Drop the SQL table
  • Run createtable.php
  • Rerun the classic importer
  • Reapply any CP changes
  • Reload any skins/styles that I might be using
What have I missed?
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#228453 - 08/19/09 01:19 PM Re: "Re-Upgrade" Procedure [Re: DennyP]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Gizmo has a faq post on upgrading HERE .
Not much has changed.
I did it two years ago with very little problems. In fact the only problem I had was the redirector scripts trying to figure out what settings to use.

The only thing I did note on my upgrade was I used polls. The import kept the posts for the polls but the actual poll and results were gone.

There is really not a lot to salvage form the old control panel settings since everything is quite different other than view the vars files to cut and paste. But you could do that from the classic control panel since it will still be functional.
_________________________
Blue Man Group
Top
#228454 - 08/19/09 01:38 PM Re: "Re-Upgrade" Procedure [Re: Ruben]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Oh, There was one bit of housekeeping I did before the upgrade.
I cleaned up my forum structure meaning deleted old forums not needed and moved the posts to valid forums.
Cleaned up my member database some by deleting what I determined to be non valid users.
With that in mind you probably know this already. But nobody can be member #1 it will be reserved for anonymous users.
_________________________
Blue Man Group
Top
#228455 - 08/19/09 01:50 PM Re: "Re-Upgrade" Procedure [Re: Ruben]
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
Thanks, I'll check the FAQ.

When I was referring to CP settings, I was actually referring to any settings in the test Threads CP that I want to reuse in the reloaded Threads CP.
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
#228456 - 08/19/09 01:58 PM Re: "Re-Upgrade" Procedure [Re: DennyP]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Oh okay. Not sure how to apply up front of the upgrade but until after the real upgrade. since that is when the config file is created. It starts out as a blank file until you run the install script.
But anyway the config file is includes/config.inc.php.
You can edit it but you may still need to go into the control panel to select submit on some items after you are done editing it.
This is due to some items in the config file are stored in the tables and some are used from the config file.

But usually it will update the tables when needed. But if it hiccups just open the control panel section in question and just hit the submit button.

When version 8 comes out almost all settings will be stored in the tables. Right now it is hit or miss where they are used from.


Edited by Ruben (08/19/09 02:04 PM)
Edit Reason: had wrong location for config file
_________________________
Blue Man Group
Top
#228457 - 08/19/09 02:05 PM Re: "Re-Upgrade" Procedure [Re: Ruben]
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
So after I drop the tables and run createtable.php I will lose any CP settings that I applied during testing and I will need to save what those changes were and manually enter them.

There isn't a way to export them then import them via SQL?
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
#228458 - 08/19/09 02:17 PM Re: "Re-Upgrade" Procedure [Re: DennyP]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
I think you will be fine just saving the old config.inc.php file and replace the new one when done.
All I am saying is the config file holds most all the settings but some settings will be placed in the tables for use by threads and some settings will be referenced from the config file. They are still in the config file but that is for the control panel to use. When you select submit it will update what ever tables it is designed to do.


The only thing you may need to edit is the paths and or database info on the first 6 or 7 lines in the file if you use a different configuration.
If you read the transfer guide for dummys in the faq forum by Gizmo. You will see it is pretty much the same. move files and database to new server and edit the top few lines in the config file


Sorry going from memory is a bad thing. Gizmos transfer guide is HERE not in the FAQ forum.


Edited by Ruben (08/19/09 02:21 PM)
_________________________
Blue Man Group
Top
#228459 - 08/19/09 02:26 PM Re: "Re-Upgrade" Procedure [Re: Ruben]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ruben pretty much nailed it. While you can use the config file from your current version, there are just a few things that have a database counterpart to the config file. Such as portal settings, the layout is stored in the config file, but the actual settings for each portal box is stored in the database.

So, you can use the old config file, but if you notice any oddities, you'll want to go into the control panel and redit the area in question so the database is updated to match.
Top
#228460 - 08/19/09 02:28 PM Re: "Re-Upgrade" Procedure [Re: Rick]
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
Great help, Ruben & Rick - thanks.
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
#228461 - 08/19/09 02:34 PM Re: "Re-Upgrade" Procedure [Re: Ruben]
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
Originally Posted By: Ruben
I think you will be fine just saving the old config.inc.php file and replace the new one when done.
Which threads directory contains the config.inc.php file?
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
#228462 - 08/19/09 02:37 PM Re: "Re-Upgrade" Procedure [Re: DennyP]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
includes folder.
My original post said scripts but was able to correct it before my edit time out.
_________________________
Blue Man Group
Top
#228463 - 08/19/09 02:38 PM Re: "Re-Upgrade" Procedure [Re: DennyP]
DennyP Offline
member
Registered: 04/12/04
Posts: 154
Loc: Phoenix, AZ
Originally Posted By: DennyP
Which threads directory contains the config.inc.php file?
Never mind - found it. Thanks.
_________________________
DennyP - www.dennyp.com
DennyP Travel
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image