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

Build opensearch indexes on run #530

Closed
DonHaul opened this issue Aug 13, 2024 · 1 comment · Fixed by inspirehep/backoffice#95
Closed

Build opensearch indexes on run #530

DonHaul opened this issue Aug 13, 2024 · 1 comment · Fixed by inspirehep/backoffice#95
Assignees

Comments

@DonHaul
Copy link
Collaborator

DonHaul commented Aug 13, 2024

Spawned by:
#529

We need to find a tidy way for running the python manage.py opensearch index create command in all our environments:

  • locally
  • github workflows
  • qa

The fix below makes the behaviour locally and in gh workflows be the same:
inspirehep/backoffice#77
inspirehep/backoffice#81

Is there a way to also make run this index create in an automatic fashion in qa? the current workaround is to run it manually if we ever need ito redeploy it from scratch

@DonHaul
Copy link
Collaborator Author

DonHaul commented Aug 22, 2024

At the moment this is already being done in:

  • github workflows
  • local docker
    On qa we have discussed we this sort of command we will be running manually. so that we know exactly what was and wasn't run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant