This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-25
Channels
- # asami (5)
- # babashka (38)
- # beginners (116)
- # calva (65)
- # chlorine-clover (4)
- # cider (8)
- # cljfx (6)
- # cljsrn (7)
- # clojure (18)
- # clojure-australia (1)
- # clojure-europe (49)
- # clojure-spec (6)
- # clojure-uk (4)
- # clojurescript (3)
- # clojureverse-ops (13)
- # core-async (2)
- # cryogen (1)
- # cursive (9)
- # datahike (32)
- # fulcro (3)
- # gratitude (17)
- # malli (4)
- # music (3)
- # nrepl (8)
- # off-topic (14)
- # releases (2)
- # rewrite-clj (3)
- # shadow-cljs (4)
- # vrac (1)
- # xtdb (4)
I am getting started with Site - (Still Crux as far as I can tell) I get the following Error:
Execution error (IndexVersionOutOfSyncException) at crux.kv.index-store/check-and-store-index-version (index_store.clj:347).
Index version on disk: 17 does not match index version of code: 18
I think that I either just need to nuke the index and let it rebuild or else reset the index but I’m not sure how to do it
You're right about nuking the index. In the default RocksDB setup, the directory is named idxs
Look in your .config/site/config.edn
to confirm where that directory is located on your system
Just delete it and restart Site. The idxs will reappear, but could take a few minutes before every resource is available to give it some time. I sometimes watch the output of du -sh idxs
to know when they're back.