Migrations not automatically happening #1998
Replies: 1 comment
|
Yes, this is intended. This default didn't actually change between your versions. Two supported ways to avoid the manual step:
Either way, serve exposes a |
|
Yes, this is intended. This default didn't actually change between your versions. Two supported ways to avoid the manual step:
Either way, serve exposes a |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
We recently had a minor production incident caused because database schema was out of date. It happened after upgrading Ledger from v2.3.1 to v2.4.11.
It was solved by running
ledger migratemanually. Is this intended behavior that one needs to always run migrations manually? IIRC in previous Ledger versions it was automatically done.Thank you!
All reactions