mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
24 lines
752 B
Markdown
24 lines
752 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: If you're actually looking for support, see "ask a question".
|
||
|
labels: bug, needs-triage
|
||
|
---
|
||
|
|
||
|
### Does your log mention database corruption?
|
||
|
|
||
|
If your Syncthing log reports panics because of database corruption it is
|
||
|
most likely a fault with your system's storage or memory. Affected log
|
||
|
entries will contain lines starting with `panic: leveldb`. You will need to
|
||
|
delete the index database to clear this, by running `syncthing
|
||
|
-reset-database`.
|
||
|
|
||
|
### Include required information
|
||
|
|
||
|
Please be sure to include at least:
|
||
|
|
||
|
- which version of Syncthing and what operating system you are using
|
||
|
- browser and version, if applicable
|
||
|
- what happened,
|
||
|
- what you expected to happen instead, and
|
||
|
- any steps to reproduce the problem.
|