2
0
Fork 0
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:
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 $ ./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: