mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
Updated Repair MongoDB (markdown)
parent
3565c54ab6
commit
95d6c9c258
1 changed files with 15 additions and 1 deletions
|
|
@ -1,6 +1,20 @@
|
||||||
## Repair Snap WeKan
|
## Repair Snap WeKan
|
||||||
|
|
||||||
https://github.com/wekan/wekan/issues/5073#issuecomment-1671408238
|
```
|
||||||
|
sudo su
|
||||||
|
|
||||||
|
snap stop wekan
|
||||||
|
|
||||||
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||||
|
|
||||||
|
export PATH="/snap/wekan/current/bin:$PATH"
|
||||||
|
|
||||||
|
mongod --dbpath "/var/snap/wekan/common" --repair >> /root/repairlog.txt
|
||||||
|
|
||||||
|
snap start wekan
|
||||||
|
|
||||||
|
exit
|
||||||
|
```
|
||||||
|
|
||||||
## Repair Docker WeKan
|
## Repair Docker WeKan
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue