Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fly-apps/postgres-ha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.28
Choose a base ref
...
head repository: fly-apps/postgres-ha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.29
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 2, 2022

  1. Provide stolonctl environment variables to shells (#79)

    Fixes #13.  We want to set the environment variables
    stolonctl expects (STOLONCTL_CLUSTER_NAME, etc.) on shells
    so users can fly ssh console in and run stolonctl to more
    easily administrate their cluster.
    
    Those environment variables are written to a file at
    /data/.env by the "start" Go program after the defaults
    are set.
    
    Unfortunately, the shell that is created by hallpass appears to be
    hard coded to /bin/sh, is not a login shell nor controllable by
    /etc/passwd, so our best option is to use the POSIX ENV variable.
    Jacob Greenleaf authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    aa228da View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    9ef05f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from fly-apps/exec-into-bash

    Exec Bash just after sourcing stolon env
    dangra authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9864b5f View commit details
    Browse the repository at this point in the history
  3. Bump Stolon to 8f81589

    dangra committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4485606 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83 from fly-apps/bump-stolon

    Bump Stolon to 8f81589
    dangra authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9cc6dff View commit details
    Browse the repository at this point in the history
Loading