aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/02-bug.md
blob: 03299e018ba4c094a8e0631e3dcd7d5d04705db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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.