From 77a557547ed5bfa6a0857c6fbdeea94f4d35399a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 30 Aug 2023 12:56:08 -0700 Subject: [PATCH] docs: add arch migration commands Signed-off-by: Varun Patil --- docs/troubleshooting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index b01fc011..1be8b51a 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -100,3 +100,15 @@ On Postgres, the syntax for dropping the index is: ```sql DROP INDEX IF EXISTS memories_parent_mimetype; ``` + +### Moving from x86 to ARM or vice versa + +In this case you need to reset the paths to the architecture specific binaries. + +```bash +occ config:system:delete memories.exiftool +occ config:system:delete memories.vod.path +occ config:system:delete memories.vod.ffmpeg +occ config:system:delete memories.vod.ffprobe +occ maintenance:repair +```