From f5b6bef19e16523a4d79784550657701059cd4b3 Mon Sep 17 00:00:00 2001 From: Jyhem Date: Tue, 21 Mar 2023 21:38:46 +0100 Subject: [PATCH] [FIX] Adapt preset path directory when the same Tiki app is installed more than once --- doc/ADMIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 60035de..34a2854 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -2,4 +2,4 @@ To ease the install process and first access, Tiki saves your uploaded files (office documents, images, pdf, etc. attached to wiki pages, forum posts, tracker items, file galleries...) by default in its database. This works perfectly in most cases but it is not the recommended setup if you need to save many thousands of files or more. -In that case, consider switching from "Store to database" to "Store to directory", which you will find in the Configuration Wizard. Please use this preset path directory: `/home/yunohost.app/tiki`. You will be able to migrate your currently uploaded files from one to the other. +In that case, consider switching from "Store to database" to "Store to directory", which you will find in the Configuration Wizard. Please use this preset path directory: `/home/yunohost.app/$app`. You will be able to migrate your currently uploaded files from one to the other.