You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.1.6 (#101)
Minor updates
* Using latest base images
* Updating to PostgreSQL 12.18, 13.14, 14.11, 15.6 and 16.2
* Supporting new globbing
Documentation updates
* Adding /backup volume to README
v3.1.0 (#95)
Major updates
* Adding PostgreSQL 16 and switching to use Alpine 3.19 as base
* Supporting custom ALPINE_EDITION
Development updates
* Using PostgreSQL 16 as default in run.sh
v3.0.0 (#94)
**Complete rewrite using [nushell](https://nushell.sh)**
## Major updates and breaking changes
* To enter nushell do `docker exec -it container_name nu` and type `bf-postgresql + tab` to see a complete list of functions
* All environment variables now begin `BF_PG`
## Minor updates
* Updating to PostgreSQL 12.17, 13.13, 14.10 and 15.5
## Build updates
* Updating workflows to latest versions
* Using -dev instead of -beta for development builds
## Development updates
* Enforcing LF line endings