mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
Include migrate example
This commit is contained in:
parent
ad7c323985
commit
dac6e5a77a
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ Running from a configuration file
|
|||
```
|
||||
$ ./pict-rs -c ./pict-rs.toml
|
||||
```
|
||||
Migrating between storage backends
|
||||
```
|
||||
$ ./pict-rs -p ./data --migrate-file ./migrate.toml
|
||||
```
|
||||
|
||||
#### Docker
|
||||
Run the following commands:
|
||||
|
|
Loading…
Reference in a new issue