Releases: vantage-org/pg
Remove rm and interactive flags
This aligns the pg plugin with the v3.4.0 version of vantage that will automatically add those flags (and the TTY flag) where needed.
Don't run tasks with tty=true
v3.3.3 Don't run tasks with TTY=true
Better ping!
Use the pg_isready command instead of a blank psql connection. Much better :)
Updates to vg 3.1 plus some QOL
v3.3.1 Always put DB inside network
Better cleanup
Remove unamed volumes as well as containers
3.1.2
Add URL parts to the env as well as the full DSN. This lets users ref…
Custom images
This fixes the 3.1.0 release to make sure that the other pg tasks (ping, run etc.) all use the custom image tag as well.
Custom images (broken)
This release means that you can set the VG_PG_TAG env var in order to use which ever _/postgres compatible image you like.
For instance if you add VG_PG_TAG=postgis/postgis to your .vantage file then you'll be able to vg pg new a DB with the PostGIS extension enabled.
v3 compatible release!
This release re-writes the entire plugin to be vantage v3 compatiable. It's much nicer now.
The code is more streamlined and far less messy.
We've also removed some of the extra features that were not that useful. And added some nice new ones.
You can now run:
- new - to create a new DB
- rm - to remove databases
- dump - to save a DB dump
- restore - to restore a dump back
- run - to run a command, or to drop into a psql shell
- ping - to see if a DB is running/available
You can no longer run:
- web - this used to provide a web-based interface to the DB
- migrate - this used to run migrations in .sql files
- fixtures - this used to manage fixtures in .sql files
Pre v3 release release (don't use)
This release is just a test release for the main vantage repo's plugin functionality. Don't use it.