Where is the database? #632
WolfgangFahl
started this conversation in
General
Replies: 2 comments
-
|
While you are inside docker container just type https://docs.papermerge.io/3.2/settings/database/ Default sqlite file path is /db/db.sqlite3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
indeed papermerge -b
root@ad0b25bd069a:/core_app# ls -l /db
total 240
-rw-r--r-- 1 root root 241664 Aug 24 13:14 db.sqlite3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
As asked in https://www.reddit.com/r/Papermerge/comments/1ez7n06/papermount_making_inbox_and_db_available_via_mount/ i would love to get access to the database
Info:
when i bash into the docker container
does not show anything despite the info i found that sqlite is the default storage. The peculiar thing is that when i did my first installation attempt with:
then there was an sqlite3 database. I wonder if papermerge:latest is not a misnomer since 3.0.3 seems to be the most current one.
Beta Was this translation helpful? Give feedback.
All reactions