docs: Document PostgreSQL database support for Mautic 7.x#697
docs: Document PostgreSQL database support for Mautic 7.x#697promptless-for-oss wants to merge 3 commits into
Conversation
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. |
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
adiati98
left a comment
There was a problem hiding this comment.
@promptless-for-oss please address the suggestions.
|
I've addressed the review feedback: Changes made:
Ready for re-review. |
|
@promptless-for-oss please rebase to 7.2 |
- 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>
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
823bbe3 to
0e8bf98
Compare
|
The branch has been rebased onto Note: The PR's base branch in GitHub still shows |
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 🔗