<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; openGauss</title>
	<atom:link href="http://www.osyunwei.com/archives/category/config/database/opengauss/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>openEuler 22.03 LTS SP1安装部署openGauss-5.0.0</title>
		<link>https://www.osyunwei.com/archives/13686.html</link>
		<comments>https://www.osyunwei.com/archives/13686.html#comments</comments>
		<pubDate>Thu, 25 May 2023 07:54:53 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[openGauss]]></category>
		<category><![CDATA[openEuler]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13686</guid>
		<description><![CDATA[openGauss是由华为开源的一款关系型数据库，基于PostgreSQL数据库开发。 操作系统：openEuler 22.03 LTS SP1 官方网站：https://opengauss.org/zh/ 下载地址：https://opengauss.org/zh/download/ 注意：需要登录才能下载，要选择好操作系统和数据库对应的版本，这里我们选择openEuler 22.03对应的openGauss_5.0.0 企业版openGauss-5.0.0-openEuler-64bit-all.tar 操作系统安装： openEuler 22.03 LTS SP1安装配置图解教程 https://www.osyunwei.com/archives/13673.html 准备篇 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙5432端口 系统默认使用的是firewall作为防火墙，这里改为iptables防火墙。 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13686.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13686.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 7.x安装配置openGauss数据库</title>
		<link>https://www.osyunwei.com/archives/13136.html</link>
		<comments>https://www.osyunwei.com/archives/13136.html#comments</comments>
		<pubDate>Tue, 27 Dec 2022 05:39:56 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[openGauss]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=13136</guid>
		<description><![CDATA[openGauss是由华为开源的一款关系型数据库，基于PostgreSQL数据库开发。 操作系统：CentOS 7.x 官方网站：https://opengauss.org/zh/ 下载地址：https://opengauss.obs.cn-south-1.myhuaweicloud.com/3.1.0/x86/openGauss-3.1.0-CentOS-64bit-all.tar.gz 安装前系统设置 1、关闭SELINUX vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加 :wq! #保存退出 setenforce 0 #使配置立即生效 2、开启防火墙5432端口 CentOS 7.x默认使用的是firewall作为防火墙，这里改为iptables防火墙。 2.1、关闭firewall： systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl mask firewalld systemctl stop firewalld yum remove firewalld 2.2、安装iptables防火墙 yum install iptables-services #安装 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # sample configuration for iptables service [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/13136.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/13136.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
