Replies: 1 comment
-
|
@mkastner can you reproduce this? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I usually develop by using a dumped copy of the production database. For some reason which I have been unable to figure out I keep getting this message:
Of course I don't want to lose my data. I'd like to fix the inconsistencies.
Moreover when i deploy my application everything is fine. When I run keystone config changes i.e. migrations in production there's no complaint about differences which might require a reset of the database. So I would expect if there's no problem with the deployed database, then there shouldn't be a problem with a dumped copy either.
I have no clue I can fix this. There ought to be a way to derive or infer a keystone database config from an existing database structure.
Beta Was this translation helpful? Give feedback.
All reactions