mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
feat: add S3 file storage support (#1688)
This commit is contained in:
@@ -110,7 +110,10 @@ func Restore(filename string) error {
|
||||
// Init the configFile again since the restored configuration is most likely different from the one before
|
||||
initialize.LightInit()
|
||||
initialize.InitEngines()
|
||||
files.InitFileHandler()
|
||||
err = files.InitFileHandler()
|
||||
if err != nil {
|
||||
return fmt.Errorf("could not init file handler: %w", err)
|
||||
}
|
||||
|
||||
///////
|
||||
// Restore the db
|
||||
|
||||
Reference in New Issue
Block a user