From 72a03e5b3cade9ee4404e9dfd09c656f22b24a0a Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Fri, 6 Dec 2024 15:42:11 +0000 Subject: [PATCH] docs: add warning about mixing released/git code on the same data set --- requirement-and-installation/build-from-source.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirement-and-installation/build-from-source.md b/requirement-and-installation/build-from-source.md index 3e9547f..10caa90 100644 --- a/requirement-and-installation/build-from-source.md +++ b/requirement-and-installation/build-from-source.md @@ -1,5 +1,12 @@ # Build from Source +:::warning +Please note that you should not switch between running unreleased code +from git branches and official releases of Rotki on the same [data +set](../usage-guides/data-directory.md), as unreleased code does not +provide guarantees around forward-compatibility of data schemas etc. +::: + ## Prerequisites Before starting, ensure you have the following installed: