feat(packaging): include pglogical_create_subscriber in release packages#2
Merged
Merged
Conversation
…criber Add complete feature specification for including the pglogical_create_subscriber executable in all release packages (Windows MSI/ZIP, Linux tar.gz, macOS tar.gz). Includes: - spec.md with 4 user stories and 8 functional requirements - plan.md with implementation scope and constitution checks - research.md with technical decisions for WiX, GitHub Actions, install.sh - quickstart.md with verification guide and expected package layouts - tasks.md with 11 implementation tasks organized by user story - requirements checklist confirming spec readiness
Add the pglogical_create_subscriber executable to all release packages: - Linux/macOS tar.gz: bin/ directory with executable - Windows ZIP: bin/ directory with executable - Windows MSI: BINDIR component in WiX installer Update install.sh to detect BINDIR via pg_config and install executables from package bin/ directory to PostgreSQL bin/. Update packaging READMEs to document the bundled utility.
Verify each package type includes the executable correctly: - Linux/macOS tar.gz: check bin/ exists, permissions, --help works - Windows ZIP: check bin/ exists, exe present, --help works - Windows MSI: verify exe installed to bin/, --help works post-install Fails release build if any verification check fails.
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.
Summary
pglogical_create_subscriberexecutable to all release packages (Linux, macOS, Windows ZIP/MSI)install.shto install executables frombin/directoryTest plan
bin/pglogical_create_subscriberexists in Linux tar.gzbin/pglogical_create_subscriberexists in macOS tar.gzbin\pglogical_create_subscriber.exeexists in Windows ZIPpglogical_create_subscriber --helpafter installation