From f46236b5c26ad6d52b45c90a56213a5871fa059b Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Mon, 5 Jun 2023 00:20:17 +0800 Subject: [PATCH] Added conditional build platforms warning --- FAQ---Frequently-Asked-Questions.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FAQ---Frequently-Asked-Questions.md b/FAQ---Frequently-Asked-Questions.md index 6e4166b..fa6157c 100644 --- a/FAQ---Frequently-Asked-Questions.md +++ b/FAQ---Frequently-Asked-Questions.md @@ -10,7 +10,7 @@ If you want to move Zoraxy to a new server, or just want to do a backup, this ca 3. Move your zoraxy-backup.tar.gz to your new server or backup destination -4. If you want to run Zoraxy on a new maschine, install it on the new maschine but DO NOT start it +4. If you want to run Zoraxy on a new machine, install it on the new machine but DO NOT start it 5. Move your backup file to the new root of Zoraxy and extract it with: @@ -18,6 +18,9 @@ If you want to move Zoraxy to a new server, or just want to do a backup, this ca 6. Start Zoraxy as usual +### IMPORTANT NOTES +Riscv64 and mipsle builds cannot be transferred cross platform with the above method as the platform is conditional build with FS based database (instead of key-value DB) to save system memory. + # Create a systemd-service for Zoraxy