Could not complete the operation 'Install the 'wekan' app'

Hey. How can I solve this problem? Log:

args:
app: wekan
args: domain=maindomain.tld&path=%2Fwekan&admin=podolyan&is_public=0
force: false
label: Wekan
no_remove_on_failure: false
ended_at: 2020-10-21 13:04:20.074497
env:
YNH_APP_ARG_ADMIN: podolyan
YNH_APP_ARG_DOMAIN: maindomain.tld
YNH_APP_ARG_IS_PUBLIC: 0
YNH_APP_ARG_PATH: /wekan
YNH_APP_ID: wekan
YNH_APP_INSTANCE_NAME: wekan__4
YNH_APP_INSTANCE_NUMBER: ‘4’
error: “\u0424\u0430\u0439\u043B \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442
\u0432\u0443\u0435\u0442: ‘/etc/yunohost/apps/docker/settings.yml’”
operation: app_install
related_to:

    • app
    • wekan
      started_at: 2020-10-21 13:04:19.952944
      success: false
      yunohost_version: 4.0.7.1

============

2020-10-21 09:04:19,966: INFO - Installing wekan…
2020-10-21 09:04:20,038: DEBUG - The permission database has been resynchronized
2020-10-21 09:04:20,062: INFO - Could not complete the operation ‘Create permission ‘wekan__4’’. Please provide the full log of this operation by clicking here to get help

Also I see the error:

The file does not exist: ‘/etc/yunohost/apps/docker/settings.yml’

Hello,

You are trying to install Wekan, but your log is incomplete and it refers to both Wekan and Docker. Follow the instruction “Please provide the full log of this operation by clicking here to get help” or search for the installation/permission log for Wekan, and share them here.

I have updated my question

It still does not look like the full installation or permissions update log. :confused: Can you check the Tools/Log menu in your webadmin?

  1. wekan__4 means that, somehow, you are trying to install a fourth Wekan app. Can you try to delete the previous ones first ? (I assume that you only want one, and that they are all empty)
    Either in the web admin, or through the command line:
sudo yunohost app remove wekan
sudo yunohost app remove wekan__2
sudo yunohost app remove wekan__3
sudo yunohost app remove wekan__4
  1. Regarding The file does not exist: ‘/etc/yunohost/apps/docker/settings.yml’… there is no app called docker that is working, when does this error appear? Have you installed such an app? Can you show us the list of apps installed?

I uninstalled all copies of wekan, then installed again and got the error:

Oct 21 10:14:43 wekan[58024]: /var/www/wekan/programs/server/node_modules/fibers/future.js:313
Oct 21 10:14:43 wekan[58024]: throw(ex);
Oct 21 10:14:43 wekan[58024]: ^
Oct 21 10:14:43 wekan[58024]: MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017
Oct 21 10:14:43 wekan[58024]: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
Oct 21 10:14:43 wekan[58024]: name: ‘MongoNetworkError’,
Oct 21 10:14:43 wekan[58024]: [Symbol(mongoErrorContextSymbol)]: {}
Oct 21 10:14:43 wekan[58024]: }]
Oct 21 10:14:43 wekan[58024]: at Pool. (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/topologies/server.js:438:11)
Oct 21 10:14:43 wekan[58024]: at Pool.emit (events.js:310:20)
Oct 21 10:14:43 wekan[58024]: at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/connection/pool.js:561:14
Oct 21 10:14:43 wekan[58024]: at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/connection/pool.js:994:11
Oct 21 10:14:43 wekan[58024]: at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/connection/connect.js:31:7
Oct 21 10:14:43 wekan[58024]: at callback (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/connection/connect.js:264:5)
Oct 21 10:14:43 wekan[58024]: at Socket. (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/connection/connect.js:294:7)
Oct 21 10:14:43 wekan[58024]: at Object.onceWrapper (events.js:417:26)
Oct 21 10:14:43 wekan[58024]: at Socket.emit (events.js:310:20)
Oct 21 10:14:43 wekan[58024]: at emitErrorNT (internal/streams/destroy.js:92:8)
Oct 21 10:14:43 wekan[58024]: at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
Oct 21 10:14:43 wekan[58024]: at processTicksAndRejections (internal/process/task_queues.js:84:21) {
Oct 21 10:14:43 wekan[58024]: [Symbol(mongoErrorContextSymbol)]: {}
Oct 21 10:14:43 wekan[58024]: }
Oct 21 10:14:43 systemd[1]: wekan.service: Main process exited, code=exited, status=1/FAILURE
– Subject: Unit process exited
– Defined-By: systemd
– Support: Debian -- User Support

– An ExecStart= process belonging to unit wekan.service has exited.

– The process’ exit code is ‘exited’ and its exit status is 1.
Oct 21 10:14:43 systemd[1]: wekan.service: Failed with result ‘exit-code’.
– Subject: Unit failed
– Defined-By: systemd
– Support: Debian -- User Support

– The unit wekan.service has entered the ‘failed’ state with result ‘exit-code’.

Thanks, that’s a bit more helpful. It seems there is an issue with the database server MongoDB.

Can you give the outputs of

sudo systemctl status mongod
sudo systemctl restart mongod
sudo journalctl -xe

