-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
502 bad gateway error after hitting bookstack url #5439
Comments
Hi @ssddanbrown , Kindly provide the resolution for the same |
Hi @sachinvishwakarma26,
|
Hi @ssddanbrown , 1.> What web server are you actually using on the server to run with PHP/BookStack? |
@sachinvishwakarma26 What nginx configuration did you use? |
Hi @ssddanbrown. This is the below nginx configuration server { access_log /var/log/nginx/bookstack_access.log; client_max_body_size 1G; index index.php; location / { location ~ ^/(?:.htaccess|data|config|db_structure.xml|README) { location ~ .php(?:$|/) { location ~* .(?:jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ { |
|
Hi @ssddanbrown Bookstack and php-fpm are installed and as well as service running. |
Fix the If it's still not working, Please confirm if lines are added to the |
Hi @ssddanbrown Thanks now bookstack url is accessible with port no 80. we need to one more help currently one more bookstack application already running in Amazon linux2. So we wanted to transfer the data to new Rhel9 server bookstack URL. Could you please provide some any steps to transfer the exiting data instead of copying manually. Tanks, |
Hi @ssddanbrown , Kindly provide the update for the same? Thanks, |
You can find backup & restore instructions in the official documentation at https://www.bookstackapp.com/docs/admin/backup-restore/ |
Hi @watschi @ssddanbrown , We are trying to take db backup but its throwing below error. Kindly suggest here. |
Team, Kindly provide the update for the same. |
@sachinvishwakarma26 That You might be able to use either of these: # Run the mysqldump via the root user
sudo mysqldump -u root bookstack > bookstack.backup.sql
# Run the mysqldump via the bookstack user, and prompt for password
mysqldump -u bookstack -p bookstack > bookstack.backup.sql |
we have tried but isn't working |
So have you tried this? mysqldump -u bookstack -p bookstackdb > bookstack.backup.sql (and enter |
Hi @ssddanbrown , Thanks for youre valauble support as you suggested you are able to take the backup and restoration also done. |
Hi @ssddanbrown , Kindly provide the update for the same. |
Did you follow all steps in the backup and restore documentation (https://www.bookstackapp.com/docs/admin/backup-restore/)? If you followed all steps and are still facing errors, please see the debugging guide at https://www.bookstackapp.com/docs/admin/debugging/ and provide any errors from your log files. |
Yes we have followed the backup and restore documentation and successfully restoration completed. We went to through debugging steps everything is correcet. |
Hi @ssddanbrown. We are using mariadb database for bookstack. |
Hi @ssddanbrown , we are getting below Database error. Kindly advise here. |
With all due respect, I can no longer believe what you say since you very clearly provided incorrect information in the original post, which wastes extra time of people trying to help you. That looks like a bad restoration. Assuming nothing is important in that new target database, Empty the new target database (drop all tables) then try again. |
Can you help us to drop the tables with command and also provide command details for taking backup and as well as restore |
Kindly provide the updates for the same. |
Kindly update the status |
this is free software with people (Dan) working on it for free, so please don't excessively tag people for updates. They are already notified the first time, and there are no obligations regarding support. As to your questions: For dropping the tables, the easiest way is to just delete the database, command should easily be found with an internet search. Dropping/deleting a database: https://mariadb.com/kb/en/drop-database/ |
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hi @ssddanbrown we are tried to configure bookstack on RHEL 9 and we have completed all configuration setup with following you're document.
we are running application on Nginx web serrvice and we are able to access application through localhost but in not in port no 80 in the browser, its throwing error like bad gateway.
Could you please help us here.
2024-07-RHEL9-install (1).pdf
Exact BookStack Version
8.2
Log Content
No response
Hosting Environment
Hi @ssddanbrown we are tried to configure bookstack on RHEL 9 and we have completed all configuration setup with following you're document.
we are running application on Nginx web serrvice and we are able to access application through localhost but in not in port no 80 in the browser, its throwing error like bad gateway.
Could you please help us here.
The text was updated successfully, but these errors were encountered: