mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
c20ed80dc4
* github: Update issue templates * wip * wip
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.
|