How to get all the information, product photos, settings, etc ... from one magenta to another?
A backup feature that is apparently not very good.
Using SSH, you can take the following steps to back up and move Magento to a new site.
Make sure you are in root purple when you run the following commands
MySQL database backup
mysqldump -h DBHOST -u DBUSER -pDBPASS DBNAME> data.sqlDBHOST - Database host name, usually just localhost DBUSER - Database user with access rights to the database DBPASS - The password for the database user DBNAME - The name of the database that Magento is using
mysqldump -h DBHOST -u DBUSER -pDBPASS DBNAME> data.sql
DBHOST - Database host name, usually just localhost DBUSER - Database user with access rights to the database DBPASS - The password for the database user DBNAME - The name of the database that Magento is using
Backing up the media directory with all product photos
tar -cvf media.tar media / *
cd app/design/frontend/default/tar -cvf app.tar mytheme/
cd app/design/frontend/default/
tar -cvf app.tar mytheme/
mytheme
cd skin/frontend/default/tar -cvf skin.tar mytheme/
cd skin/frontend/default/
tar -cvf skin.tar mytheme/
, :
/ .. /local.xml
, ,
, phpmyadmin :
mysql -h DBHOST -u DBUSER -pDBPASS DBNAME < data.sql
Magento - PHP - Magento .
Magento , .
subversion or git, and a database dump makes it easy ... the only thing you need to change is moving domains so that the config_core_resource table is updated to the new url and local.xml with new db login information if necessary
Source: https://habr.com/ru/post/1732636/More articles:Auto Casting in Scala - scalaNormal - RPN conversion - javajQuery Pagination - как адаптироваться к другому формату - jqueryAll the famous SA username in SQLSERVER: can it be used in different ways? - c #Implement Daemon on ASP.NET/C#/IIS? - c #What is an effective way to move data from one open browser tab to another? - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1732638/silverlight-or-wpf-for-a-little-winformsdesktop-type-application&usg=ALkJrhhM5LDrV75QEqQUhwL5gkRUbNDGEQВалидация не работает с ViewModel - c#Goal C - Writing NSString to plist - objective-cIphone sdk countdown timer? - iphoneAll Articles