Uh oh!
There was an error while loading. Please reload this page.
[stable29] fix(session): Log when session_* calls are slow - #47105
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
ArtificialOwl
commented
Aug 27, 2024
I have a strange behavior when installing a fresh 29.0.5 (same with its rc1), but not on 30, and reverting this PR fixes the issue... during the setup on the web interface with mysql, after the creation of the database, the migration steps are not done on the mysql but a sqlite file is generated. Meaning that no tables are created on the mysql, and the instance ends up with a 500 as the config.php is configured to run with mysql. my first though was that the system config is lost when calling MigrationService @artonge ? can you do some more test with a 29.0.5 patched to revert this PR, as you were also able to reproduce the issue on your side ? |
nickvergessen
commented
Aug 27, 2024
And do you end up with a log files that has a slow session? |
artonge
commented
Aug 27, 2024
@ArtificialOwl I confirm that without this PR, the 29.0.5 installation works fine. |
ArtificialOwl
commented
Aug 27, 2024
No, log is pretty empty: |
nickvergessen
commented
Aug 27, 2024
Can you comment out: TO see if the log of the slow session is causing it? |
the issue seems to come when calling call If I filter the value |
ArtificialOwl
commented
Aug 27, 2024
joshtrichards
commented
Aug 27, 2024
This showed up over the weekend with Docker installs: nextcloud/docker#2283 |
Backport of PR #46106