README.txt

Steps for creating the database dump:

cd modules/paragraphs/
git checkout 8.x-1.1
cd ../../
git checkout 8.8.0
drush si -y standard --account-pass=admin
drush en -y paragraphs_demo
drush pm-uninstall -y search_api
mkdir -p modules/paragraphs/tests/fixtures/update
php ./core/scripts/db-tools.php dump-database-d8-mysql > modules/paragraphs/tests/fixtures/update/drupal-8.8.standard.paragraphs_demo.php
gzip modules/paragraphs/tests/fixtures/update/drupal-8.8.standard.paragraphs_demo.php
cd modules/paragraphs/
git checkout 8.x-1.x


File

paragraphs/tests/fixtures/update/README.txt
View source
  1. Steps for creating the database dump:
  2. cd modules/paragraphs/
  3. git checkout 8.x-1.1
  4. cd ../../
  5. git checkout 8.8.0
  6. drush si -y standard --account-pass=admin
  7. drush en -y paragraphs_demo
  8. drush pm-uninstall -y search_api
  9. mkdir -p modules/paragraphs/tests/fixtures/update
  10. php ./core/scripts/db-tools.php dump-database-d8-mysql > modules/paragraphs/tests/fixtures/update/drupal-8.8.standard.paragraphs_demo.php
  11. gzip modules/paragraphs/tests/fixtures/update/drupal-8.8.standard.paragraphs_demo.php
  12. cd modules/paragraphs/
  13. git checkout 8.x-1.x