Previous Thread
Next Thread
Print Thread
Hop To
#209567 03/31/2008 12:46 PM
Joined: Jan 2007
Posts: 72
journeyman
journeyman
Joined: Jan 2007
Posts: 72
Hi,

We are moving to a new web host. I wasn't around when the forum was installed. I'm assuming I can just copy the ubbthreads folder over to the new host and copy the database over and everything should work, right?

Thanks

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
That's most of it. After everything is moved, you'll need to edit the config.inc.php file and alter the database info and path info in that file to what is needed for the new host.

Joined: Jan 2007
Posts: 72
journeyman
journeyman
Joined: Jan 2007
Posts: 72
Great. So that's all?

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
That's pretty much it. If you're running a 7.x version, then once everything has been moved and the config file updated you'll login and go into the control panel and clear the cache so it rebuilds everything with the new location/info.

Joined: Jan 2007
Posts: 72
journeyman
journeyman
Joined: Jan 2007
Posts: 72
Ok great thanks.

Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Hi am also planning to move... again. Moved the pre ubbthreads board 2 AND 3 years ago but don't remember how I did it. Can I find step by step instructions somewhere around here, particularly with the database? Although I successfully set mine up I really don't get what the database is and where it's located. Not sure I even have it when I do a full backup of my site because I don't know where to look. This forum's been online for 10 years now so I think its about time I figure this out blush

Also, I'm currently running 7.3.1. Is it preferable to upgrade to 7.5.3 before or after the move.

Need some educating- thanks.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Moving is fairly straightforward, so I can give a brief rundown on the steps.

1) Close Forum
2) Zip up entire Forum directory
3) Get a full dump of your database, through command line or phpmyadmin.
4) Transfer forum zip and database dump to new server.
5) Unzip your forum directory in the proper location on the new server
6) Import your database on the new server
7) Edit includes/config.inc.php. You'll need to edit the database settings, paths and urls throughout that file
8) Login to new forum, go into control panel and clear the cache.


The database portion may be your hardest part since you said you're unfamiliar with it. If you have SSH access to the server, then you can use mysqldump to get a dump. If you only have FTP access, then your host probably provides something like phpmyadmin where you can get a dump. Some hosts will help with this and do the dump for you.

If you get stuck on moving, we do offer a service to do this for you.

As for when to upgrade. It's really a preference thing. I normally always upgrade before moving.

Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Just for note, the "How Do I" forum has a sticky on how to move a forum tongue


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
You'd think I would have known that. In my defense, I'm still sick and it was early laugh

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Swine flu will get you every time. Heh Heh


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Thanks all. I'll have both posts in front of my when I make the move.
My host has phpMyAdmin in my control panel. Do I select the database in phpMyAdmin and then export it?

Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
yes you can, however if you have a largish database it might time out. All depends upon the size of your forums.

Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Originally Posted by Ian
yes you can, however if you have a largish database it might time out. All depends upon the size of your forums.

Is THIS a large forum?
Quote
718 Members
11 Forums
4448 Topics
28566 Posts
Hey, as I post I'm the "Featured Member" blush



Joined: Jun 2006
Posts: 3,837
I
Ian Offline
Carpal Tunnel
Carpal Tunnel
I Offline
Joined: Jun 2006
Posts: 3,837
I reckon you should be okay - all depends upon the current server.

However give it a go smile


Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
I recently moved a bigger forum and got timeouts on the MySQL import.

However this outstanding utility sorted it!

