-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
rocky linux 8.8 bookstack 24버전 업데이트 후 사용 시 오류 #4923
Comments
Hi @KKW0, Can you share the exact terminal commands you're using to update BookStack, along the the full output shown when running each of the commands? |
I remember the command I entered in the terminal and send it to you as follows. The output of the command I used... is not left, so I can't send it to you, but I remember that there was no error when I worked on it. sudo systemctl stop nginx sudo mysqldump -u vabookstack -p vabookstackdb > bookstack_backup.sql Enter password tar -czvf bookstack_files_backup.tar.gz .env public/uploads storage/uploads themes cd /var/www/BookStack git config --global --add safe.directory /var/www/BookStack sudo git fetch sudo git checkout v24.02.2 composer install --no-dev php artisan migrate php artisan cache:clear sudo mysql -u vabookstack -p vabookstackdb < bookstack_backup.sql tar -xvzf bookstack_files_backup.tar.gz php artisan migrate sudo vi /var/www/BookStack/.env FILE_UPLOAD_SIZE_LIMIT=200 sudo vi /etc/php.ini post_max_size = 220M sudo systemctl restart php-fpm sudo vi /etc/nginx/nginx.conf client_max_body_size 200M; sudo nginx -t sudo systemctl restart nginx I didn't see any errors or anything like that when I did the above.. After that, everything works normally on winodws10 but on rocky linux 8.8, the problems that I told you about before are happening. Is there anything suspicious?? Just in case, I stopped nginx and updated it on git once again... the result was the same. |
Is this now solved now that you've closed this? |
버전은 23버전으로 낮춰서 잘 사용하고있습니다 추후에 다시 업데이트를 시도해보겠습니다. |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
After updating Lockie Linux 8.8 Bookstack 24 version, problems with write and table (cannot be added by dragging by range), code block (cannot be saved), draw, media input, etc. (using horizontal lines), and less storable when writing
If there is a solution, please let me know.
There was no problem with the update from version 23 to 24.
I updated the database I backed up. I checked the log and found no error code.
Works well on Windows...
Help me, please.
Exact BookStack Version
24.02.2
Log Content
Details
Hosting Environment
Lockie Linux 8.8 Bookstack 24.02.2 , php8.0.30 , mariadb , nginx , composer 2.7.1
The text was updated successfully, but these errors were encountered: