Lukas
Lukas
RRuntipi
Created by Lukas on 5/16/2025 in #🙋🏼・help
Update from 3.x to 4.0.0 - Database(s) not recognized
I followed the update guide on the Website and still have the "migration-backups" folder so all data is (or should) be backed up. But I don't understand why none of the databases are recognized. Wallos does not output an error in the logs, but when I open it instead of asking for a login, it asks for registration since no account is found. Hammond, Audiobookshelf and Jellyfin behave similarly but they do have interesting log outputs, mostly some sort of "Invalid Token" error message. My OS is Ubuntu Server 22.04 consists of a Proxmox virtual CPU, 20 GB of ram and 250GB of SSD and 12TB of HDD storage.
77 replies
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