ssbc / ssb-first-aid-kit

A user-friendly app for diagnosing and fixing problems with your Scuttlebutt installation
GNU Affero General Public License v3.0
15 stars 3 forks source link

Warn users to only delete indexes if all clients are closed #20

Open Powersource opened 4 years ago

Powersource commented 4 years ago

https://github.com/ssbc/patchwork/issues/1237#issuecomment-575938456

We try to detect if a client is running and if we detect it we don't let the user delete the indexes. But sometimes the connection doesn't work, so we should also add a textual warning.

I don't know how bad deleting the indexes with a running client actually is, it's probably not super bad but we should avoid it if possible.