(only the last dozen lines of the last command, anything related to mongod you see on screen)

Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]: MongoNetworkError: failed to connect to server [127.0.0.1:27017] on first connect [Error:
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:   name: 'MongoNetworkError',
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:   [Symbol(mongoErrorContextSymbol)]: {}
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]: }]
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at Pool.<anonymous> (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at Pool.emit (events.js:310:20)
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongo
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongo
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at /var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongo
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at callback (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mongo/node_mod
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at Socket.<anonymous> (/var/www/wekan/programs/server/npm/node_modules/meteor/npm-mong
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at Object.onceWrapper (events.js:417:26)
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at Socket.emit (events.js:310:20)
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at emitErrorNT (internal/streams/destroy.js:92:8)
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:     at processTicksAndRejections (internal/process/task_queues.js:84:21) {
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]:   [Symbol(mongoErrorContextSymbol)]: {}
Oct 21 10:43:29 bigdata8.ddns.net wekan[62791]: }
Oct 21 10:43:29 bigdata8.ddns.net systemd[1]: wekan.service: Main process exited, code=exited, status=1/FAILURE

What about these?

root@bigdata8:/etc# sudo systemctl status mongod
● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Wed 2020-10-21 10:49:00 EDT; 545ms ago
Docs: https://docs.mongodb.org/manual
Process: 63718 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=killed, signal=ABRT)
Main PID: 63718 (code=killed, signal=ABRT)

Oct 21 10:48:59 bigdata8.ddns.net systemd[1]: Started MongoDB Database Server.
Oct 21 10:49:00 bigdata8.ddns.net systemd[1]: mongod.service: Main process exited, code=killed, status=6/ABRT
Oct 21 10:49:00 bigdata8.ddns.net systemd[1]: mongod.service: Failed with result ‘signal’.
root@bigdata8:/etc# sudo systemctl restart mongod

So, yes, the database is failing. You have forgotten the last output, though.
Can you perform:

sudo systemctl restart mongod
journalctl -xe

and show the outputs?

Also show tail -n 30 /var/log/mongodb/mongod.log

sudo systemctl restart mongod
journalctl -xe

log:
Oct 22 02:34:29 bigdata8.ddns.net systemd[1]: wekan.service: Main process exited, code=exited, status=1/FAILURE
– Subject: Unit process exited
– Defined-By: systemd
– Support: https://www.debian.org/support

– An ExecStart= process belonging to unit wekan.service has exited.

– The process’ exit code is ‘exited’ and its exit status is 1.
Oct 22 02:34:29 bigdata8.ddns.net systemd[1]: wekan.service: Failed with result ‘exit-code’.
– Subject: Unit failed
– Defined-By: systemd
– Support: https://www.debian.org/support

– The unit wekan.service has entered the ‘failed’ state with result ‘exit-code’.
Oct 22 02:34:30 bigdata8.ddns.net sudo[89784]: admin : TTY=pts/0 ; PWD=/home/admin ; USER=root ; COMMAND=/bin/bash
Oct 22 02:34:30 bigdata8.ddns.net sudo[89784]: pam_unix(sudo:session): session opened for user root by admin(uid=0)
Oct 22 02:34:31 bigdata8.ddns.net sudo[89788]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/systemctl restart mongod
Oct 22 02:34:31 bigdata8.ddns.net sudo[89788]: pam_unix(sudo:session): session opened for user root by admin(uid=0)
Oct 22 02:34:31 bigdata8.ddns.net systemd[1]: Started MongoDB Database Server.
– Subject: A start job for unit mongod.service has finished successfully
– Defined-By: systemd
– Support: https://www.debian.org/support

– A start job for unit mongod.service has finished successfully.

– The job identifier is 456871.
Oct 22 02:34:31 bigdata8.ddns.net sudo[89788]: pam_unix(sudo:session): session closed for user root
Oct 22 02:34:32 bigdata8.ddns.net systemd[1]: mongod.service: Main process exited, code=killed, status=6/ABRT
– Subject: Unit process exited
– Defined-By: systemd
– Support: https://www.debian.org/support

– An ExecStart= process belonging to unit mongod.service has exited.

– The process’ exit code is ‘killed’ and its exit status is 6.
Oct 22 02:34:32 bigdata8.ddns.net systemd[1]: mongod.service: Failed with result ‘signal’.
– Subject: Unit failed
– Defined-By: systemd
– Support: https://www.debian.org/support

– The unit mongod.service has entered the ‘failed’ state with result ‘signal’.

tail -n 30 /var/log/mongodb/mongod.log
log:

2020-10-22T02:36:22.874-0400 F  -        [initandlisten] Got signal: 6 (Aborted).
 0x55e460a548e1 0x55e460a53efc 0x55e460a53f86 0x7fe1a66e2730 0x7fe1a65467bb 0x7fe1a6531535 0x55e45eea3543 0x55e45ebdd89c 0x55e45f04ae9b 0x55e45ebee238 0x55e45ebee69c 0x55e45ebe8312 0x55e45f01429c 0x55e45f012aac 0x55e45f012d78 0x55e45efd51f1 0x55e45ef8825a 0x55e45ef8d715 0x55e45ef6b228 0x55e45f7c2dff 0x55e45ef2dbe5 0x55e45ef310e2 0x55e45eeae599 0x7fe1a653309b 0x55e45ef2c1fa
----- BEGIN BACKTRACE -----
{"backtrace":[{"b":"55E45E18C000","o":"28C88E1","s":"_ZN5mongo15printStackTraceERSo"},{"b":"55E45E18C000","o":"28C7EFC"},{"b":"55E45E18C000","o":"28C7F86"},{"b":"7FE1A66D0000","o":"12730"},{"b":"7FE1A650F000","o":"377BB","s":"gsignal"},{"b":"7FE1A650F000","o":"22535","s":"abort"},{"b":"55E45E18C000","o":"D17543","s":"_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj"},{"b":"55E45E18C000","o":"A5189C"},{"b":"55E45E18C000","o":"EBEE9B"},{"b":"55E45E18C000","o":"A62238","s":"__wt_err_func"},{"b":"55E45E18C000","o":"A6269C","s":"__wt_panic"},{"b":"55E45E18C000","o":"A5C312"},{"b":"55E45E18C000","o":"E8829C","s":"__wt_metadata_search"},{"b":"55E45E18C000","o":"E86AAC","s":"__wt_meta_checkpoint"},{"b":"55E45E18C000","o":"E86D78","s":"__wt_metadata_set_base_write_gen"},{"b":"55E45E18C000","o":"E491F1","s":"wiredtiger_open"},{"b":"55E45E18C000","o":"DFC25A","s":"_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_"},{"b":"55E45E18C000","o":"E01715","s":"_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb"},{"b":"55E45E18C000","o":"DDF228"},{"b":"55E45E18C000","o":"1636DFF","s":"_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE"},{"b":"55E45E18C000","o":"DA1BE5"},{"b":"55E45E18C000","o":"DA50E2"},{"b":"55E45E18C000","o":"D22599"},{"b":"7FE1A650F000","o":"2409B","s":"__libc_start_main"},{"b":"55E45E18C000","o":"DA01FA","s":"_start"}],"processInfo":{ "mongodbVersion" : "4.2.10", "gitVersion" : "88276238fa97b47c0ef14362b343c5317ecbd739", "compiledModules" : [], "uname" : { "sysname" : "Linux", "release" : "4.19.0-9-amd64", "version" : "#1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07)", "machine" : "x86_64" }, "somap" : [ { "b" : "55E45E18C000", "elfType" : 3, "buildId" : "1DA4911C9E94C6040F5FBB16D67C32DC535163DD" }, { "b" : "7FFED6B84000", "path" : "linux-vdso.so.1", "elfType" : 3, "buildId" : "B6DCA650DEEE2852B4BE582D466944A3709EDADB" }, { "b" : "7FE1A6C34000", "path" : "/lib/x86_64-linux-gnu/libcurl.so.4", "elfType" : 3, "buildId" : "C82D2607D6E9A7636BAABCBCADC33FBE66A96DCC" }, { "b" : "7FE1A6C1A000", "path" : "/lib/x86_64-linux-gnu/libresolv.so.2", "elfType" : 3, "buildId" : "026C3BA167F64F631EB8781FCA2269FBC2EE7CA5" }, { "b" : "7FE1A6931000", "path" : "/lib/x86_64-linux-gnu/libcrypto.so.1.1", "elfType" : 3, "buildId" : "D533A7366B5721837C94B481C21EA2975B17DBAD" }, { "b" : "7FE1A689F000", "path" : "/lib/x86_64-linux-gnu/libssl.so.1.1", "elfType" : 3, "buildId" : "D0BBB342E72555D202DD1F2E099BEC111271C5A2" }, { "b" : "7FE1A689A000", "path" : "/lib/x86_64-linux-gnu/libdl.so.2", "elfType" : 3, "buildId" : "D3583C742DD47AAA860C5AE0C0C5BDBCD2D54F61" }, { "b" : "7FE1A6890000", "path" : "/lib/x86_64-linux-gnu/librt.so.1", "elfType" : 3, "buildId" : "5DCF98AD684962BE494AF28A1051793FD39E4EBC" }, { "b" : "7FE1A670B000", "path" : "/lib/x86_64-linux-gnu/libm.so.6", "elfType" : 3, "buildId" : "885DDA4B4A5CEA600E7B5B98C1AD86996C8D2299" }, { "b" : "7FE1A66F1000", "path" : "/lib/x86_64-linux-gnu/libgcc_s.so.1", "elfType" : 3, "buildId" : "DE6B14E57AEA9BBEAF1E81EB6772E2222101AA6E" }, { "b" : "7FE1A66D0000", "path" : "/lib/x86_64-linux-gnu/libpthread.so.0", "elfType" : 3, "buildId" : "E91114987A0147BD050ADDBD591EB8994B29F4B3" }, { "b" : "7FE1A650F000", "path" : "/lib/x86_64-linux-gnu/libc.so.6", "elfType" : 3, "buildId" : "18B9A9A8C523E5CFE5B5D946D605D09242F09798" }, { "b" : "7FE1A6CD2000", "path" : "/lib64/ld-linux-x86-64.so.2", "elfType" : 3, "buildId" : "F25DFD7B95BE4BA386FD71080ACCAE8C0732B711" }, { "b" : "7FE1A64E7000", "path" : "/lib/x86_64-linux-gnu/libnghttp2.so.14", "elfType" : 3, "buildId" : "11070FEAA71B4F7C2E5714A61B66028FA86EAE5E" }, { "b" : "7FE1A64C8000", "path" : "/lib/x86_64-linux-gnu/libidn2.so.0", "elfType" : 3, "buildId" : "93835C08B4818817E355044CEF05F7F5BA573386" }, { "b" : "7FE1A62A9000", "path" : "/lib/x86_64-linux-gnu/librtmp.so.1", "elfType" : 3, "buildId" : "F8F137851A6C9F76F2AFB296C77499E3DB004E4B" }, { "b" : "7FE1A627B000", "path" : "/lib/x86_64-linux-gnu/libssh2.so.1", "elfType" : 3, "buildId" : "4AEBD6D1D4181EACBCA6F6E30CB293A73FF25FD4" }, { "b" : "7FE1A6268000", "path" : "/lib/x86_64-linux-gnu/libpsl.so.5", "elfType" : 3, "buildId" : "E7463248F4FD5ADA5D53F36A7F11BA66C9A7DA3C" }, { "b" : "7FE1A621B000", "path" : "/lib/x86_64-linux-gnu/libgssapi_krb5.so.2", "elfType" : 3, "buildId" : "A8A22DB4384DFA17A6A486FF7960DB822976F74C" }, { "b" : "7FE1A613B000", "path" : "/lib/x86_64-linux-gnu/libkrb5.so.3", "elfType" : 3, "buildId" : "118BE45FCDE6F2645A56C8027EE2F3A25A7EC083" }, { "b" : "7FE1A6107000", "path" : "/lib/x86_64-linux-gnu/libk5crypto.so.3", "elfType" : 3, "buildId" : "699B18B4849021A396E46FF7B435D6D7497649B3" }, { "b" : "7FE1A60FF000", "path" : "/lib/x86_64-linux-gnu/libcom_err.so.2", "elfType" : 3, "buildId" : "DFFD546CDF7248805473C118886139F88BF01415" }, { "b" : "7FE1A60AB000", "path" : "/lib/x86_64-linux-gnu/libldap_r-2.4.so.2", "elfType" : 3, "buildId" : "BB745D89527164AEFAF560102C5D65D648510DEC" }, { "b" : "7FE1A609A000", "path" : "/lib/x86_64-linux-gnu/liblber-2.4.so.2", "elfType" : 3, "buildId" : "D2A2FE140BE81269B9EB1FD87DF2991B40185F48" }, { "b" : "7FE1A5E7C000", "path" : "/lib/x86_64-linux-gnu/libz.so.1", "elfType" : 3, "buildId" : "3AF7C4BCEB19B6C83F76E2822B9A23041D85F6D1" }, { "b" : "7FE1A5CF8000", "path" : "/lib/x86_64-linux-gnu/libunistring.so.2", "elfType" : 3, "buildId" : "2B976CABA5F5BF345388917673C45EE626A576D0" }, { "b" : "7FE1A5B4A000", "path" : "/lib/x86_64-linux-gnu/libgnutls.so.30", "elfType" : 3, "buildId" : "93409FFBD1E9EBFF053ADF560BBC12F1F86FDCE9" }, { "b" : "7FE1A5B11000", "path" : "/lib/x86_64-linux-gnu/libhogweed.so.4", "elfType" : 3, "buildId" : "B548A14003EE05ADA36686A3B48D1913BACD540D" }, { "b" : "7FE1A5AD9000", "path" : "/lib/x86_64-linux-gnu/libnettle.so.6", "elfType" : 3, "buildId" : "696C145020FC52F49A604B409E80C0F604514CBE" }, { "b" : "7FE1A5A56000", "path" : "/lib/x86_64-linux-gnu/libgmp.so.10", "elfType" : 3, "buildId" : "CF7737ED0FEB1A97D13F3EF9BBAD9AE2E0EEEF48" }, { "b" : "7FE1A5938000", "path" : "/lib/x86_64-linux-gnu/libgcrypt.so.20", "elfType" : 3, "buildId" : "C698702313BFDED270BF0C7C106B38C66AA46982" }, { "b" : "7FE1A5929000", "path" : "/lib/x86_64-linux-gnu/libkrb5support.so.0", "elfType" : 3, "buildId" : "C8A3343E37DE6461A09AB7849F62A8C6CF01E551" }, { "b" : "7FE1A5920000", "path" : "/lib/x86_64-linux-gnu/libkeyutils.so.1", "elfType" : 3, "buildId" : "B33B7F30AEA5D2BC14A939FA750862D09A4AC80E" }, { "b" : "7FE1A5903000", "path" : "/lib/x86_64-linux-gnu/libsasl2.so.2", "elfType" : 3, "buildId" : "99BF5A225908FD4124228D4F3E19C67D7138144F" }, { "b" : "7FE1A57D4000", "path" : "/lib/x86_64-linux-gnu/libp11-kit.so.0", "elfType" : 3, "buildId" : "6147AE8F2D6FA2184DA7D46016746D0DF0C77895" }, { "b" : "7FE1A55C1000", "path" : "/lib/x86_64-linux-gnu/libtasn1.so.6", "elfType" : 3, "buildId" : "9D60C41CEC3F57BC859B75C1E834187E04DF7C99" }, { "b" : "7FE1A559E000", "path" : "/lib/x86_64-linux-gnu/libgpg-error.so.0", "elfType" : 3, "buildId" : "0B8984CF2F0DD4F4901E9100CDB9410D7EBE7930" }, { "b" : "7FE1A5592000", "path" : "/lib/x86_64-linux-gnu/libffi.so.6", "elfType" : 3, "buildId" : "9ED5213748F3F5D008D615DFF0368A6E38E1DE55" } ] }}
 mongod(_ZN5mongo15printStackTraceERSo+0x41) [0x55e460a548e1]
 mongod(+0x28C7EFC) [0x55e460a53efc]
 mongod(+0x28C7F86) [0x55e460a53f86]
 libpthread.so.0(+0x12730) [0x7fe1a66e2730]
 libc.so.6(gsignal+0x10B) [0x7fe1a65467bb]
 libc.so.6(abort+0x121) [0x7fe1a6531535]
 mongod(_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj+0x0) [0x55e45eea3543]
 mongod(+0xA5189C) [0x55e45ebdd89c]
 mongod(+0xEBEE9B) [0x55e45f04ae9b]
 mongod(__wt_err_func+0x90) [0x55e45ebee238]
 mongod(__wt_panic+0x39) [0x55e45ebee69c]
 mongod(+0xA5C312) [0x55e45ebe8312]
 mongod(__wt_metadata_search+0x39C) [0x55e45f01429c]
 mongod(__wt_meta_checkpoint+0x7C) [0x55e45f012aac]
 mongod(__wt_metadata_set_base_write_gen+0x38) [0x55e45f012d78]
 mongod(wiredtiger_open+0x27D1) [0x55e45efd51f1]
 mongod(_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_+0xBA) [0x55e45ef8825a]
 mongod(_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0x1045) [0x55e45ef8d715]
 mongod(+0xDDF228) [0x55e45ef6b228]
 mongod(_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE+0x52F) [0x55e45f7c2dff]
 mongod(+0xDA1BE5) [0x55e45ef2dbe5]
 mongod(+0xDA50E2) [0x55e45ef310e2]
 mongod(+0xD22599) [0x55e45eeae599]
 libc.so.6(__libc_start_main+0xEB) [0x7fe1a653309b]
 mongod(_start+0x2A) [0x55e45ef2c1fa]
-----  END BACKTRACE  -----

Do you have any idea how I can fix the problem?

I cannot decipher what’s the issue sorry. Could you provide a longer log? tail -n 100 /var/log/mongodb/mongod.log

Another option: if you have no other app relying on MongoDB, we could purge it out of the system and reinstall it. Can you check your other apps first?

tail -n 100 /var/log/mongodb/mongod.log

log:
2020-10-23T05:59:19.171-0400 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2020-10-23T05:59:19.171-0400 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem
2020-10-23T05:59:19.171-0400 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1449M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
2020-10-23T05:59:19.916-0400 E STORAGE [initandlisten] WiredTiger error (-31809) [1603447159:916735][117188:0x7f5b98275d40], connection: __wt_turtle_read, 335: WiredTiger.turtle: fatal turtle file read error: WT_TRY_SALVAGE: database corruption detected Raw: [1603447159:916735][117188:0x7f5b98275d40], connection: __wt_turtle_read, 335: WiredTiger.turtle: fatal turtle file read error: WT_TRY_SALVAGE: database corruption detected
2020-10-23T05:59:19.916-0400 E STORAGE [initandlisten] WiredTiger error (-31804) [1603447159:916801][117188:0x7f5b98275d40], connection: __wt_panic, 489: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: [1603447159:916801][117188:0x7f5b98275d40], connection: __wt_panic, 489: the process must exit and restart: WT_PANIC: WiredTiger library panic
2020-10-23T05:59:19.916-0400 F - [initandlisten] Fatal Assertion 50853 at src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp 414
2020-10-23T05:59:19.916-0400 F - [initandlisten]

***aborting after fassert() failure


2020-10-23T05:59:19.930-0400 F  -        [initandlisten] Got signal: 6 (Aborted).
 0x559401e608e1 0x559401e5fefc 0x559401e5ff86 0x7f5b993ca730 0x7f5b9922e7bb 0x7f5b99219535 0x5594002af543 0x5593fffe989c 0x559400456e9b 0x5593ffffa238 0x5593ffffa69c 0x5593ffff4312 0x55940042029c 0x55940041eaac 0x55940041ed78 0x5594003e11f1 0x55940039425a 0x559400399715 0x559400377228 0x559400bcedff 0x559400339be5 0x55940033d0e2 0x5594002ba599 0x7f5b9921b09b 0x5594003381fa
----- BEGIN BACKTRACE -----
{"backtrace":[{"b":"5593FF598000","o":"28C88E1","s":"_ZN5mongo15printStackTraceERSo"},{"b":"5593FF598000","o":"28C7EFC"},{"b":"5593FF598000","o":"28C7F86"},{"b":"7F5B993B8000","o":"12730"},{"b":"7F5B991F7000","o":"377BB","s":"gsignal"},{"b":"7F5B991F7000","o":"22535","s":"abort"},{"b":"5593FF598000","o":"D17543","s":"_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj"},{"b":"5593FF598000","o":"A5189C"},{"b":"5593FF598000","o":"EBEE9B"},{"b":"5593FF598000","o":"A62238","s":"__wt_err_func"},{"b":"5593FF598000","o":"A6269C","s":"__wt_panic"},{"b":"5593FF598000","o":"A5C312"},{"b":"5593FF598000","o":"E8829C","s":"__wt_metadata_search"},{"b":"5593FF598000","o":"E86AAC","s":"__wt_meta_checkpoint"},{"b":"5593FF598000","o":"E86D78","s":"__wt_metadata_set_base_write_gen"},{"b":"5593FF598000","o":"E491F1","s":"wiredtiger_open"},{"b":"5593FF598000","o":"DFC25A","s":"_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_"},{"b":"5593FF598000","o":"E01715","s":"_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb"},{"b":"5593FF598000","o":"DDF228"},{"b":"5593FF598000","o":"1636DFF","s":"_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE"},{"b":"5593FF598000","o":"DA1BE5"},{"b":"5593FF598000","o":"DA50E2"},{"b":"5593FF598000","o":"D22599"},{"b":"7F5B991F7000","o":"2409B","s":"__libc_start_main"},{"b":"5593FF598000","o":"DA01FA","s":"_start"}],"processInfo":{ "mongodbVersion" : "4.2.10", "gitVersion" : "88276238fa97b47c0ef14362b343c5317ecbd739", "compiledModules" : [], "uname" : { "sysname" : "Linux", "release" : "4.19.0-9-amd64", "version" : "#1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07)", "machine" : "x86_64" }, "somap" : [ { "b" : "5593FF598000", "elfType" : 3, "buildId" : "1DA4911C9E94C6040F5FBB16D67C32DC535163DD" }, { "b" : "7FFF19837000", "path" : "linux-vdso.so.1", "elfType" : 3, "buildId" : "B6DCA650DEEE2852B4BE582D466944A3709EDADB" }, { "b" : "7F5B9991C000", "path" : "/lib/x86_64-linux-gnu/libcurl.so.4", "elfType" : 3, "buildId" : "C82D2607D6E9A7636BAABCBCADC33FBE66A96DCC" }, { "b" : "7F5B99902000", "path" : "/lib/x86_64-linux-gnu/libresolv.so.2", "elfType" : 3, "buildId" : "026C3BA167F64F631EB8781FCA2269FBC2EE7CA5" }, { "b" : "7F5B99619000", "path" : "/lib/x86_64-linux-gnu/libcrypto.so.1.1", "elfType" : 3, "buildId" : "D533A7366B5721837C94B481C21EA2975B17DBAD" }, { "b" : "7F5B99587000", "path" : "/lib/x86_64-linux-gnu/libssl.so.1.1", "elfType" : 3, "buildId" : "D0BBB342E72555D202DD1F2E099BEC111271C5A2" }, { "b" : "7F5B99582000", "path" : "/lib/x86_64-linux-gnu/libdl.so.2", "elfType" : 3, "buildId" : "D3583C742DD47AAA860C5AE0C0C5BDBCD2D54F61" }, { "b" : "7F5B99578000", "path" : "/lib/x86_64-linux-gnu/librt.so.1", "elfType" : 3, "buildId" : "5DCF98AD684962BE494AF28A1051793FD39E4EBC" }, { "b" : "7F5B993F3000", "path" : "/lib/x86_64-linux-gnu/libm.so.6", "elfType" : 3, "buildId" : "885DDA4B4A5CEA600E7B5B98C1AD86996C8D2299" }, { "b" : "7F5B993D9000", "path" : "/lib/x86_64-linux-gnu/libgcc_s.so.1", "elfType" : 3, "buildId" : "DE6B14E57AEA9BBEAF1E81EB6772E2222101AA6E" }, { "b" : "7F5B993B8000", "path" : "/lib/x86_64-linux-gnu/libpthread.so.0", "elfType" : 3, "buildId" : "E91114987A0147BD050ADDBD591EB8994B29F4B3" }, { "b" : "7F5B991F7000", "path" : "/lib/x86_64-linux-gnu/libc.so.6", "elfType" : 3, "buildId" : "18B9A9A8C523E5CFE5B5D946D605D09242F09798" }, { "b" : "7F5B999BA000", "path" : "/lib64/ld-linux-x86-64.so.2", "elfType" : 3, "buildId" : "F25DFD7B95BE4BA386FD71080ACCAE8C0732B711" }, { "b" : "7F5B991CF000", "path" : "/lib/x86_64-linux-gnu/libnghttp2.so.14", "elfType" : 3, "buildId" : "11070FEAA71B4F7C2E5714A61B66028FA86EAE5E" }, { "b" : "7F5B991B0000", "path" : "/lib/x86_64-linux-gnu/libidn2.so.0", "elfType" : 3, "buildId" : "93835C08B4818817E355044CEF05F7F5BA573386" }, { "b" : "7F5B98F91000", "path" : "/lib/x86_64-linux-gnu/librtmp.so.1", "elfType" : 3, "buildId" : "F8F137851A6C9F76F2AFB296C77499E3DB004E4B" }, { "b" : "7F5B98F63000", "path" : "/lib/x86_64-linux-gnu/libssh2.so.1", "elfType" : 3, "buildId" : "4AEBD6D1D4181EACBCA6F6E30CB293A73FF25FD4" }, { "b" : "7F5B98F50000", "path" : "/lib/x86_64-linux-gnu/libpsl.so.5", "elfType" : 3, "buildId" : "E7463248F4FD5ADA5D53F36A7F11BA66C9A7DA3C" }, { "b" : "7F5B98F03000", "path" : "/lib/x86_64-linux-gnu/libgssapi_krb5.so.2", "elfType" : 3, "buildId" : "A8A22DB4384DFA17A6A486FF7960DB822976F74C" }, { "b" : "7F5B98E23000", "path" : "/lib/x86_64-linux-gnu/libkrb5.so.3", "elfType" : 3, "buildId" : "118BE45FCDE6F2645A56C8027EE2F3A25A7EC083" }, { "b" : "7F5B98DEF000", "path" : "/lib/x86_64-linux-gnu/libk5crypto.so.3", "elfType" : 3, "buildId" : "699B18B4849021A396E46FF7B435D6D7497649B3" }, { "b" : "7F5B98DE7000", "path" : "/lib/x86_64-linux-gnu/libcom_err.so.2", "elfType" : 3, "buildId" : "DFFD546CDF7248805473C118886139F88BF01415" }, { "b" : "7F5B98D93000", "path" : "/lib/x86_64-linux-gnu/libldap_r-2.4.so.2", "elfType" : 3, "buildId" : "BB745D89527164AEFAF560102C5D65D648510DEC" }, { "b" : "7F5B98D82000", "path" : "/lib/x86_64-linux-gnu/liblber-2.4.so.2", "elfType" : 3, "buildId" : "D2A2FE140BE81269B9EB1FD87DF2991B40185F48" }, { "b" : "7F5B98B64000", "path" : "/lib/x86_64-linux-gnu/libz.so.1", "elfType" : 3, "buildId" : "3AF7C4BCEB19B6C83F76E2822B9A23041D85F6D1" }, { "b" : "7F5B989E0000", "path" : "/lib/x86_64-linux-gnu/libunistring.so.2", "elfType" : 3, "buildId" : "2B976CABA5F5BF345388917673C45EE626A576D0" }, { "b" : "7F5B98832000", "path" : "/lib/x86_64-linux-gnu/libgnutls.so.30", "elfType" : 3, "buildId" : "93409FFBD1E9EBFF053ADF560BBC12F1F86FDCE9" }, { "b" : "7F5B987F9000", "path" : "/lib/x86_64-linux-gnu/libhogweed.so.4", "elfType" : 3, "buildId" : "B548A14003EE05ADA36686A3B48D1913BACD540D" }, { "b" : "7F5B987C1000", "path" : "/lib/x86_64-linux-gnu/libnettle.so.6", "elfType" : 3, "buildId" : "696C145020FC52F49A604B409E80C0F604514CBE" }, { "b" : "7F5B9873E000", "path" : "/lib/x86_64-linux-gnu/libgmp.so.10", "elfType" : 3, "buildId" : "CF7737ED0FEB1A97D13F3EF9BBAD9AE2E0EEEF48" }, { "b" : "7F5B98620000", "path" : "/lib/x86_64-linux-gnu/libgcrypt.so.20", "elfType" : 3, "buildId" : "C698702313BFDED270BF0C7C106B38C66AA46982" }, { "b" : "7F5B98611000", "path" : "/lib/x86_64-linux-gnu/libkrb5support.so.0", "elfType" : 3, "buildId" : "C8A3343E37DE6461A09AB7849F62A8C6CF01E551" }, { "b" : "7F5B98608000", "path" : "/lib/x86_64-linux-gnu/libkeyutils.so.1", "elfType" : 3, "buildId" : "B33B7F30AEA5D2BC14A939FA750862D09A4AC80E" }, { "b" : "7F5B985EB000", "path" : "/lib/x86_64-linux-gnu/libsasl2.so.2", "elfType" : 3, "buildId" : "99BF5A225908FD4124228D4F3E19C67D7138144F" }, { "b" : "7F5B984BC000", "path" : "/lib/x86_64-linux-gnu/libp11-kit.so.0", "elfType" : 3, "buildId" : "6147AE8F2D6FA2184DA7D46016746D0DF0C77895" }, { "b" : "7F5B982A9000", "path" : "/lib/x86_64-linux-gnu/libtasn1.so.6", "elfType" : 3, "buildId" : "9D60C41CEC3F57BC859B75C1E834187E04DF7C99" }, { "b" : "7F5B98286000", "path" : "/lib/x86_64-linux-gnu/libgpg-error.so.0", "elfType" : 3, "buildId" : "0B8984CF2F0DD4F4901E9100CDB9410D7EBE7930" }, { "b" : "7F5B9827A000", "path" : "/lib/x86_64-linux-gnu/libffi.so.6", "elfType" : 3, "buildId" : "9ED5213748F3F5D008D615DFF0368A6E38E1DE55" } ] }}
 mongod(_ZN5mongo15printStackTraceERSo+0x41) [0x559401e608e1]
 mongod(+0x28C7EFC) [0x559401e5fefc]
 mongod(+0x28C7F86) [0x559401e5ff86]
 libpthread.so.0(+0x12730) [0x7f5b993ca730]
 libc.so.6(gsignal+0x10B) [0x7f5b9922e7bb]
 libc.so.6(abort+0x121) [0x7f5b99219535]
 mongod(_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj+0x0) [0x5594002af543]
 mongod(+0xA5189C) [0x5593fffe989c]
 mongod(+0xEBEE9B) [0x559400456e9b]
 mongod(__wt_err_func+0x90) [0x5593ffffa238]
 mongod(__wt_panic+0x39) [0x5593ffffa69c]
 mongod(+0xA5C312) [0x5593ffff4312]
 mongod(__wt_metadata_search+0x39C) [0x55940042029c]
 mongod(__wt_meta_checkpoint+0x7C) [0x55940041eaac]
 mongod(__wt_metadata_set_base_write_gen+0x38) [0x55940041ed78]
 mongod(wiredtiger_open+0x27D1) [0x5594003e11f1]
 mongod(_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_+0xBA) [0x55940039425a]
 mongod(_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0x1045) [0x559400399715]
 mongod(+0xDDF228) [0x559400377228]
 mongod(_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE+0x52F) [0x559400bcedff]
 mongod(+0xDA1BE5) [0x559400339be5]
 mongod(+0xDA50E2) [0x55940033d0e2]
 mongod(+0xD22599) [0x5594002ba599]
 libc.so.6(__libc_start_main+0xEB) [0x7f5b9921b09b]
 mongod(_start+0x2A) [0x5594003381fa]
-----  END BACKTRACE  -----
2020-10-23T05:59:30.642-0400 I  CONTROL  [main] ***** SERVER RESTARTED *****
2020-10-23T05:59:30.643-0400 I  CONTROL  [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
2020-10-23T05:59:30.662-0400 W  ASIO     [main] No TransportLayer configured during NetworkInterface startup
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] MongoDB starting : pid=117235 port=27017 dbpath=/var/lib/mongodb 64-bit host=bigdata8.ddns.net
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] db version v4.2.10
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] git version: 88276238fa97b47c0ef14362b343c5317ecbd739
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] allocator: tcmalloc
2020-10-23T05:59:30.665-0400 I  CONTROL  [initandlisten] modules: none
2020-10-23T05:59:30.666-0400 I  CONTROL  [initandlisten] build environment:
2020-10-23T05:59:30.666-0400 I  CONTROL  [initandlisten]     distmod: debian10
2020-10-23T05:59:30.666-0400 I  CONTROL  [initandlisten]     distarch: x86_64
2020-10-23T05:59:30.666-0400 I  CONTROL  [initandlisten]     target_arch: x86_64
2020-10-23T05:59:30.666-0400 I  CONTROL  [initandlisten] options: { config: "/etc/mongod.conf", net: { bindIp: "127.0.0.1", port: 27017 }, processManagement: { timeZoneInfo: "/usr/share/zoneinfo" }, storage: { dbPath: "/var/lib/mongodb", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, path: "/var/log/mongodb/mongod.log" } }
2020-10-23T05:59:30.666-0400 W  STORAGE  [initandlisten] Detected unclean shutdown - /var/lib/mongodb/mongod.lock is not empty.
2020-10-23T05:59:30.666-0400 I  STORAGE  [initandlisten] Detected data files in /var/lib/mongodb created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2020-10-23T05:59:30.666-0400 W  STORAGE  [initandlisten] Recovering data from the last clean checkpoint.
2020-10-23T05:59:30.666-0400 I  STORAGE  [initandlisten]
2020-10-23T05:59:30.666-0400 I  STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2020-10-23T05:59:30.666-0400 I  STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2020-10-23T05:59:30.666-0400 I  STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1449M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
2020-10-23T05:59:31.511-0400 E  STORAGE  [initandlisten] WiredTiger error (-31809) [1603447171:511407][117235:0x7f28289d5d40], connection: __wt_turtle_read, 335: WiredTiger.turtle: fatal turtle file read error: WT_TRY_SALVAGE: database corruption detected Raw: [1603447171:511407][117235:0x7f28289d5d40], connection: __wt_turtle_read, 335: WiredTiger.turtle: fatal turtle file read error: WT_TRY_SALVAGE: database corruption detected
2020-10-23T05:59:31.511-0400 E  STORAGE  [initandlisten] WiredTiger error (-31804) [1603447171:511463][117235:0x7f28289d5d40], connection: __wt_panic, 489: the process must exit and restart: WT_PANIC: WiredTiger library panic Raw: [1603447171:511463][117235:0x7f28289d5d40], connection: __wt_panic, 489: the process must exit and restart: WT_PANIC: WiredTiger library panic
2020-10-23T05:59:31.511-0400 F  -        [initandlisten] Fatal Assertion 50853 at src/mongo/db/storage/wiredtiger/wiredtiger_util.cpp 414
2020-10-23T05:59:31.511-0400 F  -        [initandlisten]

