You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serving the registration app with a postgres backed database fails as multiple steps in the database creation process are not done
The ips table does not have a unique constraint with address
Manually adding the constraint still fails as the token and name are incompatible types
To Reproduce
Create a new postgres database with "createdb -O <registration-user> <registration-table>"
Connect to the postgres database using the "postgress://..." connection string
The container will crash hard and will not start up and will display the error about unique constraints, fixing that it still will not start as there are incompatible types with the token and name
Expected behavior
Database is successfully created and the container will start
Screenshots
N/A
System:
OS: Ubuntu (Docker/K8s)
python version: Docker container version
matrix registration version: v0.9.1/v0,9.1.post1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Serving the registration app with a postgres backed database fails as multiple steps in the database creation process are not done
To Reproduce
Expected behavior
Database is successfully created and the container will start
Screenshots
N/A
System:
Additional context
N/A
The text was updated successfully, but these errors were encountered: