How Do I Find My Endpoint

Hello, I'm in the middle of trying to migrate my database ans such over to another provider and I'm trying to figure out my Endpoint from Supabase! Where would I find this?!
7 Replies
garyaustin
garyaustin3w ago
The connections tab if you mean direct Postgres data ports.
PuzzledApples
PuzzledApplesOP3w ago
Okay thank you; I’ll give that a try! I did try that and it didn't work! In the migration guide that I'm following from the new provider; apparently it should be under the Project Settings and API Key but I can't find it there!
garyaustin
garyaustin3w ago
Your are going to have to give some details for what you are trying to connect to. There are database connections (used to run SQL) and REST API connections (API Key and API URL). These are the two tabs with the REST API settings (URL in first) and Keys in 2nd.
PuzzledApples
PuzzledApplesOP3w ago
I'm thinking I'm using REST API I'm migrating over to Appwrite! I'll try and find the RESET API settings!
PuzzledApples
PuzzledApplesOP3w ago
Migrate from Supabase - Docs - Appwrite
Effortlessly migrate from Supabase to Appwrite. Discover migration strategies, data transfer methods, and tips for a smooth transition to Appwrite.
garyaustin
garyaustin3w ago
That guide says you need both the Project URL/APIkey and the Database port. Session (5432) Pooler port from the connections tab at the top of the dashboard works with IPv4 networks. The direct Port (5432) works with IPv6. You'll also need the database password you setup the DB with.
PuzzledApples
PuzzledApplesOP3w ago
Perfect; thank you so much that worked 😊

Did you find this page helpful?