docs: add arch migration commands

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/803/head
Varun Patil 2023-08-30 12:56:08 -07:00
parent f1ed890480
commit 77a557547e
1 changed files with 12 additions and 0 deletions

View File

@ -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
```