Updated Troubleshooting (markdown)

zadam 2020-06-07 10:22:59 +02:00
parent 487a67a39e
commit 47cce3e5b8

@ -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