Skip to content
Discussion options

You must be logged in to vote

Don't hand-edit the storage dirs while Electric is running — its LSM-style state in state/ and the shape metadata in meta/ must stay consistent or clients see phantom shapes. Safe path: stop Electric, remove the shape subdir under shapes/<shape_id>/, then the corresponding entry in meta/shapes.db (or wipe meta/ entirely if you don't mind re-syncing all clients). The DELETE API is idempotent and costs very little — scripting it over stale shapes is usually cleaner than filesystem surgery.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JarvisH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants