From c5976ffd3ddc5545188b41a83cab6ca436250638 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Thu, 8 Aug 2024 10:14:56 +0000 Subject: [PATCH] deployment note --- docs/docs/Installation/linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/Installation/linux.md b/docs/docs/Installation/linux.md index 44da1d9f..f73f1fd2 100644 --- a/docs/docs/Installation/linux.md +++ b/docs/docs/Installation/linux.md @@ -93,8 +93,10 @@ sudo systemctl disable ztnet ``` ## Testing other branches +:::note +Do not test in production; use a designated testing environment. Database schemas can vary between branches, and deploying a branch instead of a release may cause issues. +::: If you want to test out a specific branch of ztnet, you can specify the branch like this, change `main` to the branch you want to test: - ```bash curl http://install.ztnet.network | sudo bash -s -- -b main ```