Browse Source

new: [postgres] compatibility with new compose 1.2.0

framadate
Valentin Lab 5 years ago
parent
commit
f3bbef1cf4
  1. 5
      postgres/lib/common

5
postgres/lib/common

@ -16,6 +16,10 @@ is_db_locked() {
}
_set_server_db_params() {
server_docker_opts+=()
}
_set_db_params() {
local docker_ip="$1" docker_network="$2"
@ -25,6 +29,7 @@ _set_db_params() {
"-e" prefix_pg_local_command=' ')
db_cmd_opts+=()
check_command="SELECT 1;"
}
ddb () { dcmd psql -qAt "$@"; }

Loading…
Cancel
Save