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

[FEAT] Do not use single-user mode when initializing postgres #746

Merged
merged 3 commits into from
Jul 26, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    6ddb5c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. [REFACTOR] Rework initialization script to be more indempotent

    This change will "hide" the temporary server from the readiness checks
    in addition to not listening on a TCP port. While initializing, the
    readiness should be "not ready". It creates a temporary directory
    inside of `$DEVENV_STATE` to hold the temporary UNIX socket. It also
    overwrites `$PGHOST` to set the default for `psql` and restores the
    old value when finished. It removes the temporary socket directory
    explicitly and sets a `trap` to remove if there is an error.
    penguincoder committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0d0d699 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    7930856 View commit details
    Browse the repository at this point in the history