LemmyNet / lemmy-ansible

A docker deploy for ansible
GNU Affero General Public License v3.0
248 stars 92 forks source link

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

Closed dessalines closed 4 months ago

dessalines commented 8 months ago

This is unfortunately necessary due to a postgres 15 memory leak: https://github.com/LemmyNet/lemmy/issues/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 commented 8 months ago

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

dessalines commented 8 months ago

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

ticoombs commented 7 months ago

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