 |
 |
 |
 |
Registered: 12/25/03
Posts: 125
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199194 - 10/12/07 11:15 PM
Re: Can the migration tool be run more than once?
[Re: Gizmo]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
there is an option. hire an expert. someone who'd probably let your script run it's course, somehow getting a timestamp for time critical stuff (posts, topics, pms -- essentially everything that you MUST preserve) then after the import, close the board for a short period to grab all the stuff that wasn't gotten after the import. it's more than that though, because you wouldn't only be searching for NEW things that have been added.. but also things that might have been deleted in that time period as well. in short, it's messy, but with care the transitional process could be mitigated to an acceptable data transformation. bottom line: if you want your board to be imported 'as is' , then close it for half the day and just let it rip. otherwise hire someone to get you as close as is reasonable, while you let the board be 'live'. i'd lean toward board closure and save yourself what it costs to hire it done.. but that's just me.  below botton line: also keep in mind that importing while the board is live can cause problems too.. ie: consider that you might import a topic ID, but not the posts, since they are asyncronous.. or vice versa.. not good 
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#199202 - 10/13/07 02:30 AM
Re: Can the migration tool be run more than once?
[Re: Baldeagle]
|
|
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
|
|
one thing i learned from doing a very LARGE db, was to trial run the import first.
there are pitfalls that come up with very HUGE post tables for example. things like mysql running out of temporary storage space or the like.
now your hosting environment might be such as to not have issues, but mine did. so i just did a DB backup.. zipped it up.. and loaded it locally on my windows box (running wamp).. and tried the import/upgrade.
it was good to do that, just to get a feel for what might befall me on things like an altertable on a POSTS table that approached 1gb in size..
So you might at least give that a try to see how it comes out, then prepare your members for the REAL deal and let it rip..
oh and i actually found that it was faster for me to do the following:
1. close the real board 2. do a backup (using cmd line) to a .gz file 3. grab it to my local system 4. do the upgrade 5. backup the file locally (.gz) 6. send to live board 7. unzip and import fresh 8. open board
reason being, my local computer is a beast in terms of CPU, Ram and the like (QX6850, Raid 5 Raptors @ 10K RPM, bla bla).. it churned thru the process in nothing flat.
in the end, the process took less time than running the upgrade script on the real host on a closed board.
your mileage may vary..
Good luck to you, SD
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|