Hello, I would like to move my forums (v.4) from a windows to a linux server. Is there anything that I should be particularly careful of? Any tips/advice/recommendations would be greatly appreciated. Thank you.
Announcement
Collapse
No announcement yet.
Server move question
Collapse
X
-
The main thing you're going to need to watch is that a new server may have the latest version of php on it, and vBulletin 4 will only work with php 7.1 - no higher.
Beyond that you just need to ensure that all the relevant php libraries are installed.
vBulletin doesn't care whether the server is Windows or Linux.
If you are using the rewritable URLs hen you will need use the correct .htaccess rules from the download package and ensure mod_rewrite is available. Standard URLs don't use this so you won;t have to worry.
It's advisable to get a copy of the live site up and running on the server first before you point the domain at it, so you can test. You could alter the Windows Hosts file on the machine you are testing from to force it to look at the new server.MARK.B
vBulletin Support
------------
My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
My Unofficial vBulletin Cloud Demo: https://www.adminammo.com -
If you are storing your attachments, custom avatars, profile pictures, and signature pictures in the file system on Windows, you should move these to the database before your move. It will make your database larger but you won't miss files and won't have to work with Windows vs. Linux paths.
Attachment → Attachment Storage Type. It should say "Attachments are being served from the database.
Avatars → User Picture Storage Type.
Once you have moved your site, you can move them back into the file system.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
Thank you for the tips!
On the new linux test server, before it goes live, should I do a clean installation of the forum software, or just move the folders/files/database from windows to linux?
If I am using 4.2.2 and want to upgrade to 4.2.5 as well, during this server move process, should I clean install 4.2.5 on the linux test server first or do 4.2.2 and then upgrade to 4.2.5.?Comment
-
You don't need to install anything before importing the database - just import the database to the new server, move your files over from one to the other then update the includes/config.php file if your database details have changed in any way.Comment
Related Topics
Collapse
-
by Robert FogtI am currently running vb 3.8.8 with millions of posts. My current server will not run vb 5.1.1, so I am moving to a new server.
Once I install 5.1.1 how do I move the 3.8.8 database over?...-
Channel: Support Issues & Questions
Mon 7 Jul '14, 2:47pm -
-
by LevelbestHI All:
Longtime vBulletin user and have two sites both sitting on a very old Windows server and running vBulletin 4.2.2 and have been running vBulletin since 2005.
Moving to...-
Channel: Support Issues & Questions
Mon 10 Apr '23, 12:06pm -
Comment