backup db pre 0.16 release

This commit is contained in:
sentriz
2023-10-09 21:52:14 +01:00
parent 66a29f7e93
commit e624813d5c
2 changed files with 17 additions and 3 deletions

View File

@@ -143,6 +143,7 @@ func main() {
defer dbc.Close()
err = dbc.Migrate(db.MigrationContext{
DBPath: *confDBPath,
OriginalMusicPath: confMusicPaths[0].path,
PlaylistsPath: *confPlaylistsPath,
PodcastsPath: *confPodcastPath,