Skip to content
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

Move MariaDB configuration guide section to the top. #1913

Merged
merged 8 commits into from
Oct 22, 2024

Conversation

aaronweeden
Copy link
Contributor

@aaronweeden aaronweeden commented Sep 6, 2024

Description

This PR updates https://open.xdmod.org/configuration.html to move the MariaDB section to the top since it needs to be running before running xdmod-setup. This is a common gotcha about which we have gotten a number of tickets.

Checklist:

  • The pull request description is suitable for a Changelog entry
  • The milestone is set correctly on the pull request
  • The appropriate labels have been added to the pull request

@aaronweeden aaronweeden added the documentation Documentation updates label Sep 6, 2024
@aaronweeden aaronweeden added this to the 11.0.0 milestone Sep 6, 2024
ryanrath
ryanrath previously approved these changes Sep 6, 2024
Copy link
Contributor

@aestoltm aestoltm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to move the section about the database configuration up to the top or do we still want it where it currently is in configuration.md? Would it be beneficial to have this entire part towards the top?

[mysqld]
sql_mode = ''
max_allowed_packet = 1G
group_concat_max_len = 16M
innodb_stats_on_metadata = off
innodb_file_per_table = On

docs/configuration.md Outdated Show resolved Hide resolved
@aaronweeden aaronweeden changed the title Mention sql_mode setting earlier in configuration guide. Move MariaDB configuration guide section to the top. Oct 11, 2024
server system variable must be changed to 16MB from its default value of 1024
bytes.

The `max_allowed_packet` setting must be set to at least 16MB.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be the same as max_allowed_packet = 1G below? Or is 16MB a minimum with the actual set to 1GB?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, it's been that way since #1157

@aaronweeden aaronweeden merged commit b5defe6 into ubccr:xdmod11.0 Oct 22, 2024
4 checks passed
@aaronweeden aaronweeden deleted the update-configuration-guide branch October 22, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants