Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #526 BUGFIX - Postgres init - Only match first major number of postgres #522

Closed
wants to merge 1 commit into from

Commits on Jul 24, 2023

  1. Only match first major number of postgres

    `postgres --version` returns:
    postgres (PostgreSQL) 13.10
    
    Which the regex matches both the 13 and the 10 and caused postgres init to attempt to update the database version and then fail.
    clickthisnick authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    447582e View commit details
    Browse the repository at this point in the history