1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +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 refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
api/legacy/unleash
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 refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
change-requests.md
custom-activation-strategies.md Source proxy and Edge docs from GitHub (#3122) 2023-02-16 13:36:28 +01:00
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
feature-toggles.mdx refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
front-end-api.md Source proxy and Edge docs from GitHub (#3122) 2023-02-16 13:36:28 +01:00
impression-data.md Source proxy and Edge docs from GitHub (#3122) 2023-02-16 13:36:28 +01:00
login-history.md
maintenance-mode.mdx
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
segments.mdx
service-accounts.md
sso.md
stickiness.md
strategy-constraints.md
tags.md
technical-debt.md refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
unleash-context.md
whats-new-v4.md