Skip to content

Instantly share code, notes, and snippets.

@starkayc
Created March 3, 2025 02:36
Show Gist options
  • Select an option

  • Save starkayc/4b3ffdeedd9699138259669e8287d497 to your computer and use it in GitHub Desktop.

Select an option

Save starkayc/4b3ffdeedd9699138259669e8287d497 to your computer and use it in GitHub Desktop.
Rustlog DB Error

Fix Rustlog TABLE_ALREADY_EXISTS Error

Fix for username_history rustlog db error.

docker compose exec clickhouse clickhouse-client -q "DROP TABLE rustlog.username_history"

Fix for message_structured rustlog db error.

docker compose exec clickhouse clickhouse-client -q "DROP TABLE rustlog.message_structured"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment