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: add more annoying prompt for postgres updates #178

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

SuperSandro2000
Copy link
Member

@SuperSandro2000 SuperSandro2000 commented Dec 10, 2024

Things done

  • Made sure, no settings are changed by default
  • Tested changes on a real world deployment

@SuperSandro2000 SuperSandro2000 marked this pull request as draft December 10, 2024 20:51
@SuperSandro2000 SuperSandro2000 marked this pull request as ready for review December 13, 2024 17:02
@SuperSandro2000
Copy link
Member Author

The eval failure with my branch is unrelated. I need to add something like the following to my branch:

# https://github.com/h5bp/server-configs-nginx/blob/main/h5bp/web_performance/cache-file-descriptors.conf
open_file_cache max=1000 inactive=20s;
open_file_cache_valid 30s;
open_file_cache_min_uses 2;
open_file_cache_errors on;

@SuperSandro2000 SuperSandro2000 merged commit 42d93a2 into main Dec 14, 2024
8 of 9 checks passed
@SuperSandro2000 SuperSandro2000 deleted the postgres-update branch December 14, 2024 01:20
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.

1 participant