[PR #18400] fix(server): drop old extension #15710

Closed
opened 2026-02-05 15:53:18 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/18400

State: closed
Merged: Yes


Description

Migrating from one extension to another doesn't drop the now-unused extension. This means it's included in backups and the extension needs to be available in the pg instance they restore to. It's better to make the DB independent of this extension instead.

**Original Pull Request:** https://github.com/immich-app/immich/pull/18400 **State:** closed **Merged:** Yes --- ## Description Migrating from one extension to another doesn't drop the now-unused extension. This means it's included in backups and the extension needs to be available in the pg instance they restore to. It's better to make the DB independent of this extension instead.
OVERLORD added the pull-request label 2026-02-05 15:53:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#15710