-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
relation "hydra_client" does not exist (postgres) #381
Comments
Hm, are you sure that you're running version 0.7.7? I checked the code and it looks like this issue 4f931cd which that was resolved in > 0.7.2 |
Hi Aeneas, You are right: I am surprised as I downloaded: Thanks |
Hm, I can't reproduce this, at least on windows:
Are you sure the binary you're running is actually the one you downloaded? |
on linux neither:
|
Somehow I must have mistakenly downloaded the wrong version. |
INFO[0000] Connecting with postgres://:@localhost:5432/hydra_test?
INFO[0000] Connected to SQL!
WARN[0000] Expected system secret to be at least 32 characters long, got 0 characters.
INFO[0000] Generating a random system secret...
INFO[0000] Generated system secret: -6&F!...
WARN[0000] WARNING: DO NOT generate system secrets in production. The secret will be leaked to the logs.
INFO[0000] Applied 1 migrations postgres!
INFO[0000] Key pair for signing hydra.openid.id-token is missing. Creating new one.
INFO[0004] Key pair for signing hydra.consent.response is missing. Creating new one.
INFO[0011] Key pair for signing hydra.consent.challenge is missing. Creating new one.
Could not fetch client list: pq: relation "hydra_client" does not exist
hydra_test=# \dt
List of relations
Schema | Name | Type | Owner
--------+---------------------------+-------+-------
public | hydra_groups_migration | table | calm
public | hydra_jwk | table | calm
public | hydra_jwk_migration | table | calm
public | hydra_oauth2_access | table | calm
public | hydra_oauth2_code | table | calm
public | hydra_oauth2_migration | table | calm
public | hydra_oauth2_oidc | table | calm
public | hydra_oauth2_refresh | table | calm
public | hydra_policy_migration | table | calm
public | hydra_warden_group | table | calm
public | hydra_warden_group_member | table | calm
public | ladon_policy | table | calm
public | ladon_policy_permission | table | calm
public | ladon_policy_resource | table | calm
public | ladon_policy_subject | table | calm
(15 rows)
Versions:
hydra v0.7.7 , postgres 9.5 , Ubuntu 16.04.1 LTS
The text was updated successfully, but these errors were encountered: