You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to install via docker on windows, but after attempting to migrate the database i'm always met with an error response from the daemon because of bookshelves_app restarting. inspecting the logs, the error message is "Database file at path [bookshelves] does not exist. Ensure this is an absolute path to the database.". sure enough, no .sqlite file seems to be included. i'm not sure if this is an issue with docker or the files themselves, as trying out a few common solutions to this file like providing the absolute path in "DB_DATABASE" or deleting all DB lines except CONNECTION produce the same error. thanks in advance for any help.
The text was updated successfully, but these errors were encountered:
i'm trying to install via docker on windows, but after attempting to migrate the database i'm always met with an error response from the daemon because of bookshelves_app restarting. inspecting the logs, the error message is "Database file at path [bookshelves] does not exist. Ensure this is an absolute path to the database.". sure enough, no .sqlite file seems to be included. i'm not sure if this is an issue with docker or the files themselves, as trying out a few common solutions to this file like providing the absolute path in "DB_DATABASE" or deleting all DB lines except CONNECTION produce the same error. thanks in advance for any help.
The text was updated successfully, but these errors were encountered: