Fusion auth hosted database connection info
-
We need to be able to connect to the database that fusion auth cloud is leveraging (postgresql) in order to run some user migrations. I've been searching through the app and forums but haven't found any information on how to connect to it. Any ideas?
-
Sorry, I'm not sure I understand. You are saying you want to be able to connect directly (via psql or some other tool) to the database that your fusionauth cloud instance uses?
-
@dan Yes
-
Ah, thanks for clarifying.
We don't allow direct access to any database in FusionAuth Cloud (for security reasons). We can provide a database export upon request (up to a few times a year) but that doesn't seem like it will suit your needs.
Perhaps you can the API to interact with your user database and perform the required changes instead?
-
Ok thanks for info. Maybe include that somewhere in the documentation?