We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.platform.sh/add-services/mysql.html https://docs.platform.sh/add-services/postgresql.html
On HA / DG3, mariadb and postgresql expose multiple endpoints to let the user consume the service in different ways:
mariadb
postgresql
all: list of all endpoints, including, main and replicas replica: list all replica endpoints.
all
replica
Note: we need to check if -all is only for Mariadb or also available on postgresql
No response
The text was updated successfully, but these errors were encountered:
Thread suggests all is only available for Postgres, not MariaDB
Sorry, something went wrong.
-replica
-all
remilejeune2
Successfully merging a pull request may close this issue.
Where on docs.platform.sh should be changed?
https://docs.platform.sh/add-services/mysql.html
https://docs.platform.sh/add-services/postgresql.html
What exactly should be updated?
On HA / DG3,
mariadb
andpostgresql
expose multiple endpoints to let the user consume the service in different ways:all
: list of all endpoints, including, main and replicasreplica
: list all replica endpoints.Note: we need to check if -all is only for Mariadb or also available on postgresql
Additional context
No response
The text was updated successfully, but these errors were encountered: