We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4405e5 commit 6bb44feCopy full SHA for 6bb44fe
README.md
@@ -12,6 +12,7 @@
12
## Migratiing from 1.x to 2.x
13
14
```bash
15
+ddev stop
16
ddev add-on get ddev/ddev-solr
17
ddev add-on get ddev/ddev-drupal-solr
18
ddev restart
install.yaml
@@ -22,6 +22,8 @@ pre_install_actions:
22
sed -i 's/FastLRUCache/CaffeineCache/g; s/LRUCache/CaffeineCache/g; s/LFUCache/CaffeineCache/g; s/FastLRUCache/CaffeineCache/g' "$file"
23
fi
24
done
25
+ echo "Removing old solr volume ..."
26
+ docker volume rm ddev-`ddev status | grep Project: | cut -d ' ' -f 3`_solr
27
echo "Removing solr/docker-entrypoint-initdb.d ..."
28
rm -rf solr/docker-entrypoint-initdb.d
29
echo "... migration finished."
0 commit comments