Skip to content

Commit

Permalink
fix: fix typo of pitr readme
Browse files Browse the repository at this point in the history
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore committed Sep 1, 2023
1 parent 09dc330 commit 91329d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pitr/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# README

This is a cli tool for point-in-time recovery of Apache ShardingSphere and OpenGauss distributed database cluster.

## Prerequisition

### Servers
Expand Down Expand Up @@ -145,7 +147,7 @@ make build

```shell
scp tls.crt tls.key root@${OPENGAUSS_SERVER_1}:/home/omm/
scp tls.crt tls.key root@${OPENGAUSS_SERVER_2:/home/omm/
scp tls.crt tls.key root@${OPENGAUSS_SERVER_2}:/home/omm/
```

2. Copy binary and cert files
Expand Down

0 comments on commit 91329d8

Please sign in to comment.