mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +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
|
-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
|
```bash
|
||||||
$ pict-rs \
|
# pict-rs \
|
||||||
filesystem \
|
# filesystem \
|
||||||
object-storage \
|
# object-storage \
|
||||||
-e https://object-storage-endpoint \
|
# -e https://object-storage-endpoint \
|
||||||
-b bucket-name \
|
# -b bucket-name \
|
||||||
-r region \
|
# -r region \
|
||||||
-a access-key \
|
# -a access-key \
|
||||||
-s secret-key
|
# -s secret-key
|
||||||
```
|
```
|
||||||
|
|
||||||
_This command must be run while pict-rs is offline._
|
_This command must be run while pict-rs is offline._
|
||||||
|
|
Loading…
Reference in a new issue