yugabyte/yugabyte-db

Symlink pg_dump to the bin directory

Open

#1,477 建立於 2019年6月3日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)C (1,003 fork)batch import
good first issuekind/bugkind/improve-ux

倉庫指標

Star
 (8,229 star)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 92 個 PR)

描述

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?

貢獻者指南