diff --git a/Setting-Database-Path.md b/Setting-Database-Path.md new file mode 100644 index 0000000..4d7f1d0 --- /dev/null +++ b/Setting-Database-Path.md @@ -0,0 +1,17 @@ +Windows (to be done) +*** + + + +OSx (tested on Catalina) +*** + +For setting a custom database Path, you have to set it manually. + +Specifically for OSx, that has changed, and export isn't enough. +You need to create a file under `~/Library/LaunchAgents` to load it properly each login. + +To load it manually, u need to use `launchctl setenv TRILIUM_DATA_DIR ` + +Here is a pre-defined template, where u just need to add your path to. +https://hastebin.com/egamirumix.xml \ No newline at end of file