Lukas
Lukas
RRuntipi
Created by Lukas on 10/14/2024 in #🙋🏼・help
Homebox error - Unable to start
homebox | 4:02PM ERR ../go/src/app/app/api/main.go:122 > failed creating schema resources error="sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14)" driver=sqlite url=/data/homebox.db?_pragma=busy_timeout=2000&_pragma=journal_mode=WAL&_fk=1
homebox | panic: sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14)
homebox |
homebox | goroutine 1 [running]:
homebox | main.main()
homebox | /go/src/app/app/api/main.go:67 +0x70
homebox | 4:02PM ERR ../go/src/app/app/api/main.go:122 > failed creating schema resources error="sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14)" driver=sqlite url=/data/homebox.db?_pragma=busy_timeout=2000&_pragma=journal_mode=WAL&_fk=1
homebox | panic: sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14)
homebox |
homebox | goroutine 1 [running]:
homebox | main.main()
homebox | /go/src/app/app/api/main.go:67 +0x70
This is not a memory problem since I currently only use 25% of the 16GB RAM I have dedicated to the VM
3 replies
RRuntipi
Created by Lukas on 10/10/2024 in #🙋🏼・help
Migrating data from plain Docker to Runtipi
Now from reading the documentation I understood that I can define a custom app data path. This is not the problem, but much rather using the current data for Runtipi. Can I just replace my docker compose files with the ones from the Runtipi app store and Runtipi will pick them up or does that create issues? I want to avoid doing an actual DB migration since it's on the same system Structure:
-metube/compose.yml
-paperless/compose.yml
-immich/compose.yml
...
-metube/compose.yml
-paperless/compose.yml
-immich/compose.yml
...
6 replies