Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evoxmusic committed Apr 26, 2022
1 parent 803d043 commit aaf6f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ Restore the latest one into a Postgres container bound on 5433 (default: 5432) p

```shell
replibyte -c prod-conf.yaml restore local -v latest --image postgres --port 5433

To connect to your Postgres database, use the following connection string:
> postgres://postgres:password@localhost:5433/postgres
Waiting for Ctrl-C to stop the container
```

OR restore a specific one:
Expand Down

0 comments on commit aaf6f3f

Please sign in to comment.