Switching Databases #6549
-
New to TriliumNext // Trilium Notes ( Took me a few trials to figure out what is what and which repository to use) I have created 3 different docker instances. One for Personal Notes(shared with wife), one for Work Notes, and another for learning/trials and testing. As I use it, I wonder if the concept of switching databases has been considered in the interface. pull down with Create New Databased, use: existing: meetings.db, personal.DB, testDB When the database is "Switched" in the front end, then it gets to close existing database, save and use the new desired databased ( either by renaming or using the new name) -- Not sure if this is possible or difficult! Thougths? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's theoretically possible to switch databases by setting the For work/personal use cases, it might be more comfortable to use the workspaces features. Look for "Workspaces" in the in-app help (F1). |
Beta Was this translation helpful? Give feedback.
-
Thank you - Makes total Workspaces makes total sense for those use cases. thanks for the pointers and the quick answer! |
Beta Was this translation helpful? Give feedback.
It's theoretically possible to switch databases by setting the
TRILIUM_DATA_DIR
environment variable. There's no built-in UI to switch between databases.For work/personal use cases, it might be more comfortable to use the workspaces features. Look for "Workspaces" in the in-app help (F1).