Skip to content

Troubleshooting

denny edited this page Nov 23, 2020 · 1 revision

Failing indices on searchkick models

Sometimes on a fresh install you'll run into this when trying to seed the database, in which case you need to run the following. src

curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
Clone this wiki locally