***aborting after fassert() failure


2020-10-23T05:59:31.525-0400 F  -        [initandlisten] Got signal: 6 (Aborted).
 0x55d1a06378e1 0x55d1a0636efc 0x55d1a0636f86 0x7f2829b2a730 0x7f282998e7bb 0x7f2829979535 0x55d19ea86543 0x55d19e7c089c 0x55d19ec2de9b 0x55d19e7d1238 0x55d19e7d169c 0x55d19e7cb312 0x55d19ebf729c 0x55d19ebf5aac 0x55d19ebf5d78 0x55d19ebb81f1 0x55d19eb6b25a 0x55d19eb70715 0x55d19eb4e228 0x55d19f3a5dff 0x55d19eb10be5 0x55d19eb140e2 0x55d19ea91599 0x7f282997b09b 0x55d19eb0f1fa
----- BEGIN BACKTRACE -----
{"backtrace":[{"b":"55D19DD6F000","o":"28C88E1","s":"_ZN5mongo15printStackTraceERSo"},{"b":"55D19DD6F000","o":"28C7EFC"},{"b":"55D19DD6F000","o":"28C7F86"},{"b":"7F2829B18000","o":"12730"},{"b":"7F2829957000","o":"377BB","s":"gsignal"},{"b":"7F2829957000","o":"22535","s":"abort"},{"b":"55D19DD6F000","o":"D17543","s":"_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj"},{"b":"55D19DD6F000","o":"A5189C"},{"b":"55D19DD6F000","o":"EBEE9B"},{"b":"55D19DD6F000","o":"A62238","s":"__wt_err_func"},{"b":"55D19DD6F000","o":"A6269C","s":"__wt_panic"},{"b":"55D19DD6F000","o":"A5C312"},{"b":"55D19DD6F000","o":"E8829C","s":"__wt_metadata_search"},{"b":"55D19DD6F000","o":"E86AAC","s":"__wt_meta_checkpoint"},{"b":"55D19DD6F000","o":"E86D78","s":"__wt_metadata_set_base_write_gen"},{"b":"55D19DD6F000","o":"E491F1","s":"wiredtiger_open"},{"b":"55D19DD6F000","o":"DFC25A","s":"_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_"},{"b":"55D19DD6F000","o":"E01715","s":"_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb"},{"b":"55D19DD6F000","o":"DDF228"},{"b":"55D19DD6F000","o":"1636DFF","s":"_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE"},{"b":"55D19DD6F000","o":"DA1BE5"},{"b":"55D19DD6F000","o":"DA50E2"},{"b":"55D19DD6F000","o":"D22599"},{"b":"7F2829957000","o":"2409B","s":"__libc_start_main"},{"b":"55D19DD6F000","o":"DA01FA","s":"_start"}],"processInfo":{ "mongodbVersion" : "4.2.10", "gitVersion" : "88276238fa97b47c0ef14362b343c5317ecbd739", "compiledModules" : [], "uname" : { "sysname" : "Linux", "release" : "4.19.0-9-amd64", "version" : "#1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07)", "machine" : "x86_64" }, "somap" : [ { "b" : "55D19DD6F000", "elfType" : 3, "buildId" : "1DA4911C9E94C6040F5FBB16D67C32DC535163DD" }, { "b" : "7FFDC3504000", "path" : "linux-vdso.so.1", "elfType" : 3, "buildId" : "B6DCA650DEEE2852B4BE582D466944A3709EDADB" }, { "b" : "7F282A07C000", "path" : "/lib/x86_64-linux-gnu/libcurl.so.4", "elfType" : 3, "buildId" : "C82D2607D6E9A7636BAABCBCADC33FBE66A96DCC" }, { "b" : "7F282A062000", "path" : "/lib/x86_64-linux-gnu/libresolv.so.2", "elfType" : 3, "buildId" : "026C3BA167F64F631EB8781FCA2269FBC2EE7CA5" }, { "b" : "7F2829D79000", "path" : "/lib/x86_64-linux-gnu/libcrypto.so.1.1", "elfType" : 3, "buildId" : "D533A7366B5721837C94B481C21EA2975B17DBAD" }, { "b" : "7F2829CE7000", "path" : "/lib/x86_64-linux-gnu/libssl.so.1.1", "elfType" : 3, "buildId" : "D0BBB342E72555D202DD1F2E099BEC111271C5A2" }, { "b" : "7F2829CE2000", "path" : "/lib/x86_64-linux-gnu/libdl.so.2", "elfType" : 3, "buildId" : "D3583C742DD47AAA860C5AE0C0C5BDBCD2D54F61" }, { "b" : "7F2829CD8000", "path" : "/lib/x86_64-linux-gnu/librt.so.1", "elfType" : 3, "buildId" : "5DCF98AD684962BE494AF28A1051793FD39E4EBC" }, { "b" : "7F2829B53000", "path" : "/lib/x86_64-linux-gnu/libm.so.6", "elfType" : 3, "buildId" : "885DDA4B4A5CEA600E7B5B98C1AD86996C8D2299" }, { "b" : "7F2829B39000", "path" : "/lib/x86_64-linux-gnu/libgcc_s.so.1", "elfType" : 3, "buildId" : "DE6B14E57AEA9BBEAF1E81EB6772E2222101AA6E" }, { "b" : "7F2829B18000", "path" : "/lib/x86_64-linux-gnu/libpthread.so.0", "elfType" : 3, "buildId" : "E91114987A0147BD050ADDBD591EB8994B29F4B3" }, { "b" : "7F2829957000", "path" : "/lib/x86_64-linux-gnu/libc.so.6", "elfType" : 3, "buildId" : "18B9A9A8C523E5CFE5B5D946D605D09242F09798" }, { "b" : "7F282A11A000", "path" : "/lib64/ld-linux-x86-64.so.2", "elfType" : 3, "buildId" : "F25DFD7B95BE4BA386FD71080ACCAE8C0732B711" }, { "b" : "7F282992F000", "path" : "/lib/x86_64-linux-gnu/libnghttp2.so.14", "elfType" : 3, "buildId" : "11070FEAA71B4F7C2E5714A61B66028FA86EAE5E" }, { "b" : "7F2829910000", "path" : "/lib/x86_64-linux-gnu/libidn2.so.0", "elfType" : 3, "buildId" : "93835C08B4818817E355044CEF05F7F5BA573386" }, { "b" : "7F28296F1000", "path" : "/lib/x86_64-linux-gnu/librtmp.so.1", "elfType" : 3, "buildId" : "F8F137851A6C9F76F2AFB296C77499E3DB004E4B" }, { "b" : "7F28296C3000", "path" : "/lib/x86_64-linux-gnu/libssh2.so.1", "elfType" : 3, "buildId" : "4AEBD6D1D4181EACBCA6F6E30CB293A73FF25FD4" }, { "b" : "7F28296B0000", "path" : "/lib/x86_64-linux-gnu/libpsl.so.5", "elfType" : 3, "buildId" : "E7463248F4FD5ADA5D53F36A7F11BA66C9A7DA3C" }, { "b" : "7F2829663000", "path" : "/lib/x86_64-linux-gnu/libgssapi_krb5.so.2", "elfType" : 3, "buildId" : "A8A22DB4384DFA17A6A486FF7960DB822976F74C" }, { "b" : "7F2829583000", "path" : "/lib/x86_64-linux-gnu/libkrb5.so.3", "elfType" : 3, "buildId" : "118BE45FCDE6F2645A56C8027EE2F3A25A7EC083" }, { "b" : "7F282954F000", "path" : "/lib/x86_64-linux-gnu/libk5crypto.so.3", "elfType" : 3, "buildId" : "699B18B4849021A396E46FF7B435D6D7497649B3" }, { "b" : "7F2829547000", "path" : "/lib/x86_64-linux-gnu/libcom_err.so.2", "elfType" : 3, "buildId" : "DFFD546CDF7248805473C118886139F88BF01415" }, { "b" : "7F28294F3000", "path" : "/lib/x86_64-linux-gnu/libldap_r-2.4.so.2", "elfType" : 3, "buildId" : "BB745D89527164AEFAF560102C5D65D648510DEC" }, { "b" : "7F28294E2000", "path" : "/lib/x86_64-linux-gnu/liblber-2.4.so.2", "elfType" : 3, "buildId" : "D2A2FE140BE81269B9EB1FD87DF2991B40185F48" }, { "b" : "7F28292C4000", "path" : "/lib/x86_64-linux-gnu/libz.so.1", "elfType" : 3, "buildId" : "3AF7C4BCEB19B6C83F76E2822B9A23041D85F6D1" }, { "b" : "7F2829140000", "path" : "/lib/x86_64-linux-gnu/libunistring.so.2", "elfType" : 3, "buildId" : "2B976CABA5F5BF345388917673C45EE626A576D0" }, { "b" : "7F2828F92000", "path" : "/lib/x86_64-linux-gnu/libgnutls.so.30", "elfType" : 3, "buildId" : "93409FFBD1E9EBFF053ADF560BBC12F1F86FDCE9" }, { "b" : "7F2828F59000", "path" : "/lib/x86_64-linux-gnu/libhogweed.so.4", "elfType" : 3, "buildId" : "B548A14003EE05ADA36686A3B48D1913BACD540D" }, { "b" : "7F2828F21000", "path" : "/lib/x86_64-linux-gnu/libnettle.so.6", "elfType" : 3, "buildId" : "696C145020FC52F49A604B409E80C0F604514CBE" }, { "b" : "7F2828E9E000", "path" : "/lib/x86_64-linux-gnu/libgmp.so.10", "elfType" : 3, "buildId" : "CF7737ED0FEB1A97D13F3EF9BBAD9AE2E0EEEF48" }, { "b" : "7F2828D80000", "path" : "/lib/x86_64-linux-gnu/libgcrypt.so.20", "elfType" : 3, "buildId" : "C698702313BFDED270BF0C7C106B38C66AA46982" }, { "b" : "7F2828D71000", "path" : "/lib/x86_64-linux-gnu/libkrb5support.so.0", "elfType" : 3, "buildId" : "C8A3343E37DE6461A09AB7849F62A8C6CF01E551" }, { "b" : "7F2828D68000", "path" : "/lib/x86_64-linux-gnu/libkeyutils.so.1", "elfType" : 3, "buildId" : "B33B7F30AEA5D2BC14A939FA750862D09A4AC80E" }, { "b" : "7F2828D4B000", "path" : "/lib/x86_64-linux-gnu/libsasl2.so.2", "elfType" : 3, "buildId" : "99BF5A225908FD4124228D4F3E19C67D7138144F" }, { "b" : "7F2828C1C000", "path" : "/lib/x86_64-linux-gnu/libp11-kit.so.0", "elfType" : 3, "buildId" : "6147AE8F2D6FA2184DA7D46016746D0DF0C77895" }, { "b" : "7F2828A09000", "path" : "/lib/x86_64-linux-gnu/libtasn1.so.6", "elfType" : 3, "buildId" : "9D60C41CEC3F57BC859B75C1E834187E04DF7C99" }, { "b" : "7F28289E6000", "path" : "/lib/x86_64-linux-gnu/libgpg-error.so.0", "elfType" : 3, "buildId" : "0B8984CF2F0DD4F4901E9100CDB9410D7EBE7930" }, { "b" : "7F28289DA000", "path" : "/lib/x86_64-linux-gnu/libffi.so.6", "elfType" : 3, "buildId" : "9ED5213748F3F5D008D615DFF0368A6E38E1DE55" } ] }}
 mongod(_ZN5mongo15printStackTraceERSo+0x41) [0x55d1a06378e1]
 mongod(+0x28C7EFC) [0x55d1a0636efc]
 mongod(+0x28C7F86) [0x55d1a0636f86]
 libpthread.so.0(+0x12730) [0x7f2829b2a730]
 libc.so.6(gsignal+0x10B) [0x7f282998e7bb]
 libc.so.6(abort+0x121) [0x7f2829979535]
 mongod(_ZN5mongo32fassertFailedNoTraceWithLocationEiPKcj+0x0) [0x55d19ea86543]
 mongod(+0xA5189C) [0x55d19e7c089c]
 mongod(+0xEBEE9B) [0x55d19ec2de9b]
 mongod(__wt_err_func+0x90) [0x55d19e7d1238]
 mongod(__wt_panic+0x39) [0x55d19e7d169c]
 mongod(+0xA5C312) [0x55d19e7cb312]
 mongod(__wt_metadata_search+0x39C) [0x55d19ebf729c]
 mongod(__wt_meta_checkpoint+0x7C) [0x55d19ebf5aac]
 mongod(__wt_metadata_set_base_write_gen+0x38) [0x55d19ebf5d78]
 mongod(wiredtiger_open+0x27D1) [0x55d19ebb81f1]
 mongod(_ZN5mongo18WiredTigerKVEngine15_openWiredTigerERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_+0xBA) [0x55d19eb6b25a]
 mongod(_ZN5mongo18WiredTigerKVEngineC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_PNS_11ClockSourceES8_mmbbbb+0x1045) [0x55d19eb70715]
 mongod(+0xDDF228) [0x55d19eb4e228]
 mongod(_ZN5mongo23initializeStorageEngineEPNS_14ServiceContextENS_22StorageEngineInitFlagsE+0x52F) [0x55d19f3a5dff]
 mongod(+0xDA1BE5) [0x55d19eb10be5]
 mongod(+0xDA50E2) [0x55d19eb140e2]
 mongod(+0xD22599) [0x55d19ea91599]
 libc.so.6(__libc_start_main+0xEB) [0x7f282997b09b]
 mongod(_start+0x2A) [0x55d19eb0f1fa]
