docs: Document PostgreSQL database support for Mautic 7.x#697
Draft
promptless-for-oss wants to merge 17 commits into
Draft
docs: Document PostgreSQL database support for Mautic 7.x#697promptless-for-oss wants to merge 17 commits into
promptless-for-oss wants to merge 17 commits into
Conversation
- Add supported database versions (MySQL 8.4+, MariaDB 10.11+, PostgreSQL 16+) - Document MySQL PDO and PostgreSQL PDO driver options in web installer - Add PostgreSQL local.php configuration example - Add PostgreSQL command line installation example - Update CLI help text with database driver options (pdo_mysql, pdo_pgsql) - Add default port guidance (3306 for MySQL/MariaDB, 5432 for PostgreSQL) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
There was a problem hiding this comment.
(Line 75)
PostgreSQL database support reintroduced in PR #15926. Supported range: PostgreSQL 16+, PHP 8.2+. Affects database integration section in docs/getting_started/how_to_install_mautic.rst.
Source: mautic/mautic#15926
|
|
||
| * Your server environment meets the minimum requirements for the version you are installing. Read more in :xref:`Mautic's Requirements`. | ||
|
|
||
| * Your server directory is writable by the Mautic web server. |
Author
There was a problem hiding this comment.
PR #15926 reintroduces PostgreSQL database support in Mautic 7.x. Supported versions: PostgreSQL 16+, MySQL 8.4+, MariaDB 10.11+. Changes in how_to_install_mautic.rst.
Source: mautic/mautic#15926
escopecz
requested changes
Apr 21, 2026
adiati98
requested changes
Apr 21, 2026
Contributor
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions.
adiati98
reviewed
Apr 21, 2026
Updates formatting per reviewer feedback: - Database Port field: parentheses to dashes for port numbers - --db_driver help text: parentheses to dashes, add quotes around values - --db_port help text: parentheses to dashes for port numbers
Author
|
I've addressed the review feedback: Changes made:
Ready for re-review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Documents the reintroduction of PostgreSQL database support in Mautic 7.x based on PR #15926.
Changes
how_to_install_mautic.rst
--db_driverdocumentation to show bothpdo_mysqlandpdo_pgsqloptions with port guidanceKey Feature Details from PR #15926
Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