From eef276a9eccd4d05a5bd95148a89d0ad1915ae35 Mon Sep 17 00:00:00 2001 From: lijun Date: Fri, 26 Feb 2021 09:59:21 +0800 Subject: [PATCH] fix bugs --- ...\267\273\345\212\240\345\222\214\345\210\240\351\231\244.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/post/jiajunfeng/openGauss1-1-0\344\270\273\345\244\207\351\233\206\347\276\244\350\212\202\347\202\271\347\232\204\346\267\273\345\212\240\345\222\214\345\210\240\351\231\244.md" "b/content/zh/post/jiajunfeng/openGauss1-1-0\344\270\273\345\244\207\351\233\206\347\276\244\350\212\202\347\202\271\347\232\204\346\267\273\345\212\240\345\222\214\345\210\240\351\231\244.md" index 619c0fa1..82cdaaee 100644 --- "a/content/zh/post/jiajunfeng/openGauss1-1-0\344\270\273\345\244\207\351\233\206\347\276\244\350\212\202\347\202\271\347\232\204\346\267\273\345\212\240\345\222\214\345\210\240\351\231\244.md" +++ "b/content/zh/post/jiajunfeng/openGauss1-1-0\344\270\273\345\244\207\351\233\206\347\276\244\350\212\202\347\202\271\347\232\204\346\267\273\345\212\240\345\222\214\345\210\240\351\231\244.md" @@ -22,7 +22,7 @@ times = "16:30" 在上一篇文章《[openGauss 1.1.0主备部署\(1主+2备+1级联备\)](https://www.modb.pro/db/43407)》中,我们已经搭建了常见于生产环境的数据库架构\(1主2备1级联备\),如下图所示: -![](figures/1.jpg) +![](../figures/1.jpg) 本文将基于已搭建的主备环境进行集群节点的删除和添加操作,希望相关操作内容对大家有所帮助。 -- Gitee