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
-
Originally posted by supra10 View PostHello, 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.
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
-
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 API
Comment
-
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
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment