Upgrading an old WordPress install to a new one on a new host
Most of the time any changes that need to be done on upgrade are database related. Core files can be freely swapped pretty much. WP keeps track of this by comparing db_version option (stored in database) against the current value (from core files) on admin load. If there is mismatch it runs the upgrade routine … Read more