mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix version number in postgres migration example
This commit is contained in:
parent
d9c597b9a9
commit
c9d8fcb456
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ If you're running with docker-compose, this could look like the following:
|
|||
```bash
|
||||
$ sudo docker compose stop pictrs # stop the pict-rs container
|
||||
$ sudo docker compose run pictrs sh # launch a shell in the pict-rs container
|
||||
> pict-rs --version # verify pict-rs version is recent (should probably be 0.4.0 or later)
|
||||
> pict-rs --version # verify pict-rs version is recent (should probably be 0.5.0 or later)
|
||||
> pict-rs \
|
||||
migrate-repo \
|
||||
sled -p /mnt/sled-repo \
|
||||
|
|
Loading…
Reference in a new issue