Skip to main content
Migrate Mediawiki installation
Old server
backup existing database - mysql dump
copy files folder frp, public_html
New Server
create new database, with same name/username
restore into new database - mysql -u username -p new_database < data-dump.sql source
copy files to public_html
edit LocalSettings.php: $wgServer - update to new URL