Version 1
[yaffs-website] / vendor / drupal / console-core / config / dist / chain / site-update.yml
diff --git a/vendor/drupal/console-core/config/dist/chain/site-update.yml b/vendor/drupal/console-core/config/dist/chain/site-update.yml
new file mode 100644 (file)
index 0000000..86a105e
--- /dev/null
@@ -0,0 +1,15 @@
+commands:
+# Drop database
+  - command: database:dump
+    arguments:
+      database: 'default'
+# Import configurations
+  - command: config:import
+# Restore Database
+  - command: update:execute
+    arguments:
+        module: 'all'
+# Rebuild caches
+  - command: cache:rebuild
+    arguments:
+        cache: 'all'