Living-with-machines / lwmdb

A django-based library for managing the Living with Machines newspapers metadata database schema
https://living-with-machines.github.io/lwmdb/
MIT License
2 stars 0 forks source link

Fix and add instructions to address local Docker deploy issues #84

Open griff-rees opened 1 year ago

griff-rees commented 1 year ago

Deploying locally on a Mac (this doesn't seem to be an issue on the server) raises these errors:

...
-----------
 213603102
(1 row)

 setval
--------
   1460
(1 row)

ERROR:  could not extend file "base/28309/31037": No space left on device
HINT:  Check free disk space.
ERROR:  could not extend file "base/28309/31039": No space left on device
HINT:  Check free disk space.
ERROR:  could not extend file "base/28309/2606": No space left on device
HINT:  Check free disk space.
...
griff-rees commented 1 year ago

Clearing cache etc following the highest ranked answer on https://stackoverflow.com/questions/30604846/docker-error-no-space-left-on-device doesn't help. The default max docker image size on a local docker mac install may be the culprit. Trying out the suggestion in the Mac FAQ.

griff-rees commented 1 year ago
Screenshot 2023-04-22 at 09 32 49
griff-rees commented 1 year ago

Updating the virtual disk limit addressed that issue in a local deploy.

griff-rees commented 1 year ago

Need to split this into multiple issues: