yugabyte/yugabyte-db

Symlink pg_dump to the bin directory

Open

#1 477 ouverte le 3 juin 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)C (1 003 forks)batch import
good first issuekind/bugkind/improve-ux

Métriques du dépôt

Stars
 (8 229 stars)
Métriques de merge PR
 (Merge moyen 17j 21h) (92 PRs mergées en 30 j)

Description

Noticed older version of pg_dump (10.5) is not compatible with our database, we get a error

pg_dump: server version: 11.2; pg_dump version: 10.5
pg_dump: aborting because of server version mismatch

And today the only way to download the pg_dump is to download the postgresql binary and untar and get it. I noticed that we have the pg_dump inside of postgres/bin directory, may be symlink it to the top level bin directory?

Guide contributeur