Update fails / 2024-11-25T15:09:13.159Z [JOB] info: Rebuilding page tree: [ COMPLETED ] takes forever and does not finish #7453
Unanswered
fx14
asked this question in
Error / Bug Report
Replies: 2 comments 1 reply
-
|
the script seems stuck here:
Any tipps? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I solved the problem. I did a mistake by not deleting the old wiki install but just overwriting new files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to move from v2.5.281 to v2.5.305.
We have reserve proxy activated, use Github to backup our pages, use Node.JS for running the service on Linux.
I overwrote the Wiki files with the new files and restarted the service... but when running node server this is all it does:
xxx@instance-1:/var/www/wikijs$ node server/
Loading configuration from /var/www/wikijs/config.yml... OK
2024-11-25T15:09:07.969Z [MASTER] info: =======================================
2024-11-25T15:09:07.971Z [MASTER] info: = Wiki.js 2.5.305 =====================
2024-11-25T15:09:07.971Z [MASTER] info: =======================================
2024-11-25T15:09:07.971Z [MASTER] info: Initializing...
2024-11-25T15:09:08.585Z [MASTER] info: Using database driver pg for postgres [ OK ]
2024-11-25T15:09:08.589Z [MASTER] info: Connecting to database...
2024-11-25T15:09:08.614Z [MASTER] info: Database Connection Successful [ OK ]
2024-11-25T15:09:09.253Z [MASTER] warn: Mail is not setup! Please set the configuration in the administration area!
2024-11-25T15:09:09.349Z [MASTER] info: Loading GraphQL Schema...
2024-11-25T15:09:10.268Z [MASTER] info: GraphQL Schema: [ OK ]
2024-11-25T15:09:10.575Z [MASTER] info: HTTP Server on port: [ 3000 ]
2024-11-25T15:09:10.599Z [MASTER] warn: listen EADDRINUSE: address already in use 127.0.0.1:3000
2024-11-25T15:09:10.625Z [MASTER] warn: EACCES: permission denied, unlink '/var/www/wikijs/data/cache/b29b5d2ce62e55412776ab98f05631e0aa96597b.bin'
2024-11-25T15:09:10.761Z [MASTER] info: No new analytics providers found: [ SKIPPED ]
2024-11-25T15:09:10.795Z [MASTER] info: Loaded 21 authentication strategies: [ OK ]
2024-11-25T15:09:10.815Z [MASTER] info: No new comment providers found: [ SKIPPED ]
2024-11-25T15:09:10.842Z [MASTER] info: No new editors found: [ SKIPPED ]
2024-11-25T15:09:10.887Z [MASTER] info: No new loggers found: [ SKIPPED ]
2024-11-25T15:09:10.976Z [MASTER] info: No new renderers found: [ SKIPPED ]
2024-11-25T15:09:11.023Z [MASTER] info: No new search engines found: [ SKIPPED ]
2024-11-25T15:09:11.038Z [MASTER] info: Telemetry is active: [ OK ]
2024-11-25T15:09:11.091Z [MASTER] info: No new storage targets found: [ SKIPPED ]
2024-11-25T15:09:11.093Z [MASTER] info: Checking for installed optional extensions...
2024-11-25T15:09:11.109Z [MASTER] info: Optional extension git is installed. [ OK ]
2024-11-25T15:09:11.120Z [MASTER] info: Optional extension pandoc was not found on this system. [ SKIPPED ]
2024-11-25T15:09:11.131Z [MASTER] info: Optional extension puppeteer was not found on this system. [ SKIPPED ]
2024-11-25T15:09:11.132Z [MASTER] info: Optional extension sharp was not found on this system. [ SKIPPED ]
2024-11-25T15:09:11.139Z [MASTER] info: Authentication Strategy Local: [ OK ]
2024-11-25T15:09:11.152Z [MASTER] info: Authentication Strategy Google: [ OK ]
2024-11-25T15:09:11.898Z [MASTER] info: (COMMENTS/DEFAULT) Initializing...
2024-11-25T15:09:11.899Z [MASTER] info: (COMMENTS/DEFAULT) Initialization completed.
2024-11-25T15:09:11.905Z [MASTER] info: (SEARCH/POSTGRES) Initializing...
2024-11-25T15:09:11.911Z [MASTER] info: (SEARCH/POSTGRES) Initialization completed.
2024-11-25T15:09:11.933Z [MASTER] info: (STORAGE/GIT) Initializing...
2024-11-25T15:09:11.937Z [MASTER] info: (STORAGE/GIT) Checking repository state...
2024-11-25T15:09:11.961Z [MASTER] info: Purging orphaned upload files...
2024-11-25T15:09:11.962Z [MASTER] info: Syncing locales with Graph endpoint...
2024-11-25T15:09:11.963Z [MASTER] info: Fetching latest updates from Graph endpoint...
2024-11-25T15:09:11.983Z [MASTER] info: Purging orphaned upload files: [ COMPLETED ]
2024-11-25T15:09:12.149Z [MASTER] info: Fetching latest updates from Graph endpoint: [ COMPLETED ]
Loading configuration from /var/www/wikijs/config.yml... OK
2024-11-25T15:09:12.338Z [JOB] info: Rebuilding page tree...
2024-11-25T15:09:12.401Z [MASTER] info: Pulled latest locale updates for English from Graph endpoint: [ COMPLETED ]
2024-11-25T15:09:12.410Z [MASTER] info: Syncing locales with Graph endpoint: [ COMPLETED ]
2024-11-25T15:09:13.055Z [JOB] info: Using database driver pg for postgres [ OK ]
2024-11-25T15:09:13.159Z [JOB] info: Rebuilding page tree: [ COMPLETED ]
And the domain just shows:
Oops, something went wrong...
The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received undefined
Thanks for your help,
Klaus
Beta Was this translation helpful? Give feedback.
All reactions