You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: What version of TeslaMate are you running?
121
-
placeholder: v1.24.1
134
+
placeholder: v1.33.0
122
135
validations:
123
136
required: true
137
+
138
+
- type: input
139
+
id: postgresql_version
140
+
attributes:
141
+
label: PostgreSQL version
142
+
description: What version of PostgreSQL are you running? (see Database information dashboard -> PostgreSQL Version (upper right on desktop) or database -> image section in your `docker-compose.yml`)
143
+
placeholder: v17.3
144
+
145
+
- type: checkboxes
146
+
attributes:
147
+
label: Are you running latest major supported PostgreSQL version?
148
+
description: |
149
+
Please ensure you are running the latest major supported PostgreSQL version by comparing your installation with the [installation docs](https://docs.teslamate.org/docs/installation/docker/).
150
+
151
+
If not, please first do a backup and follow [Upgrading PostgreSQL to a new major version](https://docs.teslamate.org/docs/maintenance/upgrading_postgres)
152
+
153
+
options:
154
+
- label: I run the latest major supported PostgreSQL version
155
+
validations:
156
+
required: true
157
+
158
+
- type: dropdown
159
+
id: reverse_proxy
160
+
attributes:
161
+
label: Are you using a reverse Proxy for TeslaMate?
162
+
options:
163
+
- "No"
164
+
- "Yes (specify in next field)"
165
+
validations:
166
+
required: true
167
+
168
+
- type: textarea
169
+
id: reverse_proxy_details
170
+
attributes:
171
+
label: Details about your reverse Proxy if applicable
172
+
description: If you use a reverse Proxy, please provide details about your setup
0 commit comments