Can you change a database connection name after creation?

Created a database connection a while back and now would like to adjust the name instead of creating a new one as it already has users in it. Any ideas on how to do that?

If not possible, how can I migrate all the users to a new one and point the existing application to it? Any help would be much appreciated.

Hi @raffi,

Welcome to the Auth0 Community!

Unfortunately, it is not possible to change your database name after creation.

In this scenario, one workaround would to be migrate your users from your previous database to the new database.

For this, I recommend using our User Import / Export Extension extension.

Or you could manually do it through the Management API’s Import/Export job endpoints:

Please let me know if you have any additional questions.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.