You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have updated wikijs to last version and now it fails to start. I was running a sqlite version i think before.
root@wikijs:/opt/wikijs# service wikijs status
× wikijs.service - Wiki.js
Loaded: loaded (/etc/systemd/system/wikijs.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2025-09-13 09:31:40 CEST; 13min ago
Duration: 380ms
Process: 353 ExecStart=/usr/bin/node server (code=exited, status=1/FAILURE)
Main PID: 353 (code=exited, status=1/FAILURE)
CPU: 449ms
Sep 13 09:31:40 wikijs systemd[1]: wikijs.service: Scheduled restart job, restart counter is at 5.
Sep 13 09:31:40 wikijs systemd[1]: Stopped wikijs.service - Wiki.js.
Sep 13 09:31:40 wikijs systemd[1]: wikijs.service: Start request repeated too quickly.
Sep 13 09:31:40 wikijs systemd[1]: wikijs.service: Failed with result 'exit-code'.
Sep 13 09:31:40 wikijs systemd[1]: Failed to start wikijs.service - Wiki.js.
root@wikijs:/opt/wikijs#
/opt/wikijs
drwxr-xr-x 8 root root 4096 Sep 10 14:06 assets
-rw-r--r-- 1 root root 4933 Sep 10 14:06 config.sample.yml
-rw-r--r-- 1 root root 161 Sep 10 14:06 config.yml
drwxr-xr-x 5 root root 4096 Sep 10 14:06 data
-rw-r--r-- 1 root root 1564672 Sep 10 14:06 db.sqlite
-rw-r--r-- 1 root root 34520 Sep 10 14:06 LICENSE
drwxr-xr-x 958 root root 36864 Sep 10 14:06 node_modules
-rw-r--r-- 1 root root 12324 Sep 10 14:06 package.json
drwxr-xr-x 17 root root 4096 Sep 10 14:06 server
config file:
bindIP: 0.0.0.0
port: 3000
db:
type: sqlite
storage: /opt/wikijs/db.sqlite
logLevel: info
logFormat: default
dataPath: /opt/wikijs/data
bodyParserLimit: 5mb
How i can recover it ?
Beta Was this translation helpful? Give feedback.
All reactions