Conversation
Update project and wiki versions to 1.4.1 and sync OpenAPI docs. Files changed: package.json and wiki/package.json (version -> 1.4.1), api-docs/openapi.yaml and public/openapi.yaml (OpenAPI info.version -> 1.4.1), and wiki/changelog.md (added v1.4.1 entry with Docker image skyfay/dbackup:v1.4.1, also tagged as latest and v1, platforms linux/amd64 and linux/arm64; release marked "In Progress").
Remove multi-version PostgreSQL client handling and streamline to a single PostgreSQL 18 client. - Dockerfile: install only postgresql18-client, remove versioned client packages and complex symlink setup, and validate pg_dump 18 is present. This reduces image size and simplifies maintenance. - Code: delete version-utils and replace dynamic getPostgresBinary calls with direct 'pg_dump' / 'pg_restore' invocations. Adjust command logging accordingly. - Restore: add handling to surface a cosmetic warning when pg_restore 18 emits SET transaction_timeout for servers <=16 (clarifies it's non-fatal). - Changelog: document the change and CI/Docker simplification. Rationale: consolidate to a single backward-compatible client (PG18) to simplify packaging and avoid fragile multi-version symlink logic while surfacing a clear, non-fatal warning for known pg_restore behavior.
Normalize typography by replacing em-dash (—) with hyphen (-) across documentation, agent configs, OpenAPI/public specs, README, and source files (comments, UI strings, and code comments). Adds a typography rule to .github/copilot-instructions.md to enforce this style and updates a few UI fallbacks (e.g. DB size placeholder) for consistency.
Update wiki/changelog.md to document the v1.4.1 release. Added the 'PostgreSQL Client Cleanup' subtitle and changed the status from 'Release: In Progress' to 'Released: April 2, 2026'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.