mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +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
|
$ ./pict-rs -c ./pict-rs.toml
|
||||||
```
|
```
|
||||||
|
Migrating between storage backends
|
||||||
|
```
|
||||||
|
$ ./pict-rs -p ./data --migrate-file ./migrate.toml
|
||||||
|
```
|
||||||
|
|
||||||
#### Docker
|
#### Docker
|
||||||
Run the following commands:
|
Run the following commands:
|
||||||
|
|
Loading…
Reference in a new issue