-
Notifications
You must be signed in to change notification settings - Fork 41
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
Database initialization during startup fails #73
Comments
yeah this was already reported in #67, but the current fix in 1.0.0.dev7 isnt particularly pretty, but I havent yet had time to get around that. it would work though. I should also probably backport it since 1.0.0 might still need a little more time |
Ah, I see! Let me know if you do backport it. We might wait for 1.0 as well. |
This is still quite broken. It's not to be used yet. Related to #1208
Im also experiencing this issue. I downloaded the docker image from here. docker logs:
config.yaml: Any updates on this? Why is it happening? |
@t1jlt have you tried using sqlite database first? I noticed this here only expects sqlite for now. https://github.com/zeratax/matrix-registration/blob/master/alembic/env.py#L79-L84 |
I'm trying the
0.9.1
Docker image.Configuration is like this:
The
matrix_registration
Postgres database is empty.I start matrix-registration with the following command:
docker run -it --rm --name matrix-registration --log-driver=none --user=991:991 --cap-drop=ALL --network=matrix --mount type=bind,src=/matrix/matrix-registration/config,dst=/config,ro --mount type=bind,src=/matrix/matrix-registration/data,dst=/data docker.io/zeratax/matrix-registration:v0.9.1 --config-path=/config/config.yaml serve
.. which results in:
Related to spantaleev/matrix-docker-ansible-deploy#1208
The text was updated successfully, but these errors were encountered: