-
Hi, I am standing up a Hydra 1.10.7 docker instance in AWS ECS. To get through the initial database seeding step, I ran the 'migrate sql --yes $DSN' as a separate I got the below output, which is not something I've seen in a 'vanilla' (non-ECS) Docker setup:
Do you think it's a problem? I verified that I have the relevant tables in the database after the above command ran:
Maybe it's just a quirk of RDS? Is there anything else I should do to validate that the database integrity is ok? I can see 51 rows in the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
BTW, I re-ran the same command later, and I got this:
As it shows, all migrations are Applied - I assume this implies 'Already Applied'. I think things are ok.. I was able to create an oAuth2.0 Client at least... but I would appreciate some reassurance that the 'unable to dump schema' message here is a harmless message and perhaps from some sort of security precaution by AWS in either RDS or ECS that prevents it 'opening' a file. |
Beta Was this translation helpful? Give feedback.
-
All is good, the warning will be fixed in the upcoming versions! |
Beta Was this translation helpful? Give feedback.
All is good, the warning will be fixed in the upcoming versions!