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

#239: bug/firestore_native_mode - in deploy, ensuring firestore database is configured in native mode #240

Conversation

gregoryfoster
Copy link

Link to Relevant Issue

This pull request resolves #239

Description of Changes

Adds call to:

gcloud alpha firestore databases update --type=firestore-native

in the deploy workflow in the Justfile. Has not been tested! And might be better situated more immediately after the creation of the firestore database in the setup workflow. But I just placed it in the location identified in the related issue as when the issue arises, so it should be fine as is.

@evamaxfield
Copy link
Member

I will run a quick deploy test in ~30 minutes!

@evamaxfield
Copy link
Member

I think the issue causing failures here is a simple missing dependency that spacy added in the last few months. When I try my deploy I will try and fix

@evamaxfield
Copy link
Member

@gregoryfoster can you pull and merge main? I just pushed a commit that should fixed the pipeline

@evamaxfield
Copy link
Member

Actually I am going to close this as I tested out your change and it was almost correct but had to move some stuff around and add a sleep statement. All of the changes were pushed here:

8f72ae7

Thanks for finding the correct command to use because finding the right spot was a breeze

@evamaxfield evamaxfield closed this Dec 2, 2023
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.

deploy-infra - problem when Firestore database created in deprecated Datastore Mode
2 participants