Skip to content

Commit

Permalink
chore: update PostgreSQL to version 16 in flake.nix (#4135)
Browse files Browse the repository at this point in the history
* chore: update PostgreSQL to version 16 in flake.nix

* doc: update changelog
  • Loading branch information
JakobLichterfeld authored Aug 12, 2024
1 parent cabb474 commit 5ac4468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- chore: correct comment for pinned Docker login-action to version 3.2.0 (#4120 - @JakobLichterfeld)
- build(deps): bump erlef/setup-beam from 1.18.0 to 1.18.1 (#4116)
- build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#4115)
- chore: update PostgreSQL to version 16 in flake.nix (#4135- @JakobLichterfeld)

#### Dashboards

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
};
services.postgres = {
enable = true;
package = pkgs.postgresql_15;
package = pkgs.postgresql_16;
listen_addresses = "127.0.0.1";
port = postgres_port;
initialDatabases = [{ name = "teslamate"; }];
Expand Down

0 comments on commit 5ac4468

Please sign in to comment.