-----  END BACKTRACE  -----

Let’s try to repair it: sudo mongod --repair --dbpath /var/www/wekan/server

:crossed_fingers:

Executed this command:

2020-10-23T08:40:28.858-0400 I  CONTROL  [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
2020-10-23T08:40:28.860-0400 W  ASIO     [main] No TransportLayer configured during NetworkInterface startup
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] MongoDB starting : pid=15053 port=27017 dbpath=/var/www/wekan/server 64-bit host=bigdata8.ddns.net
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] db version v4.2.10
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] git version: 88276238fa97b47c0ef14362b343c5317ecbd739
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.1.1d  10 Sep 2019
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] allocator: tcmalloc
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] modules: none
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] build environment:
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten]     distmod: debian10
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten]     distarch: x86_64
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten]     target_arch: x86_64
2020-10-23T08:40:28.860-0400 I  CONTROL  [initandlisten] options: { repair: true, storage: { dbPath: "/var/www/wekan/server" } }
2020-10-23T08:40:28.862-0400 I  STORAGE  [initandlisten] Detected data files in /var/www/wekan/server created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
2020-10-23T08:40:28.862-0400 I  STORAGE  [initandlisten]
2020-10-23T08:40:28.862-0400 I  STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2020-10-23T08:40:28.862-0400 I  STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2020-10-23T08:40:28.862-0400 I  STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1449M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress],
2020-10-23T08:40:29.636-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456829:636021][15053:0x7f2286eb5d40], txn-recover: Recovering log 1 through 2
2020-10-23T08:40:29.743-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456829:743848][15053:0x7f2286eb5d40], txn-recover: Recovering log 2 through 2
2020-10-23T08:40:29.934-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456829:934845][15053:0x7f2286eb5d40], txn-recover: Main recovery loop: starting at 1/18560 to 2/256
2020-10-23T08:40:30.066-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456830:66324][15053:0x7f2286eb5d40], txn-recover: Recovering log 1 through 2
2020-10-23T08:40:30.125-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456830:125920][15053:0x7f2286eb5d40], txn-recover: Recovering log 2 through 2
2020-10-23T08:40:30.178-0400 I  STORAGE  [initandlisten] WiredTiger message [1603456830:178481][15053:0x7f2286eb5d40], txn-recover: Set global recovery timestamp: (0, 0)
2020-10-23T08:40:30.185-0400 I  RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0)
2020-10-23T08:40:30.190-0400 I  STORAGE  [initandlisten] Repairing size cache
2020-10-23T08:40:30.195-0400 I  STORAGE  [initandlisten] Verify succeeded on uri table:sizeStorer. Not salvaging.
2020-10-23T08:40:30.198-0400 I  STORAGE  [initandlisten] Repairing catalog metadata
2020-10-23T08:40:30.200-0400 I  STORAGE  [initandlisten] Verify succeeded on uri table:_mdb_catalog. Not salvaging.
2020-10-23T08:40:30.201-0400 I  STORAGE  [initandlisten] Timestamp monitor starting
2020-10-23T08:40:30.202-0400 I  CONTROL  [initandlisten]
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten]
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] ** WARNING: This server is bound to localhost.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          Remote systems will be unable to connect to this server.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          Start the server with --bind_ip <address> to specify which IP
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          addresses it should serve responses from, or with --bind_ip_all to
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          bind to all interfaces. If this behavior is desired, start the
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten] **          server with --bind_ip 127.0.0.1 to disable this warning.
2020-10-23T08:40:30.203-0400 I  CONTROL  [initandlisten]
2020-10-23T08:40:30.204-0400 I  CONTROL  [initandlisten]
2020-10-23T08:40:30.204-0400 I  CONTROL  [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
2020-10-23T08:40:30.204-0400 I  CONTROL  [initandlisten] **        We suggest setting it to 'never'
2020-10-23T08:40:30.204-0400 I  CONTROL  [initandlisten]
2020-10-23T08:40:30.216-0400 I  STORAGE  [initandlisten] repairDatabase admin
2020-10-23T08:40:30.216-0400 I  STORAGE  [initandlisten] Repairing collection admin.system.version
2020-10-23T08:40:30.218-0400 I  STORAGE  [initandlisten] Verify succeeded on uri table:collection-0--7655266164144279287. Not salvaging.
2020-10-23T08:40:30.222-0400 I  INDEX    [initandlisten] index build: starting on admin.system.version properties: { v: 2, key: { _id: 1 }, name: "_id_", ns: "admin.system.version" } using method: Foreground
2020-10-23T08:40:30.222-0400 I  INDEX    [initandlisten] build may temporarily use up to 200 megabytes of RAM
2020-10-23T08:40:30.222-0400 I  STORAGE  [initandlisten] Index build initialized: d799b539-711c-4921-9b5e-d8529cfba4c3: admin.system.version: indexes: 1
2020-10-23T08:40:30.223-0400 I  STORAGE  [initandlisten] Index builds manager starting: d799b539-711c-4921-9b5e-d8529cfba4c3: admin.system.version
2020-10-23T08:40:30.226-0400 I  INDEX    [initandlisten] index build: inserted 1 keys from external sorter into index in 0 seconds
2020-10-23T08:40:30.227-0400 I  INDEX    [initandlisten] index build: done building index _id_ on ns admin.system.version
2020-10-23T08:40:30.227-0400 I  STORAGE  [initandlisten] Index builds manager completed successfully: d799b539-711c-4921-9b5e-d8529cfba4c3: admin.system.version. Index specs requested: 1. Indexes in catalog before build: 1. Indexes in catalog after build: 1
2020-10-23T08:40:30.242-0400 W  ASIO     [initandlisten] No TransportLayer configured during NetworkInterface startup
2020-10-23T08:40:30.242-0400 I  SHARDING [initandlisten] Marking collection local.system.replset as collection version: <unsharded>
2020-10-23T08:40:30.243-0400 I  STORAGE  [initandlisten] Flow Control is enabled on this deployment.
2020-10-23T08:40:30.243-0400 I  STORAGE  [initandlisten] finished checking dbs
2020-10-23T08:40:30.244-0400 I  REPL     [initandlisten] Stepping down the ReplicationCoordinator for shutdown, waitTime: 10000ms
2020-10-23T08:40:30.248-0400 I  SHARDING [initandlisten] Shutting down the WaitForMajorityService
2020-10-23T08:40:30.249-0400 I  NETWORK  [initandlisten] Shutting down the global connection pool
2020-10-23T08:40:30.249-0400 I  STORAGE  [initandlisten] Shutting down the FlowControlTicketholder
2020-10-23T08:40:30.249-0400 I  -        [initandlisten] Stopping further Flow Control ticket acquisitions.
2020-10-23T08:40:30.249-0400 I  STORAGE  [initandlisten] Shutting down the PeriodicThreadToAbortExpiredTransactions
2020-10-23T08:40:30.250-0400 I  STORAGE  [initandlisten] Shutting down the PeriodicThreadToDecreaseSnapshotHistoryIfNotNeeded
2020-10-23T08:40:30.250-0400 I  REPL     [initandlisten] Shutting down the ReplicationCoordinator
2020-10-23T08:40:30.250-0400 I  SHARDING [initandlisten] Shutting down the ShardingInitializationMongoD
2020-10-23T08:40:30.251-0400 I  REPL     [initandlisten] Enqueuing the ReplicationStateTransitionLock for shutdown
2020-10-23T08:40:30.251-0400 I  -        [initandlisten] Killing all operations for shutdown
2020-10-23T08:40:30.251-0400 I  COMMAND  [initandlisten] Shutting down all open transactions
2020-10-23T08:40:30.252-0400 I  REPL     [initandlisten] Acquiring the ReplicationStateTransitionLock for shutdown
2020-10-23T08:40:30.252-0400 I  INDEX    [initandlisten] Shutting down the IndexBuildsCoordinator
2020-10-23T08:40:30.252-0400 I  NETWORK  [initandlisten] Shutting down the ReplicaSetMonitor
2020-10-23T08:40:30.252-0400 I  CONTROL  [initandlisten] Shutting down free monitoring
2020-10-23T08:40:30.253-0400 I  FTDC     [initandlisten] Shutting down full-time data capture
2020-10-23T08:40:30.253-0400 I  STORAGE  [initandlisten] Shutting down the HealthLog
2020-10-23T08:40:30.253-0400 I  STORAGE  [initandlisten] Shutting down the storage engine
2020-10-23T08:40:30.254-0400 I  STORAGE  [initandlisten] Deregistering all the collections
2020-10-23T08:40:30.254-0400 I  STORAGE  [initandlisten] Timestamp monitor shutting down
2020-10-23T08:40:30.254-0400 I  STORAGE  [initandlisten] WiredTigerKVEngine shutting down
2020-10-23T08:40:30.254-0400 I  STORAGE  [initandlisten] Shutting down session sweeper thread
2020-10-23T08:40:30.255-0400 I  STORAGE  [initandlisten] Finished shutting down session sweeper thread
2020-10-23T08:40:30.255-0400 I  STORAGE  [initandlisten] Shutting down journal flusher thread
2020-10-23T08:40:30.298-0400 I  STORAGE  [initandlisten] Finished shutting down journal flusher thread
2020-10-23T08:40:30.298-0400 I  STORAGE  [initandlisten] Shutting down checkpoint thread
2020-10-23T08:40:30.298-0400 I  STORAGE  [initandlisten] Finished shutting down checkpoint thread
2020-10-23T08:40:30.305-0400 I  STORAGE  [initandlisten] shutdown: removing fs lock...
2020-10-23T08:40:30.308-0400 I  -        [initandlisten] Dropping the scope cache for shutdown
2020-10-23T08:40:30.308-0400 I  CONTROL  [initandlisten] now exiting
2020-10-23T08:40:30.308-0400 I  CONTROL  [initandlisten] shutting down with code:0

Trying restarting the DB and Wekan: systemctl restart mongod and systemctl restart wekan

If that fails too, I am at a loss. If no other apps use MongoDB:

sudo yunohost app remove wekan
sudo systemctl stop mongod
sudo apt purge mongodb-org
sudo apt autoremove

And then try reinstalling Wekan.

1 Like

Thanks for the help!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.