Skip to main content

Posts

Showing posts with the label Magento 2

Deploy Magento 2 application to another server

Take the database backup. Import the database to the new server. Change base URL in the imported database. In table core_config_data In Path column: web/unsecure/base_url, web/secure/base_url Run the following commands:  bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:flush sudo chmod -R 777 var/