-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run migrations. Can't build #96
Comments
Hi @tetricky
|
....I've done that, and it builds....but using the locally built image, or the published image, and I'm still getting the same result:
In this respect podman is direct syntax compliant with docker. I can use What I can't do is make |
It is perfectly installed (in the ghcr.io image, and locally when it's built correctly):
You have a problem in your |
For various reasons I'm not able to use docker.
I've pulled the image from ghcr.io, and had exactly the same problem. This is with the pulled image (v3.2.0):
|
The console executable is in |
Right. That's made it click in my head. I've mounted a local volume as /var/www/davis so that the data will persist - but in doing so whatever is in the container is now overwritten by an empty mount. I need to populate my local directory with whatever should be in the container (and it is in there still, but obscured by the mount). Is it just the Sorry for that, my mistake. |
The whole Davis application (ie. all PHP files, frontend, command line tools, etc) is in If you want to persist DAV files for instance, you can create a specific mount for that (example here where the |
Don't I need to also mount that in nginx for serving that directory? I'm not seeing my way through this, in my setup. |
If it's DAV, you don't, because it's served via PHP-FPM to whatever proxy you're providing downstream. If you're mounting other static files for a specific use case that I'm not aware of, then mount them directly in your proxy container, it's easier. |
I'm trying to install davis on podman.
Pulling the v3.2.0 image from ghcr.io, and attempting to run the database migrations I get the error:
Trying to build from the v3.2.0 release using
podman build --pull --file docker/Dockerfile --tag localhost/davis:latest
it ultimately fails with the error:I'm stuck.
The text was updated successfully, but these errors were encountered: