From bf01b1b61ac0b57c513220cc5dd16cef9dfd573d Mon Sep 17 00:00:00 2001 From: zDEFz Date: Sun, 1 Nov 2020 17:47:48 +0100 Subject: [PATCH] needs better formatting --- Setting-Database-Path.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Setting-Database-Path.md 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