Skip to content

Commit

Permalink
remove support for old postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman authored and ibizaman committed Jan 2, 2025
1 parent 2d63ef8 commit 4d1e393
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Template:
## User Facing Backwards Compatible Changes
## Fixes
## Other Changes
-->
Expand All @@ -19,6 +21,14 @@ Template:
- Add dashboard for SSL certificates validity
and alert they did not renew on time.

## Fixes

- Only enable php-fpm exporter when php-fpm is enabled.

## Breaking Changes

- Remove upgrade script from postgres 13 to 14 and 14 to 15.

# v0.2.7

## New Features
Expand Down
3 changes: 1 addition & 2 deletions modules/blocks/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ in
(debugConfig cfg.debug)
{
environment.systemPackages = lib.mkIf config.services.postgresql.enable [
(upgrade-script 13 14)
(upgrade-script 14 15)
(upgrade-script 15 16)
(upgrade-script 16 17)
];
}
]);
Expand Down

0 comments on commit 4d1e393

Please sign in to comment.