Skip to content

Move MariaDB configuration guide section to the top.#1913

Merged
aaronweeden merged 8 commits intoubccr:xdmod11.0from
aaronweeden:update-configuration-guide
Oct 22, 2024
Merged

Move MariaDB configuration guide section to the top.#1913
aaronweeden merged 8 commits intoubccr:xdmod11.0from
aaronweeden:update-configuration-guide

Conversation

@aaronweeden
Copy link
Copy Markdown
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
@aaronweeden aaronweeden force-pushed the update-configuration-guide branch from 06c501b to df44dcd Compare September 6, 2024 18:41
ryanrath
ryanrath previously approved these changes Sep 6, 2024
Copy link
Copy Markdown
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

@aaronweeden aaronweeden force-pushed the update-configuration-guide branch from 6aa160c to c995af7 Compare October 11, 2024 19:43
@aaronweeden aaronweeden changed the title Mention sql_mode setting earlier in configuration guide. Move MariaDB configuration guide section to the top. Oct 11, 2024
@aaronweeden aaronweeden force-pushed the update-configuration-guide branch from 8526ff6 to a29c001 Compare October 17, 2024 14:41
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
Copy Markdown
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
Copy Markdown
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 force-pushed the update-configuration-guide branch from a29c001 to d5a01b1 Compare October 17, 2024 21:14
@ryanrath ryanrath self-requested a review October 22, 2024 14:04
@aaronweeden aaronweeden merged commit b5defe6 into ubccr:xdmod11.0 Oct 22, 2024
@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