Skip to content

Commit

Permalink
update admin.md: add section regarding disk space problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Libisch authored May 17, 2017
1 parent 01007d9 commit 698d1af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ index:
$ scripts/dump_mongo_to_es.py -r

### Photos are missing

TODO

### Disk space problems
Here are some commands to try if a server disk space runs out
```
sudo find /tmp -name 'tmp*' -exec rm -f {} \;
```

0 comments on commit 698d1af

Please sign in to comment.