You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I vaguely remembered reading about the database migration in the release notes, though I only today needed to reach for beet and was surprised that calling --help started a migration:
This isn't ideal when you're connected to a remote server over a flaky connection! It's unclear what would happen if interrupted -- with the progress reporting I'm assuming this wasn't an atomic operation. It took about 4-5 minutes to run in the end, after which I got the help I requested:
...
Migrating artpath for 1138 albums...
Migration complete: 1138 of 1138 albums updated
Usage: beet import [options]
Options:
-h, --help show this help message and exit
...
Ultimately this was a one and done, but for future migrations it would be nice to make running the migration an explicit action, e.g.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I vaguely remembered reading about the database migration in the release notes, though I only today needed to reach for
beetand was surprised that calling--helpstarted a migration:This isn't ideal when you're connected to a remote server over a flaky connection! It's unclear what would happen if interrupted -- with the progress reporting I'm assuming this wasn't an atomic operation. It took about 4-5 minutes to run in the end, after which I got the help I requested:
Ultimately this was a one and done, but for future migrations it would be nice to make running the migration an explicit action, e.g.
...or at least exclude no-op commands like
--helpfrom starting it.Beta Was this translation helpful? Give feedback.
All reactions