(Be aware that it doesn't like extended inserts.)

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I did not read all of the info in the link.
But Driv what is a extended insert?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Okay I take that back I read the note on extended inserts but I still don't get it.
How do you know you have a extended insert?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jan 2004
Posts: 2,474
Likes: 3
D
Pooh-Bah
Pooh-Bah
D Offline
Joined: Jan 2004
Posts: 2,474
Likes: 3
When you export via PHPMyAdmin - you can select what sort of export mechanism you want.

Extended inserts is just one option.

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Oh,Okay. I see it now, it is selected by default and I never changed the setting.
I still don't get the purpose of it's function though???


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Quote
Extended inserts combines multiple rows of data into a single INSERT query. This will significantly decrease filesize for large SQL dumps, increases the INSERT speed when imported, and is generally recommended.
Linkage


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I git it now. Thanks Giz.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
I'm currently doing the export in phpmyadmin in another browser. Its been about an hour and I'm still getting a spinning wheel. Should it be taking this long or is there a problem?

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Probably not it may have timed out.
What size is the database?
And what export options did you use?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Table: 64 table(s)
Action: Sum
Records: 74,712
Type: MyISAM
Collation: latin1_swedish_ci
Size35.7 MiB
Overhead: 71.9 KiB

I just clicked GO on the following screen:
[Linked Image from howlingdogstudios.com]

Also, I'm on Mac OS X. I can access UNIX via Terminal but am not familiar with UNIX. How risky would this be?


Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Okay if you did not select the save as file box on the bottom left then it will not download it is trying to build a screen to view the backup then you would need to still copy it which would be to large for your clipboard.
When save as file is selected you will be prompted where to save the file on your desktop machine just like when you download a file anywhere else.
If still takes to long you could also select compression zipped at the bottom

Last edited by Ruben; 05/17/2009 10:48 AM. Reason: corrected typo

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Thanks, I now have a downloaded .sql file. I'll try moving everything to another host as a test and see if it works. I'll post my results either way. Thanks again for the help.

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Not knowing how large your file is and your connection speed.
But I just backed up a 20MB db. It took about 90 seconds


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Now I'm in the import section of phpmyadmin on another host.
I've selected the file.
I have an option for the Character set of the file
[Linked Image from howlingdogstudios.com]
and
SQL compatibility mode
[Linked Image from howlingdogstudios.com]
Any suggestions?

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
That is the same settings I use.
Which is usually the default .
If you have any issues then you will need to compare the two sites for Version difference of MYSQl and MySQL charset


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Originally Posted by maria
I'm currently doing the export in phpmyadmin in another browser. Its been about an hour and I'm still getting a spinning wheel. Should it be taking this long or is there a problem?
Yes, you're exporting a TON of data, through a web script... It can take forever, and it will likely time out if the stream goes past a certain timeframe (or file size); hence why my backup recommendations (in the admin help forum) say to use SSH to backup data (plus it'd only take a few minutes)

When importing you can run into the same hurtles; but with the options presented for an import, the defaults should work fine.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Well I let the phpMyadmin upload go all night and no success. I'm giving up on that.

Sorry Gizmo I'm sure your backup recommendations are the way to go but I have no clue on how to even attempt it. Guess I'll try BigDump next when I have time but its back to work this morning-thanks.

Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
BigDump error from ftp upload:
Stopped at the line 385.
At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
NOTE: FAQs were of no help to me.

BigDump error from desktop upload:
[18-May-2009 11:27:43] PHP Warning: POST Content-Length of 23702218 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

Status:
1. DB is too large (22.6 mb) for phpmyadmin to import (export worked.)
2. BigDump is giving me errors.
3. Typing commands is too scary for me.

Any other suggestions or is my forum trapped on its current web host!
Thanks

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
If you are going to shy away for ssh then you still have a couple of options which is more steps.
But first remember what was said about extended inserts. You had that option selected when you exported so you would need to export another file and turn off that setting. That may be why bigdump failed.

First option try another export using zip at the bottom. When you import it select the zip file to import do not extract it on your desktop. it will be a much smaller file but the server will pause for a few moments while it is extracting the zip

Other option is when you export the DB break it up into a few download files by selecting a few tables at a time. The big tables will be the posts.

Then import each backup file one at a time.

Or the really slow way is to make a backup from the UBB control panel. It will make a backup file for each of the 65 tables. Then you would need to import 65 times. Once per file.

Whatever option you try make sure your new database is empty, no tables or data because you may have some corrupted tables due to the import failure.

All I can say is on my server I have a limit set to 50mb for importing with phpadmin. Your 30MB DB would take probably 4 or 5 minutes to export or import on my server but I also have a fairly fast upload speed on my ISP service.





Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
WORKED!
Extended inserts off and bigdump worked for me on my test site.
Now that I feel I can reproduce what i just did, I'll go ahead and arrange forthe new host. Thanks so much for your patience Ruben, I'm making a pdf of this post and keeping it in the folder I have for this move.

Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
It is a hair pulling experience the first time for everyone. But once you do it a couple of times it is really simple when you think about it.
But I am glad one of the methods worked for you.
At least now you know how to backup a DB. And it really is more important than backing up the forum software. Because without the DB there is noting to see. If you have the original zip file you can restore the forum but you still need the database.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 32
newbie
newbie
Joined: Jun 2008
Posts: 32
Yes, It's always good to learn something especially when you're working for free!
Thanks again-
Maria


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
1 members (Ruben), 476 guests, and 111 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)