[PR #133] [MERGED] feature: support Postgres 18 #159

Closed
opened 2026-02-26 21:34:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/133
Author: @luizkowalski
Created: 9/27/2025
Status: Merged
Merged: 9/27/2025
Merged by: @eduardolat

Base: mainHead: support-postgres-18


📝 Commits (2)

  • 0679931 feature: support Postgres 18
  • fc636e8 Install postgres 18 tools

📊 Changes

6 files changed (+28 additions, -4 deletions)

View changed files

📝 README.md (+1 -1)
📝 docker/Dockerfile (+1 -1)
📝 docker/Dockerfile.dev (+1 -1)
internal/database/migrations/20250927000001_add_v18_to_pg_version_check_in_databases.sql (+15 -0)
📝 internal/integration/postgres/postgres.go (+8 -1)
📝 scripts/check_deps.sh (+2 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Added support for PostgreSQL 18, including version detection and tooling integration.
    • Expanded allowable database version configuration to include 18 (migration included).
  • Documentation

    • Updated feature list to reflect PostgreSQL 18 support.
  • Chores

    • Extended dependency checks to verify PostgreSQL 18 client tools (psql and pg_dump).
    • Updated Docker images/builds to install PostgreSQL 18 client.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/133 **Author:** [@luizkowalski](https://github.com/luizkowalski) **Created:** 9/27/2025 **Status:** ✅ Merged **Merged:** 9/27/2025 **Merged by:** [@eduardolat](https://github.com/eduardolat) **Base:** `main` ← **Head:** `support-postgres-18` --- ### 📝 Commits (2) - [`0679931`](https://github.com/eduardolat/pgbackweb/commit/067993153c2cbc6b6efeb1bfd2e1674748234ca6) feature: support Postgres 18 - [`fc636e8`](https://github.com/eduardolat/pgbackweb/commit/fc636e855beadbc9a0d0f6bb05b46fe665eced65) Install postgres 18 tools ### 📊 Changes **6 files changed** (+28 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docker/Dockerfile` (+1 -1) 📝 `docker/Dockerfile.dev` (+1 -1) ➕ `internal/database/migrations/20250927000001_add_v18_to_pg_version_check_in_databases.sql` (+15 -0) 📝 `internal/integration/postgres/postgres.go` (+8 -1) 📝 `scripts/check_deps.sh` (+2 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for PostgreSQL 18, including version detection and tooling integration. * Expanded allowable database version configuration to include 18 (migration included). * **Documentation** * Updated feature list to reflect PostgreSQL 18 support. * **Chores** * Extended dependency checks to verify PostgreSQL 18 client tools (psql and pg_dump). * Updated Docker images/builds to install PostgreSQL 18 client. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#159
No description provided.