2

我正在将我的数据库从 10.4 升级到 11.3,但是在使用 pg_upgrade 执行检查时,我收到以下错误:

could not load library "$libdir/uuid-ossp": ERROR:  could not access file "$libdir/uuid-ossp": No such file or directory
could not load library "$libdir/postgres_fdw": ERROR:  could not access file "$libdir/postgres_fdw": No such file or directory

我正在使用 CentOS 7 并查看是否需要先创建扩展,我尝试了以下操作并收到以下错误:

postgres=# CREATE EXTENSION postgres_fdw;
ERROR:  could not open extension control file "/pgapp/postgresql/11.3/share/extension/postgres_fdw.control": No such file or directory

因此,当我执行 postgres 页面上记录的 yum install 时,似乎没有加载 FDW 二进制文件。有没有办法单独安装这些文件,或者有另一种方法可以让它工作,以便我可以完成升级?

4

0 回答 0