Update issue from 0.3.4. to 0.4 #118

Open
opened 2026-04-05 16:16:37 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @marcnesium on 10/31/2025

Describe the bug
I update the docker compose file according to the published github version. Melisearch was updated to v1.15.
Also Postgred was updated to v17.

Log from melisearch:

open-archiver-meilisearch  | 2025-10-31T16:25:27.782012Z ERROR meilisearch: error=Your database version (1.6.2) is incompatible with your current engine version (1.15.2).
open-archiver-meilisearch  | To migrate data between Meilisearch versions, please follow our guide on https://www.meilisearch.com/docs/learn/update_and_migration/updating.

Log from postgres:

open-archiver-postgres     | PostgreSQL Database directory appears to contain a database; Skipping initialization
open-archiver-postgres     | 
open-archiver-postgres     | 2025-10-31 16:32:35.064 UTC [1] FATAL:  database files are incompatible with server
open-archiver-postgres     | 2025-10-31 16:32:35.064 UTC [1] DETAIL:  The data directory was initialized by PostgreSQL version 16, which is not compatible with this version 17.6.
open-archiver-postgres exited with code 1 (restarting)

Expected behavior
There should be an autotated database migration if incompatible version steps are relesed.
At least a breaking change notification for all existing users should be published along with a working manual migration path.

System:

  • Open Archiver Version: 0.4.0

Notice:
I would love to use this project in production - it solves all my problems (on paper). Keep on making this even cooler! 🖖

*Originally created by @marcnesium on 10/31/2025* **Describe the bug** I update the docker compose file according to the published github version. Melisearch was updated to v1.15. Also Postgred was updated to v17. Log from melisearch: ``` open-archiver-meilisearch | 2025-10-31T16:25:27.782012Z ERROR meilisearch: error=Your database version (1.6.2) is incompatible with your current engine version (1.15.2). open-archiver-meilisearch | To migrate data between Meilisearch versions, please follow our guide on https://www.meilisearch.com/docs/learn/update_and_migration/updating. ``` Log from postgres: ``` open-archiver-postgres | PostgreSQL Database directory appears to contain a database; Skipping initialization open-archiver-postgres | open-archiver-postgres | 2025-10-31 16:32:35.064 UTC [1] FATAL: database files are incompatible with server open-archiver-postgres | 2025-10-31 16:32:35.064 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 16, which is not compatible with this version 17.6. open-archiver-postgres exited with code 1 (restarting) ``` **Expected behavior** There should be an autotated database migration if incompatible version steps are relesed. At least a breaking change notification for all existing users should be published along with a working manual migration path. **System:** - Open Archiver Version: 0.4.0 Notice: I would love to use this project in production - it solves all my problems (on paper). Keep on making this even cooler! 🖖
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#118