From dac6e5a77ab8f6cfd3a237f7e858d1b8a87d8ae9 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Mon, 1 Nov 2021 10:46:14 -0500 Subject: [PATCH] Include migrate example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 802fa51..f51c5f8 100644 --- a/README.md +++ b/README.md @@ -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: