Closed TxTechnician closed 2 months ago
Increasing the sort_buffer_size
solved the problem.
Here is the SO question that lead me to the answer: Stack Overflow
I increased the size using a command in docker compose:
mysql:
image: 'mysql/mysql-server:8.0'
ports:
- '3306:3306'
command: --sort_buffer_size=256M
I'll might write a my.cnf
with the updated params.
Steps to reproduce the problem
That is what I did to get this to happen back in May. I upgraded to version 2.3 in August, and still have the same error:
mixpost-mysql-1 | 2024-08-27T16:12:51.578596Z 78 [ERROR] [MY-013131] [Server] Out of sort memory, consider increasing server sort buffer size!
I assume this is a setting I need to change in the MySQL container.
That's a shot of my home page. I pasted a few photos and saved. And that's the last thing I did before getting this error.
MySql Docker logs
Mixpost Info:
Expected behaviour
Should be able to edit a webpage/ create a page
Actual behaviour
Error when trying to edit or create a page
Detailed description
No response
Specifications
Describe your issue
Health
Environment:: production Debug Mode: Disabled Horizon: Active Queue connection: OK Schedule: Ran 0 minute(s) ago
Technical details:
App directory: /var/www/html Upload Media Disk: public Log Channel: mixpost User agent: Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0 PHP: 8.2.18 Laravel: 10.48.20 Horizon: 5.28.0.0 Mixpost: 2.3.0.0