#Seerr appdata size

18 messages · Page 1 of 1 (latest)

alpine folio
#

Quick question on container size. I have an existing Overseerr container running. I have image caching enabled and the container size is 722MB. I just spun up a preview-seer container and without caching enabled the container is already 1.48GB. Should this big of a size difference be expected?

timid aurora
#

No. Check what is taking up the size

#

Mine is 700mb as well

alpine folio
#

1.2G ./node_modules

timid aurora
#

Oh you meant the container size?

#

Not the config folder?

#

If so thats normal

#

Also preview-seerr is severely outdated

#

You should be using seerr develop tag

alpine folio
#

got it switching now

#

that didn't go well

#

node:events:497
throw er; // Unhandled 'error' event
^

Error: EACCES: permission denied, open '/app/config/logs/seerr-2025-12-21.log'
Emitted 'error' event at:
at WriteStream.<anonymous> (/app/node_modules/.pnpm/file-stream-rotator@0.6.1/node_modules/file-stream-rotator/FileStreamRotator.js:697:15)
at WriteStream.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -13,
code: 'EACCES',
syscall: 'open',
path: '/app/config/logs/seerr-2025-12-21.log'
}

Node.js v22.20.0
npm notice
npm notice New major version of npm available! 10.9.3 -> 11.7.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.7.0
npm notice To update run: npm install -g npm@11.7.0
npm notice

seerr@0.1.0 start
NODE_ENV=production node dist/index.js

2025-12-22T04:39:33.278Z [info]: Commit Tag: 3ee69663dcfa9f1566426539c66fa332d7a5cec9
2025-12-22T04:39:34.076Z [info]: Starting Seerr version develop-3ee69663dcfa9f1566426539c66fa332d7a5cec9

** Press ANY KEY to close this window **

GitHub

11.7.0 (2025-12-09)
Features

b380d15 #8697 add deduping to notices unless in verbose+ mode (@owlstronaut)

Bug Fixes

4ebb831 #8839 updates hints to use cli paradigm (@owlstronaut)
7896e51 #8838 u...

timid aurora
#

Link

#

In #seerr-beta

#

You need to change the perms of config folder

alpine folio
#

I need to do that even if starting the container from scratch?

timid aurora