🐛 Bug Report: Not starting after update to v1.6.0 #9

Closed
opened 2025-07-08 08:37:29 -04:00 by AtHeartEngineer · 0 comments

Originally created by @PsychotherapistSam on 7/6/2025

Reproduction steps

After updating to v1.6.0 from v1.5.0 pocket id does not start anymore
Rolling back to v1.5.0 works as expected

Expected behavior

It should start :D

Actual Behavior

See above / logs

Version and Environment

v1.6.0
Docker with this compose file:

services:
  pocket-id:
    image: ghcr.io/pocket-id/pocket-id
    restart: unless-stopped
    env_file: .env
    ports:
      - 3210:1411
    volumes:
      - ./data:/app/data
    healthcheck:
      test: curl -f http://localhost:1411/healthz
      interval: 1m30s
      timeout: 5s
      retries: 2
      start_period: 10s

Log Output

pocket-id-1 | 2025/07/06 18:48:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations
pocket-id-1 exited with code 1
pocket-id-1 | 2025/07/06 18:49:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations
pocket-id-1 exited with code 1
pocket-id-1 | 2025/07/06 18:50:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations
pocket-id-1 exited with code 1

*Originally created by @PsychotherapistSam on 7/6/2025* ### Reproduction steps After updating to v1.6.0 from v1.5.0 pocket id does not start anymore Rolling back to v1.5.0 works as expected ### Expected behavior It should start :D ### Actual Behavior See above / logs ### Version and Environment v1.6.0 Docker with this compose file: ```yaml services: pocket-id: image: ghcr.io/pocket-id/pocket-id restart: unless-stopped env_file: .env ports: - 3210:1411 volumes: - ./data:/app/data healthcheck: test: curl -f http://localhost:1411/healthz interval: 1m30s timeout: 5s retries: 2 start_period: 10s ``` ### Log Output pocket-id-1 | 2025/07/06 18:48:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations pocket-id-1 exited with code 1 pocket-id-1 | 2025/07/06 18:49:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations pocket-id-1 exited with code 1 pocket-id-1 | 2025/07/06 18:50:03 failed to run migrations: failed to apply migrations: attempt to write a readonly database (8) in line 0: DELETE FROM schema_migrations pocket-id-1 exited with code 1
AtHeartEngineer added the bug label 2025-07-08 08:37:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#9