#Changing from supabase to railway postgresql instance

1 messages · Page 1 of 1 (latest)

fading scarab
#

Hello, as I am experiencing slow POST and GET responses and suspecting Supabase to be the bottleneck, I created a postgresql instance on railway and simply replaced the new URL by the new one.

Here is my custom start on railway.
medusa migrations run && npm run build:admin&& medusa start

My https://medusa14-production.up.railway.app/store/products shows that my backend is not connected to my database.
Are there other manipulations to do?

Thanks

upper dock
#

Works for me

fading scarab
#

Is there a way to populate the new postegreql database with the initial data given by the starter (username, password, a few products, regions, etc)
Or even better, transfer the old data from supabase?