Trying to install with more flexible data directory. How to sqlite? #62
Unanswered
pegasusearl
asked this question in
Q&A
Replies: 1 comment
-
So your postgres issue just looks like the Linux user who started the container didn't also own the data directory. Regarding sqlite, check out Prismas documentation on setting up sqlite. You'll have to slightly modify the |
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
-
Hello, I'm someone who reinstall operating system quite frequently so I'm trying to install Briefkasten so that it will survive those reinstall. I mean the user data.
I tried to connect /var/lib/postgresql/data to my user directory. But it's stuck at initialization.
So I gave up that idea and trying to use sqlite instead but stuck at
db:push
.How to do it properly?
Personally I prefer using sqlite. Between those two, I would love a guidance to set up briefkasten using sqlite.
Which part did I do wrong?
.env
docker-compose
Beta Was this translation helpful? Give feedback.
All reactions