Skip to content

Commit 176553d

Browse files
docs: for new installs, pin postgres container to debian trixie to avoid collation version mismatch (teslamate-org#4901)
* cast final result to smallint * Revert "cast final result to smallint" This reverts commit f80b62f. * for new installs, pin postgres container to debian trixie * docs: update changelog --------- Co-authored-by: Jakob Lichterfeld <jakob-lichterfeld@gmx.de>
1 parent 7a18481 commit 176553d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#### Documentation
1818

19+
- docs: for new installs, pin postgres container to debian trixie to avoid collation version mismatch (#4901 - @swiffer)
20+
1921
## [2.1.1] - 2025-08-16
2022

2123
As always, there have been many improvements. We now use the latest version of Grafana (12.1.1) and have enhanced the database migration process to include the new ascent and descent values, allowing successful migration even when entries are faulty. Previously, this prevented the migration from succeeding for some users. This highlights the importance of user feedback. Such cases never occurred in our testing.

website/docs/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively, you can use a reverse proxy (such as Traefik, Apache2 or Caddy) w
4040
- all
4141

4242
database:
43-
image: postgres:17
43+
image: postgres:17-trixie
4444
restart: always
4545
environment:
4646
- POSTGRES_USER=teslamate

website/docs/maintenance/upgrading_postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sidebar_label: Upgrading PostgreSQL
2020

2121
```yml {2}
2222
database:
23-
image: postgres:xx
23+
image: postgres:xx-trixie
2424
```
2525
2626
```bash

0 commit comments

Comments
 (0)