Include migrate example

This commit is contained in:
Aode (lion) 2021-11-01 10:46:14 -05:00
parent ad7c323985
commit dac6e5a77a

View file

@ -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: