I have a Bluesky PDS running successfully. Now I’m trying to set up GoToSocial, an ActivityPub server that also uses sqlite. When I run

sudo docker compose up -d

I get the following error in the docker log for GoToSocial:

Error executing command: error creating dbservice: sqlite ping: Unable to open the database file (SQLITE_CANTOPEN)

Is this more likely to be a conflict between the two docker applications or something specific to GoToSocial? (I’ve gone through the sqlite issues I’ve been able to find in GoToSocial’s GitHub.)

If something to do with running sqlite in two containers, do you have any tips to resolve the issue?

  • @jaderoOP
    link
    23 months ago

    Ok, thanks. I was hoping that it was specific to GTS, because that’s more my speed. I’ve been through the docs, but obviously not carefully enough! I’ll give it another go…