Upgrading repository to version 25.2
Since Dataedo 25.2 includes major changes in multiple areas, we recommend scheduling a support session to upgrade it. Alternatively, you can follow the checklist below or contact [email protected] for assistance.
See 25.2 release notes.
Upgrade checklist
Before upgrading
- Backup your repository.
- Check if your repository has connection to personal profiles (they are no longer supported).
- Enable additional authentication method, if your Portal only allows SAML authentication.
After upgrading
- Make sure SAML login works.
- Assign Connection Manager role to Scheduler users.
- Recreate Scheduler tasks if needed.
Before upgrading, back up your repository, so you can restore it later if anything goes wrong.
Check for unsupported personal profiles (25.2+)
Personal profiles are no longer supported.
To check if your repository contains connections that use them, connect to the repository using SSMS and run the following query:
SELECT d.[title]
FROM [dbo].[databases] d
INNER JOIN [dbo].[user_connections] uc
ON d.database_id = uc.database_id
If any connections are returned, their details may need to be recreated after the upgrade.
SAML authentication adjustments
If your Portal only allows SAML authentication:
- Before upgrading, log in and enable another authentication method (for example, Windows or built-in login).
- After upgrading, verify that SAML login works. If it fails, use the backup login method to access the Portal and reconfigure SAML.
If you enabled an additional authentication method before the upgrade, you can now safely disable it.
Scheduler access and roles (25.2+)
Starting with version 25.2, users managing Scheduler tasks must have the Connection Manager role in the Portal.
Make sure to assign this role after upgrading.
You can learn more here: User access and permissions
Recreating Scheduler tasks (25.2+)
If you were using:
-
Command line import: This feature is no longer supported. You must install the Dataedo Agent and recreate import tasks. Agent installation guide.
-
Built-in Scheduler: If existing tasks fail after the upgrade, delete and recreate them.