Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
4 registered (GregK, SteveS, Dunny, id242), 20 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
mig
mig
Registered: 07/22/05
Posts: 39
Top Posters (30 Days)
Ruben 65
SD 57
Gizmo 53
gliderdad 32
Iann128 22
Dunny 21
Steve C 20
driv 18
dbremer 16
Stan 15
Latest Photos
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Gizzo Marx
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: 126
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 Offline

Registered: 12/20/03
Posts: 4264
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 Offline

Registered: 12/20/03
Posts: 4264
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: 126
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 Offline

Registered: 12/20/03
Posts: 4264
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: 126
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 Offline

Registered: 12/20/03
Posts: 4264
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: 126
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: 126
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
Page 1 of 2 1 2 >



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

Today's Birthdays
No Birthdays
Recent Topics
A positive note
by SteveS
09:36 PM
How to locate links to particular site if they are only used in images?
by Conrad
02/10/12 09:41 PM
Pictures not displaying
by Marker23
02/09/12 10:04 PM
Issue with logging out constantly
by Flanuva
02/09/12 07:05 PM
Long thread, UBB code not parsing
by Bad Frog
02/09/12 07:47 AM
Forum Stats
10213 Members
36 Forums
33666 Topics
180902 Posts

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