Add a Ruby script to upgrade PostgreSQL data files
This script attempts to upgrade the PostgreSQL data directory from the current version to the target version (11). It currently only works on macOS with Homebrew.
Steps for execution:
support/upgrade-postgresqlgdk reconfiguregdk restart
This script does NOT:
- Install PostgreSQL versions for you
- Update your PATH to use PostgreSQL 11
- Regenerate
Procfilewhen the first changes - Work with
asdfor Linux
Part of #952
Edited by Ash McKenzie