Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: Ayelwen on November 02, 2018, 10:55:39 PM

Title: Help figuring out migration between one windows to another - SMF 2.0
Post by: Ayelwen on November 02, 2018, 10:55:39 PM
Topic: We have SMF 2.0 installed on a dedicated server in Atlanta, GA. I have direct RDP access. I setup up the forums like 3 years ago. New owner of the volunteer group wants to move to a newer, higher spec server. Also RDP accessed Windows server.

I'm having trouble moving the forums. Here's the important bullet points:
* Did not use XAMP or any other self installer
* No cPanel or phpMyAdmin panel
* Database is MySQL

I've done
I have added Web Server Role (IIS) to the new server
I've installed PHP via Windows Web Platform Client
Backup of Previous IIS settings (inetsrv appcmd backup)
Restore of IIS on new server (inetsrv appcmd restore backup)

I've been unable to get anything past this state to work:
Copied wwroot dir from old server to new server, nothing loads
Removed backup of wwroot and copied blank install from SMF website, nothing loads

I'm currently removing (to blank IIS) web server role, will set that back up with default settings and try the blank SMF install from the website. If I can get the New Install to work, perhaps then I can move the database and wwroot from the old server.

Is there a process thats easier than this that Im missing?
Title: Re: Help figuring out migration between one windows to another - SMF 2.0
Post by: LiroyvH on November 03, 2018, 06:53:32 AM
Just out of curiousity first, does this server run anything other than SMF that depends on Windows-specific features? If not, why not put the new server on Linux? :)

By "nothing loads", do you mean a white page/dirlist or do you mean no connection can be established? If the latter, has one looked at Windows Firewall yet? :P
Title: Re: Help figuring out migration between one windows to another - SMF 2.0
Post by: Ayelwen on November 03, 2018, 05:54:19 PM
Yes, it runs Teamspeak (which could also run on linux or etc) but also runs ArmA.

Fpr nothing loads, I've gotten 503, 404.3, and a few others. I can't rewind time so I can't really give the accurate codes. But yes, they were white error pages.
The file structure is wwroot/index.php and index.php was the top priority default document.
Title: Re: Help figuring out migration between one windows to another - SMF 2.0
Post by: Ayelwen on November 08, 2018, 06:45:53 PM
Its been 5 days, I think its okay to Bump now.

Link to Forum: http://1SFG.us

Problem: I need to move this forum from one windows server to another.
Title: Re: Help figuring out migration between one windows to another - SMF 2.0
Post by: vbgamer45 on November 08, 2018, 06:52:07 PM
Does PHP work? Is it the same PHP version do a test script like phpinfo();

I run my SMF on windows servers but using apache. But long time ago did use IIS.