Is there a way to import a csv? I already have som...
# support-questions-legacy
c
Is there a way to import a csv? I already have some users in a csv file but currently I can't find a way to migrate it to a production database
This is also because that the production database does not have a db url which I cant connect to.
Also, what's the specs difference between the dev connection and the production connection?
r
Hey @chunkygoo. for migration, you should checkout the migration docs on our site. It essentially tells you how to override the backend APIs to do a smooth migration of your users as they login.
c
Does the migration only cover Auth0 stuff?
I have a user base that is used a simple bcrypt login system to sign up before
And I wanna migrate those to supertokens
Is there a way?
r
Right. Yea. That guide. It’s specific to auth0, but the overall method is the same