-
I'm trying to build a template to reliably create a new Keystone JS instance and setting a custom location database location to more easily store it in a Docker volume. i.e. in the
A sqlite file will be created at this location but it will be empty. The empty database causes errors starting the application:
|
Beta Was this translation helpful? Give feedback.
Answered by
dcousens
Nov 6, 2024
Replies: 1 comment
-
Keystone only initializes a database when using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dcousens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Keystone only initializes a database when using
keystone dev
, the database is otherwise assumed to already exist when usingkeystone start