-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
Hi, I'm upgrading from 5.5.2 to 5.5.7 following Binary files migration.
After running
bin/docker-compose exec sharelatex /bin/bash -c "source /etc/overleaf/env.sh && source /etc/container_environment.sh && cd /overleaf/services/history-v1 && /sbin/setuser www-data node storage/scripts/back_fill_file_hash.mjs --report"
it reports the following error
Set UV_THREADPOOL_SIZE=16
{"name":"default","hostname":"a558f5a5bcdf","pid":32689,"level":30,"backend":"fs","msg":"Loading backend","time":"2026-01-10T00:16:30.760Z","v":0}
/overleaf/services/history-v1/node_modules/config/lib/config.js:181
throw new Error('Configuration property "' + property + '" is not defined');
^
Error: Configuration property "backupStore" is not defined
at Config.get (/overleaf/services/history-v1/node_modules/config/lib/config.js:181:11)
at file:///overleaf/services/history-v1/storage/lib/backupPersistor.mjs:16:10
at ModuleJob.run (node:internal/modules/esm/module_job:329:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:644:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5)
Node.js v22.17.0
Neither AWS S3 nor self-hosted S3 is used.
How to fix this?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels