We have developed a dev website having URL like dev.abc.com and it has magento 2 installed and it is working fine.
Now I need to migrate it on another domain say test.abc.com for that I have done following steps:
- Dump for the website which is running for
dev.abc.com. - Rename the URL from
http://dev.abc.comtotest.abc.com. - Deleted var/cache folder
- Change the permission for var and pub folder
- Change the database credentials in app/etc/env.php
After that Front end section is working fine but admin page is blank and not opening.