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

On next release, include upgrade instructions for postgres 15 -> 16 #227

Closed
dessalines opened this issue Feb 5, 2024 · 3 comments · Fixed by #237
Closed

On next release, include upgrade instructions for postgres 15 -> 16 #227

dessalines opened this issue Feb 5, 2024 · 3 comments · Fixed by #237
Labels
enhancement New feature or request
Milestone

Comments

@dessalines
Copy link
Member

This is unfortunately necessary due to a postgres 15 memory leak: LemmyNet/lemmy#4406

This PR has the file: https://github.com/LemmyNet/lemmy/pull/4426/files#diff-4bb683dcf59cc3a55cf3b7c6f0b6a202149806f28f6ab704a83050d7d3aabf6c

Once that's merged, we need to make sure to have instructions for the upgrade on the next lemmy-ansible release.

@ticoombs
Copy link
Collaborator

ticoombs commented Feb 6, 2024

So this also removes the need to have jit = no in our customPostgres file too.

@ticoombs ticoombs added this to the 1.5.0 milestone Feb 6, 2024
@dessalines
Copy link
Member Author

I don't know enough about that setting to say if we should keep / remove, but I'd say pry remove.

@ticoombs ticoombs added the enhancement New feature or request label Feb 6, 2024
@ticoombs
Copy link
Collaborator

lemmy.cafe dev/admins "confirmed" that the leak no longer is present when using jit=no so we can get rid of that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants