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

Fix fetch_latest_db rake command #4256

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Fix fetch_latest_db rake command #4256

merged 1 commit into from
Apr 9, 2024

Conversation

dorner
Copy link
Collaborator

@dorner dorner commented Apr 5, 2024

This command was crashing on my local with

rake aborted!
ActiveRecord::StatementInvalid: PG::ConnectionBad: PQconsumeInput() FATAL:  terminating connection due to administrator command (ActiveRecord::StatementInvalid)
server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.

With this change, it no longer crashes.

@dorner dorner requested a review from cielf April 5, 2024 20:06
@cielf
Copy link
Collaborator

cielf commented Apr 5, 2024

Oh excellent! I'll give this a shot.

@cielf
Copy link
Collaborator

cielf commented Apr 6, 2024

I'm having a different problem with mine the last few days. My theory is that it's because I'm running postgresql@14, and need to upgrade.

Copy link
Collaborator

@cielf cielf left a comment

Choose a reason for hiding this comment

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

From a practical pov: Yay! It works!
I wonder why it stopped working in the first place, but I'm not going to lose any sleep over it.

@cielf
Copy link
Collaborator

cielf commented Apr 7, 2024

Holding off on the merge until the April 7 release is done.

@cielf cielf merged commit 4177951 into main Apr 9, 2024
20 checks passed
@cielf cielf deleted the fix-fetch-latest-db branch April 9, 2024 14:51
Copy link
Contributor

@dorner: Your PR Fix fetch_latest_db rake command is part of today's Human Essentials production release: 2024.04.14.
Thank you very much for your contribution!

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.

2 participants