postgres_dba 小工具

2022-04-18 14:22:13 浏览数 (1)

The missing set of useful tools for Postgres DBA and mere mortals.

您需要 psql 版本 10 或更高版本,但 Postgres 服务器本身可能更旧——大多数工具都可以使用它。您可以在您的机器上安装 postgresql-client 库版本,例如 12,并使用它与 Postgres 服务器版本 9.6 和更早版本一起工作——在这种情况下 postgres_dba 将工作。但是您确实需要使用最新(版本 12)Postgres 版本的 psql。

代码语言:javascript复制
su - postgres


git clone https://github.com/NikolayS/postgres_dba.git
cd postgres_dba
echo '\echo 


	

0 人点赞