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

postgres push #53

Closed
wants to merge 1 commit into from
Closed

postgres push #53

wants to merge 1 commit into from

Conversation

RazenaSaleem
Copy link
Collaborator

No description provided.

@@ -46,7 +46,11 @@ func (p *postgresDB) ensureLatestMigration() error {
if err != nil {
return fmt.Errorf("could not get migration client: %w", err)
}

err = migrateClient.Force(23)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why force migrate , that to only 23 version of file

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QT pod going to crashloop with the below issue.Thats why done force migration.
2024/02/08 05:29:43 could not execute migrations: could not run migrations: Dirty database version 23. Fix and force version.

@RazenaSaleem RazenaSaleem deleted the dummy branch April 12, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants