We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Horizon 2.21.0
Horizon 2.21.0 was deployed and it run migrations on instances that had ingesting disabled.
I expected migrations to only run on instances with ingestion enabled.
Migrations run on non-ingesting instances and those did not have write access to the database so failed.
@bartekn said that we do check it but only when migrations are done via --apply-migrations flag not db migrate up command. https://github.com/stellar/go/pull/3586/files
--apply-migrations
db migrate up
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version are you using?
Horizon 2.21.0
What did you do?
Horizon 2.21.0 was deployed and it run migrations on instances that had ingesting disabled.
What did you expect to see?
I expected migrations to only run on instances with ingestion enabled.
What did you see instead?
Migrations run on non-ingesting instances and those did not have write access to the database so failed.
@bartekn said that we do check it but only when migrations are done via
--apply-migrations
flag notdb migrate up
command. https://github.com/stellar/go/pull/3586/filesThe text was updated successfully, but these errors were encountered: