docs: add PostgreSQL coverage to installation page#173
Open
dimitri-yatsenko wants to merge 1 commit into
Open
Conversation
Bring the Installation how-to in line with multi-backend support: - document the `datajoint[postgres]` extra (added in 2.1) - replace "MySQL-compatible" with peer MySQL/PostgreSQL framing - add a PostgreSQL Docker snippet beside the MySQL one - list PostgreSQL options for RDS, Cloud SQL, and Azure Database - add a psycopg2 troubleshooting subsection - note PostgreSQL GRANT syntax differs, link to configure-database.md Version notes call out 2.1 (initial PostgreSQL backend) and 2.2.1 (`database.name` setting for selecting a non-default PostgreSQL database).
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.
Summary
datajoint[postgres]extra and the PostgreSQL Docker setup so the Installation how-to matches multi-backend support, not just MySQL.database.namesetting introduced in 2.2.1. Adds apsycopg2troubleshooting subsection and a pointer toconfigure-database.md#postgresql-backendfor the full reference.Test plan
mkdocs serveand open/how-to/installation/— confirm both Docker snippets render, thedatajoint[postgres]extra is visible, cloud DB list shows PostgreSQL, and thepsycopg2troubleshooting subsection appears.configure-database.md#postgresql-backendlink and confirm it lands on the right anchor.