From 47cce3e5b878613cfe6142faa6bac8d75d9cec16 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 7 Jun 2020 10:22:59 +0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index ee855c8..294b9f0 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -38,7 +38,7 @@ In some cases it's necessary to see the database structure to be able to debug t For this Trilium supports anonymization of the database - you can trigger this in Options -> Advanced tab. -This will create a copy of your document and remove all sensitive data (currently note titles, contents, revisions, history and some of the options) while leaving all structure and metadata (e.g. date of last change). After this is done, database is [VACUUMed](https://sqlite.org/lang_vacuum.html) to make sure there's no stale sensitive data in the document file. Resulting file is stored in `anonymized` directory (placed in the [[data directory]]). You can safely attach it with your bug report. +This will create a copy of your document and remove all sensitive data (currently note titles, contents, revisions, history and some of the options, and non-system attributes) while leaving all structure and metadata (e.g. date of last change). After this is done, database is [VACUUMed](https://sqlite.org/lang_vacuum.html) to make sure there's no stale sensitive data in the document file. Resulting file is stored in `anonymized` directory (placed in the [[data directory]]). You can safely attach it with your bug report. #### Command line anonymization