Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created November 8, 2021 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szeidler/d6c8cb43c6ae2a748790df9b4af8b29c to your computer and use it in GitHub Desktop.
Save szeidler/d6c8cb43c6ae2a748790df9b4af8b29c to your computer and use it in GitHub Desktop.
Upgrade solr schema on wodby
#!/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