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
The connections tab if you mean direct Postgres data ports.
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!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.
I'm thinking I'm using REST API I'm migrating over to Appwrite! I'll try and find the RESET API settings!
The guide that I'm using: https://appwrite.io/docs/advanced/migrations/supabase
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.
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.
Perfect; thank you so much that worked 😊