joomla:restore_joomla_2.5_site_from_backup_and_migrate_it_to_joomla_3
on your host create aliases for your domain to docker machine
create virtual host on docker httpd
restore files
restore database and create user according to configuration.php
change configuration.php to conenct to localhost
look in error.log for different issues
if no other solution, overwrite all install dir with a clean joomla
-
backup dir/database as we will migrate it
prepare apache/database/dir to keep previous site available for reference
-
go to GlocalConfiguration/ServerSettings and set errorReporting to Maximum
Common issues:
add define('DS', DIRECTORY_SEPARATOR);
to index.php such old templates can work
replace JParameter with JRegistry
upload dir az zip + database, remove garbage
joomla/restore_joomla_2.5_site_from_backup_and_migrate_it_to_joomla_3.txt · Last modified: 2017/01/30 08:32 by cipibad