aibunny opened a new issue, #27795: URL: https://github.com/apache/superset/issues/27795
### Bug description I've been facing issues when building docker containers using superset 3.10 > and psql ,sometimes all the migrations are done successfully and some other time I have to do them using `superset db upgrade` but this still doesn't solve it. I spin multiple instances up in a week and at first I thought it was an issue with `psycopg2 <= 2.6` and upgraded it to > 2.99 using psql 16 but still not all tables are migrated only this  Without all tables being migrated it causes the invalid login error ### How to reproduce the bug Build a container using sst 3.1.0 > and psql 16 you can use supabase for the psql db ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.10 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
