Ok thanks for info. Maybe include that somewhere in the documentation?
Best posts made by bchampion
-
RE: Fusion auth hosted database connection info
Latest posts made by bchampion
-
Upgrading Database fails
When doing a maintenance mode upgrade of the database, I am getting this error in the logs
-- Update the version
UPDATE version
SET version = '1.18.0';
. Cause: org.postgresql.util.PSQLException: ERROR: cannot drop table old_identities because other objects depend on it
Detail: view verus_users depends on table old_identities
Hint: Use DROP ... CASCADE to drop the dependent objects too.Any thoughts on why this would be occurring?
-
RE: Fusion auth hosted database connection info
Ok thanks for info. Maybe include that somewhere in the documentation?
-
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?