From 4a1b902e025556eeffbf43bac594fd5c5ccf4c37 Mon Sep 17 00:00:00 2001 From: zhongjun2 Date: Wed, 22 Jul 2020 19:45:50 +0800 Subject: [PATCH] fix blog format --- .../Single-inst Deployment of openGauss Database.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/content/zh/post/jiajunfeng/Single-inst Deployment of openGauss Database.md b/content/zh/post/jiajunfeng/Single-inst Deployment of openGauss Database.md index cc77f8d9..3fdde64b 100644 --- a/content/zh/post/jiajunfeng/Single-inst Deployment of openGauss Database.md +++ b/content/zh/post/jiajunfeng/Single-inst Deployment of openGauss Database.md @@ -1,4 +1,13 @@ -+++ title = "openGauss数据库安装部署(单实例)" date = "2020-07-22" tags = ["openGauss安装部署"] archives = "2020-07" author = "贾军锋" summary = "openGauss安装部署" img = "/zh/post/jiajunfeng/img/DBlogo-20200722.png" times = "17:00" +++ ++++ +title = "openGauss数据库安装部署(单实例)" +date = "2020-07-22" +tags = ["openGauss安装部署"] +archives = "2020-07" +author = "贾军锋" +summary = "openGauss安装部署" +img = "/zh/post/jiajunfeng/img/DBlogo-20200722.png" +times = "17:00" ++++ # openGauss单机部署文档(CentOS7.6+openGauss 1.0.0)
@@ -610,4 +619,4 @@ scp -r .ssh plat2:~ scp -r .ssh plat3:~ ``` -**4> ssh登录测试**
\ No newline at end of file +**4> ssh登录测试**
-- Gitee