Skip to content
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

[BUG] run-migrations fails with RDS Postgres 14.8 #3966

Closed
2 tasks done
davidmirror-ops opened this issue Aug 15, 2023 · 3 comments
Closed
2 tasks done

[BUG] run-migrations fails with RDS Postgres 14.8 #3966

davidmirror-ops opened this issue Aug 15, 2023 · 3 comments
Labels
bug Something isn't working stale

Comments

@davidmirror-ops
Copy link
Contributor

davidmirror-ops commented Aug 15, 2023

Describe the bug

Trying to deploy flyte-core to an EKS cluster and using an RDS DB with the following configuration:

  • Aurora engine (Postgres compatible)
  • Postgres 14.8
  • Single master
  • Password authentication

Renders an unusable deployment. flyteadmin pods remain on CrashLoopBackOff

Logs from the run-migrations init container show the following:

Error: database migration failed: ERROR: relation "description_entities" does not exist (SQLSTATE 42P01)

The same behavior has been reported previously (see here)

Expected behavior

DB version, especially under the same major release, should not matter. Otherwise, supported DB versions should be clearly documented

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@davidmirror-ops davidmirror-ops added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Aug 15, 2023
@eapolinario eapolinario self-assigned this Aug 18, 2023
@eapolinario eapolinario removed the untriaged This issues has not yet been looked at by the Maintainers label Aug 18, 2023
@eapolinario
Copy link
Contributor

Let's try to repro this, first on a sandbox and only then on an EKS cluster. David mentioned that this doesn't happen on version 14.6.

Copy link

Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable.
Thank you for your contribution and understanding! 🙏

@github-actions github-actions bot added the stale label May 15, 2024
@eapolinario eapolinario removed their assignment Jun 12, 2024
@eapolinario
Copy link
Contributor

fixed by #5157.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants