Replies: 1 comment
-
Environment / OS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Just ran through the installation steps for MediaCMS.
After running the "docker-compose up" command the files download (though took a few attempts as I am on a poor connection and docker is really flaky with how it manages downloads).
Once this completed the pull and extraction I got the following message:
ERROR: for migrations Container "d2e43a566677" is unhealthy
Checking that container it is as follows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d2e43a566677 postgres:17.2-alpine "docker-entrypoint.s…" 4 minutes ago Restarting (1) 44 seconds ago mediacms_db_1
I've tried running docker-compose up again in case files failed to download but the same message comes up?
EDIT: Okay I managed to get MediaCMS configured on an external drive after amending the volumes on the docker-compose.yaml file and re-running it all again.
However, all my uploads fail. They get to a certain percent then fail. I think it may be a permission issue? Maybe Docker/MediaCMS does not have write permission to the external drive, I am unsure what I need to do to correct this? Sorry I am new to Linux and Self-Hosting.
I tried "sudo chmod -R 777 /path/to/mediacms" just to see, but the issue remains
The warning given in the log when the upload fails: 2025/03/13 21:21:39 [warn] 43#43: *15 a client request body is buffered to a temporary file /var/lib/nginx/body/0000000008, client: 192.168.0.101, server: , request: "POST /fu/upload/ HTTP/1.1", host: "192.168.0.113", referrer: "http://192.168.0.113/upload"
Beta Was this translation helpful? Give feedback.
All reactions