1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/website/docs/reference
Thomas Heartman d23266decb
docs: clarify that we don't support multi-host db urls (#3312)
This PR updates the docs to clarify that we don't support multi-host
strings in the databaseUrl configuration variable.

The docs used to just mention that we accept libpq strings, but as
reported in #3221, we **don't** support multi-host strings.

I did some digging and found that this is because [node-postgres -- the
library we use to connect to postgres -- itself does not support
multi-host
strings](https://github.com/brianc/node-postgres/issues/2308).

To fix this, we would need to replace the library we use or otherwise
wrap it. While this would be a better long-term solution, we don't have
the capacity to it right now. But we can update the docs to better
reflect reality.
2023-03-17 10:13:08 +01:00
..
addons
api/legacy/unleash docs: new variants per environment (#2590) 2023-02-24 15:25:03 +01:00
deploy docs: clarify that we don't support multi-host db urls (#3312) 2023-03-17 10:13:08 +01:00
integrations
sdks docs: remove the proxy from the sdks overview table (#3060) 2023-02-22 09:42:47 +00:00
activation-strategies.md
api-tokens-and-client-keys.mdx
archived-toggles.md
change-requests.md docs: Update change requests permissions docs (#3194) 2023-02-27 08:47:01 +01:00
custom-activation-strategies.md
environments.md docs: slight update to environment docs (#3187) 2023-02-24 12:48:45 +00:00
event-log.md
feature-toggle-types.md
feature-toggle-variants.md docs: new variants per environment (#2590) 2023-02-24 15:25:03 +01:00
feature-toggles.mdx
front-end-api.md
impression-data.md
login-history.md docs: login history (#3261) 2023-03-08 19:08:50 +00:00
maintenance-mode.mdx feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
network-view.mdx network-view-docs: rename source file (#3183) 2023-02-24 08:36:12 +00:00
playground.mdx
projects.md
public-signup.mdx
rbac.md docs: update documentation around permissions for variants (#3195) 2023-02-28 14:06:24 +01:00
segments.mdx feat: better segment info (#3243) 2023-03-02 14:13:27 +00:00
service-accounts.md
sso.md
stickiness.md
strategy-constraints.md
tags.md
technical-debt.md
unleash-context.md
whats-new-v4.md