
[英]could not open extension control file "/usr/share/pgsql/extension/uuid-ossp.control": No such file or directory
我们有一个 web 应用程序内置播放框架,它使用 Postgres 9.6。 它工作正常。 但是,我们正在尝试安装 Postgres 13,因此我们的应用程序使用 Postgres 13,而不是 Postgres 9.6。 这是运行 Linux 的 Amazon Linux 2 (EC2) 机器。 ...