前言
有客户用的数据库为 PolarDB-for-PostgreSQL 11 版本,为了验证 Flink CDC 是否适配,先在本地安装一个开源版本验证一下。
版本
- PolarDB-for-PostgreSQL 11.22
源码
克隆源码,然后切换对应的分支:1
git clone https://github.com/ApsaraDB/PolarDB-for-PostgreSQL.git
或者浏览器直接下载对应分支的zip包:
https://github.com/ApsaraDB/PolarDB-for-PostgreSQL/archive/refs/heads/REL_11_STABLE.zip
安装依赖
1 | sudo yum install -y git gcc gcc-c++ make readline readline-devel zlib-devel libxml2-devel libxslt-devel openssl-devel |
编译安装
1 | ./configure --prefix=/usr/local/polardb |
