Skip to content

Commit 4097534

Browse files
authored
Update neon.mdx
1 parent 70cc5d6 commit 4097534

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/hyperdrive/examples

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/examples/neon.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can connect Hyperdrive to any existing Neon database by creating a new user
2121
1. Go to the [**Neon dashboard**](https://console.neon.tech/app/projects) and select the project (database) you wish to connect to.
2222
2. Select **Roles** from the sidebar and select **New Role**. Enter `hyperdrive-user` as the name (or your preferred name) and **copy the password**. Note that the password will not be displayed again: you will have to reset it if you do not save it somewhere.
2323
3. Select **Dashboard** from the sidebar > go to the **Connection Details** pane > ensure you have selected the **branch**, **database** and **role** (for example,`hyperdrive-user`) that Hyperdrive will connect through.
24-
4. Select the `psql` and check the **pooled connection** checkbox. Note down the connection string (starting with `postgres://hyperdrive-user@...`) from the text box.
24+
4. Select the `psql` and **uncheck the connection pooling** checkbox. Note down the connection string (starting with `postgres://hyperdrive-user@...`) from the text box.
2525

2626
With both the connection string and the password, you can now create a Hyperdrive database configuration.
2727

0 commit comments

Comments
 (0)