-
Notifications
You must be signed in to change notification settings - Fork 11
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
0.18.1 #50
0.18.1 #50
Conversation
!testme |
It seems that several servers that updated to version 0.18 are having problems and have been offline for several hours. It also seems that this is only the case for the frontend and not the backend. https://beehaw.org/post/726880 Edit: DDOS attack, not an error at 0.18 https://lemmy.ml/comment/909960 |
!testme |
!testme |
!testme |
I think there are a couple of things going on here. First, the latest release of Lemmy (0.18.1) requires Postgres 15, this should be satisfied by Debian 12 Bookworm once YunoHost upgrades to add support for it. Second, the error seen in testing seems to be as a result of the I spun up a VM with a clean install of Debian 12, installed YunoHost using the bookworm install script, added the npm install line to the Lemmy install script and everything seems to be working as expected. |
!testme |
Just ran the latest set of changes up to 808495b and unfortunately it still breaks, I did some local testing and it looks like it can be fixed quite easily. Simply change these two lines
This will change our directory to the As an added bonus this seems to work on Debian 11! |
Co-authored-by: Matthew DeAbreu <[email protected]>
!testme |
@mdeabreu thank you for your help! merging to testing |
Problem
Solution
PR Status
Automatic tests
Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)