Compare commits
3 Commits
0.2.0+v1.1
...
0.3.0+v1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a9321b4b3 | |||
| 6dd3c607e3 | |||
| 81c57eb30f |
@ -27,7 +27,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.142.0"
|
- "coop-cloud.${STACK_NAME}.version=0.3.0+v1.142.0"
|
||||||
|
|
||||||
|
|
||||||
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
|
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
|
||||||
|
|||||||
14
release/0.2.1+v1.136.0
Normal file
14
release/0.2.1+v1.136.0
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
when upgrading from below 1.132.0 first need to run 1.132.0-1.136.0 first! see https://immich.app/errors/#typeorm-upgrade
|
||||||
|
|
||||||
|
### DB migration failing: multiple primary keys for table "geodata_places"
|
||||||
|
|
||||||
|
https://github.com/immich-app/immich/issues/20167
|
||||||
|
|
||||||
|
I ran into this issue while upgrading and had to remove it manually:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
abra app run immich.example.com database bash
|
||||||
|
psql -U postgres
|
||||||
|
\c immich
|
||||||
|
ALTER TABLE "geodata_places" DROP CONSTRAINT IF EXISTS "geodata_places_tmp_pkey";
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user