From 69d74a13c377251b66efa67a7e60239aa1a2bd99 Mon Sep 17 00:00:00 2001 From: liyao Date: Sun, 24 Sep 2023 15:31:54 +0800 Subject: [PATCH] Update ascii diagram in pitr README.md --- pitr/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pitr/README.md b/pitr/README.md index 2955f9d6..265361ae 100644 --- a/pitr/README.md +++ b/pitr/README.md @@ -6,6 +6,7 @@ This is a cli tool for point-in-time recovery of Apache ShardingSphere and OpenG Before you start, you need to prepare at least three servers, set the running environment and deploy required softwares respectively. The topology is: +```shell +------------------------------+ +------------------+ | | | OpenGauss Server | | Apache ShardingSphere Proxy | | Pitr Agent | @@ -13,6 +14,7 @@ Before you start, you need to prepare at least three servers, set the running en | Pitr Cli (aka `gs_pitr`) | | OpenGauss Server | | | | Pitr Agent | +------------------------------+ +------------------+ +``` ### Servers