Skip to content

Releases: vantage-org/pg

Remove rm and interactive flags

12 Apr 17:18

Choose a tag to compare

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

26 Apr 21:01

Choose a tag to compare

v3.3.3

Don't run tasks with TTY=true

Better ping!

26 Apr 12:03

Choose a tag to compare

Use the pg_isready command instead of a blank psql connection. Much better :)

Updates to vg 3.1 plus some QOL

23 Apr 13:59

Choose a tag to compare

v3.3.1

Always put DB inside network

Better cleanup

26 Mar 15:08

Choose a tag to compare

Remove unamed volumes as well as containers

3.1.2

26 Aug 14:49

Choose a tag to compare

Add URL parts to the env as well as the full DSN. This lets users ref…

Custom images

20 Feb 11:05

Choose a tag to compare

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)

20 Feb 10:58

Choose a tag to compare

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!

18 Nov 23:37

Choose a tag to compare

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)

14 Oct 21:16

Choose a tag to compare

This release is just a test release for the main vantage repo's plugin functionality. Don't use it.