Mark simplified migration command as broken for now

This commit is contained in:
asonix 2023-06-15 09:44:41 -05:00
parent aa52dd8045
commit 5a3d46845b
1 changed files with 10 additions and 9 deletions

View File

@ -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._