配置PostgreSQL节点
Basic Configuration of PostgreSQL Data Node
配置要求
在进行配置之前,请务必检查您的PostgreSQL 数据节点是否符合平台要求,参考如下:
版本要求
1.数据源JDBC模式支持PostgreSQL 9.x、10.x、11.x、12.x、13.x版本;
2. 数据源wal2json模式支持PostgreSQL 9.4+、10.x、11.x、12.x、13.x版本,不支持PostgreSQL只读库;
3. 目的地JDBC模式暂无版本要求;
权限要求
JDBC读取:相关视图和表的 select 权限;
wal2json读取:PostgreSQL replication 角色、PostgreSQL login 角色,需要同步的表的 select权限;
JDBC写入:create table、alter table、drop table、create index、truncate table、insert、delete、update
其他要求
暂无
操作步骤
新建弹窗界面选择了PostgreSQL节点类型之后,显示PostgreSQL的基本信息配置模板:
版本:PostgreSQL 9.4、PostgreSQL 9.5、PostgreSQL 9.6、PostgreSQL 10.1、PostgreSQL 10.2、PostgreSQL 10.3、PostgreSQL 10.4、PostgreSQL 10.5、PostgreSQL 10.6、PostgreSQL 10.7、PostgreSQL 10.8、PostgreSQL 10.9、PostgreSQL 10.10、PostgreSQL 10.11、PostgreSQL 10.12、PostgreSQL 10.13、PostgreSQL 10.14、PostgreSQL 10.15、PostgreSQL 10.16、PostgreSQL 10.17、PostgreSQL 11.0、PostgreSQL 11.2、PostgreSQL 11.3、PostgreSQL 11.4、PostgreSQL 11.5、PostgreSQL 11.6、PostgreSQL 11.7、PostgreSQL 11.8、PostgreSQL 11.9、PostgreSQL 11.10、PostgreSQL 11.11、PostgreSQL 11.12、PostgreSQL 12.0、PostgreSQL 12.1、PostgreSQL 12.2、PostgreSQL 12.3、PostgreSQL 12.4、PostgreSQL 12.5、PostgreSQL 12.6、PostgreSQL 12.7、PostgreSQL 13.0、PostgreSQL 13.1、PostgreSQL 13.2、PostgreSQL 13.3;
服务器地址:输入连接数据节点的域名或IP地址。例如192.168.2.11或datapipeline.com
端口:输入连接数据节点的端口值
数据库名称:要求连接数据库的名称
Schema目录:要求输入数据节点读取目录地址
选项一:public(默认)
选项二:用户可输入自定义选项
允许输入多个Schema,多个Schema可用英文逗号分隔
用户名和密码:输入可访问该数据节点的用户名和密码
注意事项
最后更新于
这有帮助吗?