subzerocloud / subzero-cli

Tooling to aid development of subZero/PostgREST based backend APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version mismatch error

orthodoc opened this issue · comments

When running a cloned copy of the postgrest-starter-kit, get this error when running

subzero migrations init

error is: server version: 9.6.5 pg_dumpall version: 9.5.8
error message is: aborting because of server version mismatch

subzero version: 0.1.8
Native postgresql: 9.5.8 psql: 9.5.8

Mismatch between native postgresql client and postgresql server bundled in the container may cause subzero cli to abort!!

thanks for the report, i'll think if it is possible to use the pgdump from inside the container so that there is no chance for this happening.

reopening to remember and fix this

i think this was fixed some time ago.
thank you for the feedback