Originally Posted by Gizmo
One issue you're going to run into is CaSe SeNsItIvItY issues, Windows installs everything with no regards to upper/lowercase in the database, whereas Linux cares about things that're capitalized; so you may end up having to go in and rename all of your tables/columns in order to migrate systems (Linux being superior)

Unless you're installing a new forum you'll not need to access install.php, upgrade.php would only be accessed during an upgrade; if you're moving then you'd insert the database via the command line and then just configure the file permissions and config.inc.php accordingly.

We are already on a linux server and going to a new server which has the latest php version etc.

I have transferred the database and are about to copy all the files over to the new server. I did run a database check on the new server and everything came up ok on it.

What files will I need to change to get it running on the new server once I have uploaded all the files?