You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and [collection](https://docs.couchbase.com/cloud/clusters/data-service/scopes-collections.html#create-collection)
23
+
on the cluster.
24
+
- The cluster's [public connection string](https://docs.couchbase.com/cloud/get-started/connect.html#connect-from-sdk-cbsh-cli-or-ide).
25
+
- The [cluster access name (username) and secret (password)](https://docs.couchbase.com/cloud/clusters/manage-database-users.html#create-database-credentials).
26
+
-[Incoming IP address allowance](https://docs.couchbase.com/cloud/clusters/allow-ip-address.html) for the cluster.
24
27
25
28
<AllowIPAddressRanges />
26
29
27
30
For a local Couchbase server, you will need:
28
31
29
-
- Installation of a local Couchbase server. [Learn how](https://docs.couchbase.com/server/current/getting-started/start-here.html).
30
-
- Connection details to the local Couchbase server. [Learn how](https://docs.couchbase.com/server/current/guides/connect.html).
32
+
-[Installation of a local Couchbase server](https://docs.couchbase.com/server/current/getting-started/start-here.html).
33
+
-[Connection details](https://docs.couchbase.com/server/current/guides/connect.html) to the local Couchbase server.
31
34
32
35
To learn more about how to set up a Couchbase cluster and play with data, refer to this [tutorial](https://developer.couchbase.com/tutorial-quickstart-flask-python).
Copy file name to clipboardExpand all lines: snippets/general-shared-text/postgresql.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ import AllowIPAddressRanges from '/snippets/general-shared-text/ip-address-range
36
36
- The host name and port number for the instance.
37
37
38
38
- For Amazon RDS for PostgreSQL, learn how to [get the host name and port number](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToPostgreSQLInstance.html#postgresql-endpoint).
39
-
- For Azure Database for PostgreSQL, learn how to [get the host](https://learn.microsoft.com/azure/postgresql/flexible-server/quickstart-create-server-portal#connect-to-the-azure-database-for-postgresql-flexible-server-database-using-psql). The port number is `5432`.
39
+
- For Azure Database for PostgreSQL, learn how to [get the host](https://learn.microsoft.com/azure/postgresql/flexible-server/quickstart-create-server#get-the-connection-information). The port number is `5432`.
40
40
- For local PostgreSQL installations, these values are in the `postgresql.conf` file's `listen_addresses` and `port` settings. This file should be on the same machine as the instance. These values might also already be set as environment variables named `PGHOST` and `PGPORT` on the same machine as the instance.
41
41
- For other installation types, see your PostgreSQL provider's documentation.
0 commit comments