Describe the bug
Executing the post-setup command in the first chapter results in errors in the application log, and does not create the databases.
To Reproduce
- Follow the first chapter up to the post-setup command and execute it
The command finishes without issue
$ moryx exec post-setup
Created databases and restarted modules.
but the logs show errors from the module restart, no feedback on the command directly though
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.
Expected behavior
As promised in the ADP, i expect the databases to be created and the modules to restart afterwards
Describe the bug
Executing the post-setup command in the first chapter results in errors in the application log, and does not create the databases.
To Reproduce
The command finishes without issue
but the logs show errors from the module restart, no feedback on the command directly though
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 14: 'unable to open database file'.Expected behavior
As promised in the ADP, i expect the databases to be created and the modules to restart afterwards