@dan 1.17.5 - 1.18.4
Posts made by bchampion
-
Upgrading Database failsposted in Q&A
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 infoposted in Q&A
Ok thanks for info. Maybe include that somewhere in the documentation?
-
Fusion auth hosted database connection infoposted in Q&A
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?