snapshot: Lock instances before making snapshot

This commit is contained in:
Tom Wiesing 2022-10-12 16:18:14 +02:00
parent f1c5d518c2
commit 5e7c5b2d23
No known key found for this signature in database
11 changed files with 167 additions and 0 deletions

View file

@ -58,6 +58,7 @@ func (i info) Run(context wisski_distillery.Context) error {
context.Printf("GraphDB Password: %v\n", instance.GraphDBPassword)
context.Printf("Running: %v\n", info.Running)
context.Printf("Locked: %v\n", info.Locked)
context.Printf("Last Rebuild: %v\n", info.LastRebuild.String())
context.Printf("Skip Prefixes: %v\n", info.NoPrefixes)