暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

EDB Postgres 13在Oracle Linux 7.8上的安装

原创 eternity 2022-08-17
442

在今天的文章中,我将讨论在Oracle Linux 7.8上安装EDB Postgres 13。

首先,我们安装安装前需要安装的软件包。

[root@testdb ~]# yum install xterm
[root@testdb ~]# yum install konsole 
veya 
[root@testdb ~]# yum install gnome-terminal
复制

我们加载存储库配置文件。

[root@testdb ~]# yum -y install https://yum.enterprisedb.com/edbrepos/edb-rep
复制

安装完成后,我们进入edb。repo文件,并输入注册的edb用户名和密码。如果您以前没有注册,您必须注册。

[root@testdb ~]# cd /etc/yum.repos.d/
[root@testdb ~]# vi edb.repo
baseurl=https://<username>:<password>@yum.enterprisedb.com/edb/redhat/rhel-$releasever-$basearch
复制

我们安装EDB所需的服务器。

[root@orcl ~]# yum -y install edb-as13-server
复制

安装EDB服务器后,我们启动数据库集群。

[root@orcl ~]# PGSETUP_INITDB_OPTIONS="-E UTF-8/usr/edb/as13/bin/edb-as-13-s
复制

我们启动数据库服务器并连接到数据库。

[root@orcl ~]# systemctl start edb-as-13
[root@orcl ~]# su - enterprisedb
-bash-4.2$ psql postgres
复制

EDB Postgres安装完成。我希望这将是一份有用的文件。

原文标题:EDB Postgres 13 Installation on Oracle Linux 7.8
原文作者:Melek Durdu
原文链接:https://dbtut.com/index.php/2022/03/22/edb-postgres-13-installation-on-oracle-linux-7-8

最后修改时间:2022-08-18 16:33:32
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论