Issue when running "ceramic daemon"

I have this error when I try to open my ceramic daemon
Ceramic daemon failed to start up:
error: select “value” from “ceramic_config” where “option” = $1 limit $2 - column “value” does not exist

1 Like

Which version of ceramic are you using? And did you recently upgrade your ceramic node?

We’ve seen an error like this before when you have an existing indexing database that was made with an older version of Ceramic and then upgrade to the newer version. The simplest way to fix it is to delete your indexing database and re-create it from scratch, though you’ll lose all your existing ComposeDB data if you do that. If you have data that you care about and need to preserve let us know and we can walk you through the process of upgrading the database schema to the new format.