File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ for d in $DRUPAL_DIR/web/sites/default/files/tmp /tmp/private ; do
2121 $CHOWN -R nginx:nginx " $d "
2222done
2323
24- # drush -y state:set system.maintenance_mode 1 --input-format=integer
24+ drush -y state:set system.maintenance_mode 1 --input-format=integer
2525
2626# This is a workaround for a bug.
27- drush cdel core.extension module.search_api_solr_defaults || true
28- drush sql-query " DELETE FROM key_value WHERE collection='system.schema' AND name='search_api_solr_defaults';" || true
27+ # drush cdel core.extension module.search_api_solr_defaults || true
28+ # drush sql-query "DELETE FROM key_value WHERE collection='system.schema' AND name='search_api_solr_defaults';" || true
29+
2930drush php-eval " \Drupal::keyValue('system.schema')->delete('remote_stream_wrapper')" || true
3031drush php-eval " \Drupal::keyValue('system.schema')->delete('matomo')" || true
3132
@@ -48,9 +49,7 @@ if [ ! -f web/sites/default/files/generic.png ] ; then
4849 cp " web/core/modules/media/images/icons/generic.png" " web/sites/default/files/generic.png"
4950fi
5051
51- # drush -y config:import
52- # drush -y cache:rebuild
53- # drush -y state:set system.maintenance_mode 0 --input-format=integer
52+ drush -y state:set system.maintenance_mode 0 --input-format=integer
5453
5554echo " "
5655echo " "
You can’t perform that action at this time.
0 commit comments