Easy to sync your site from local t
发布时间: 2013-12-21 20:16:01 作者: rapoo
Easy to sync your site from local to remote through drupal 8
Import the config.tar.gz file you get from that via /admin/config/development/configuration/full/importExport the database from your local web server using PHPmyadmin or another tool. The preferred Drupal module for that is?https://drupal.org/project/backup_migrateonce it will be ready for Drupal 8.Import the database using the same tool into the Drupal 8 site on your remote serverVoila! Everything should be synchronized. As long as you are not synchronizing content like nodes or users, you can also just use the CMI config.tar.gz file to synchronize. If in doubt or you are not a very versed Drupal user, always synchronize the database also.