mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
Mark simplified migration command as broken for now
This commit is contained in:
parent
aa52dd8045
commit
5a3d46845b
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
@ -417,16 +417,17 @@ $ pict-rs \
|
|||
-p /path/to/sled-repo
|
||||
```
|
||||
|
||||
If you are running the docker container with default paths, it can be simplified to the following:
|
||||
~~If you are running the docker container with default paths, it can be simplified to the following:~~
|
||||
_currently broken, will fix for next release candidate_
|
||||
```bash
|
||||
$ pict-rs \
|
||||
filesystem \
|
||||
object-storage \
|
||||
-e https://object-storage-endpoint \
|
||||
-b bucket-name \
|
||||
-r region \
|
||||
-a access-key \
|
||||
-s secret-key
|
||||
# pict-rs \
|
||||
# filesystem \
|
||||
# object-storage \
|
||||
# -e https://object-storage-endpoint \
|
||||
# -b bucket-name \
|
||||
# -r region \
|
||||
# -a access-key \
|
||||
# -s secret-key
|
||||
```
|
||||
|
||||
_This command must be run while pict-rs is offline._
|
||||
|
|
Loading…
Reference in a new issue