Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to clarify persist mount requirements #407

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GhostDog98
Copy link

Addresses #403 .

@erik-nilcoast
Copy link

This caught me up as well. Thanks.

@varunsudarshan
Copy link

varunsudarshan commented Jan 8, 2025

I tried this solution chmod 666 ./storage_data and it did not fix the error for me

My compose file looks like this

services:
  blackcandy:
    image: ghcr.io/blackcandy-org/blackcandy:latest
    container_name: blackcandy
    ports:
      - 8002:3000
    volumes:
      - ./storage_data:/app/storage
      - /media/Music:/media_data
    environment:
      VIRTUAL_HOST: blackcandy.local
      MEDIA_PATH: /media_data
      NGINX_SENDFILE: "false" # Don't forget to set `NGINX_SENDFILE` environment variable to true to enable nginx sendfile.

Error

blackcandy  | ActiveRecord::StatementInvalid: SQLite3::CantOpenException: unable to open database file (ActiveRecord::StatementInvalid)
blackcandy  | 
blackcandy  | 
blackcandy  | Caused by:
blackcandy  | SQLite3::CantOpenException: unable to open database file (SQLite3::CantOpenException)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants