74
74
- Debian packages from packages.matrix.org
75
75
- pip (from PyPI)
76
76
- Other (please mention below)
77
+ - I don't know
78
+ validations :
79
+ required : true
80
+ - type : input
81
+ id : database
82
+ attributes :
83
+ label : Database
84
+ description : |
85
+ Are you using SQLite or PostgreSQL? What's the version of your database?
86
+
87
+ If PostgreSQL, please also answer the following:
88
+ - are you using a single PostgreSQL server
89
+ or [separate servers for `main` and `state`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#databases)?
90
+ - have you previously ported from SQLite using the Synapse "portdb" script?
91
+ - have you previously restored from a backup?
92
+ validations :
93
+ required : true
94
+ - type : dropdown
95
+ id : workers
96
+ attributes :
97
+ label : Workers
98
+ description : |
99
+ Are you running a single Synapse process, or are you running
100
+ [2 or more workers](https://matrix-org.github.io/synapse/latest/workers.html)?
101
+ options :
102
+ - Single process
103
+ - Multiple workers
104
+ - I don't know
105
+ validations :
106
+ required : true
77
107
- type : textarea
78
108
id : platform
79
109
attributes :
@@ -83,17 +113,28 @@ body:
83
113
e.g. distro, hardware, if it's running in a vm/container, etc.
84
114
validations :
85
115
required : true
116
+ - type : textarea
117
+ id : config
118
+ attributes :
119
+ label : Configuration
120
+ description : |
121
+ Do you have any unusual config options turned on? If so, please provide details.
122
+
123
+ - Experimental or undocumented features
124
+ - [Presence](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#presence)
125
+ - [Message retention](https://matrix-org.github.io/synapse/latest/message_retention_policies.html)
126
+ - [Synapse modules](https://matrix-org.github.io/synapse/latest/modules/index.html)
86
127
- type : textarea
87
128
id : logs
88
129
attributes :
89
130
label : Relevant log output
90
131
description : |
91
132
Please copy and paste any relevant log output, ideally at INFO or DEBUG log level.
92
- This will be automatically formatted into code, so there is no need for backticks.
133
+ This will be automatically formatted into code, so there is no need for backticks (`\``) .
93
134
94
135
Please be careful to remove any personal or private data.
95
136
96
- **Bug reports are usually very difficult to diagnose without logging.**
137
+ **Bug reports are usually impossible to diagnose without logging.**
97
138
render : shell
98
139
validations :
99
140
required : true
0 commit comments