Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,22 @@ body:
placeholder: v1.24.1
validations:
required: true

- type: input
id: postgresql_version
attributes:
label: PostgreSQL version
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`)
placeholder: v17

- type: checkboxes
attributes:
label: Are you running latest major supported PostgreSQL version?
description: |
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/].

If not, please first do a backup and follow [Upgrading PostgreSQL to a new major version](https://docs.teslamate.org/docs/maintenance/upgrading_postgres)

options:
- label: I run the latest major supported PostgreSQL version
required: true
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#### Documentation

- chore(issue-template): add PostgreSQL version input and checkbox for latest version check in bug report template (#4643 - @JakobLichterfeld)

## [1.33.0] - 2025-03-28

As always, there are many improvements.
Expand Down
Loading