Created
November 8, 2021 10:51
-
-
Save szeidler/d6c8cb43c6ae2a748790df9b4af8b29c to your computer and use it in GitHub Desktop.
Upgrade solr schema on wodby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Remove existing core with data | |
make delete core=default -f /usr/local/bin/actions.mk | |
# Add new core based on search_api_solr module version | |
make create core=default config_set=search_api_solr_4.2.1 -f /usr/local/bin/actions.mk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment