Upgrade to v1.6 fails when using PostgreSQL due to SQLite migration attempt #1288

Closed
opened 2026-04-05 18:45:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Blacks-Army on 7/1/2025

When upgrading Pangolin to version 1.6 using a PostgreSQL database, the container attempts to run migrations against a SQLite database. Since the SQLite database does not exist, the migration fails and the container does not start.

The startup process should check the database type before attempting any migrations, or respect the existing database configuration.

I can provide more details (logs, configuration, etc.) by tomorrow if needed.

*Originally created by @Blacks-Army on 7/1/2025* When upgrading Pangolin to version 1.6 using a PostgreSQL database, the container attempts to run migrations against a SQLite database. Since the SQLite database does not exist, the migration fails and the container does not start. The startup process should check the database type before attempting any migrations, or respect the existing database configuration. I can provide more details (logs, configuration, etc.) by tomorrow if needed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1288