Commit 897ce8af15f91a43963ae62f7e0af04696972178

Authored by Lucas D'Avila
1 parent a4b40eff
Exists in master

Adicionado script para inicializar / parar cluster postgres via pgvm

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
ieducar/scripts/db.sh 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +version=`pgvm list | grep -o 8.2.[0-9][0-9]`
  2 +
  3 +pgvm use $version
  4 +pgvm cluster $1 main
... ...