mirror of https://github.com/immich-app/immich.git
fix: skip initial kysely migration for existing installs (#17690)
* fix: skip initial kysely migration for existing installs * Update docs/src/pages/errors.md --------- Co-authored-by: Alex <alex.tran1502@gmail.com>pull/17699/head
parent
6474a78b8b
commit
160bb492a2
@ -0,0 +1,5 @@
|
||||
# Errors
|
||||
|
||||
## TypeORM Upgrade
|
||||
|
||||
The upgrade to Immich `v2.x.x` has a required upgrade path to `v1.132.0+`. This means it is required to start up the application at least once on version `1.132.0` (or later). Doing so will complete database schema upgrades that are required for `v2.0.0`. After Immich has successfully booted on this version, shut the system down and try the `v2.x.x` upgrade again.
|
||||
Loading…
Reference in New Issue