-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after migration from 3.8.0 to 4.0.1 on postgresql #6
Comments
Component ids in DEPENDENCYMETRICS should have been updated to the the new component id or the rows removed if the referenced component no longer exists. I will check my test database, but I did not experience this issue when I ran the migration. |
I'm getting the following errors when trying to apply the postgres migration file: CREATE FUNCTION
|
@wargamez are you using postgres 9? The script was created using 10 where you can simply use the function name if it is unique. Try: DROP function cleanup_components(); |
correct, I was using postgres 9 |
@wargamez did the suggested change work? |
Hello, I am having a somewhat similar issue upgrading the postgres 11 database from 3.7 to 4.0 format using the upgrade file. Here are the two errors that I am observing:
Here are the lines from the sql file corresponding to these errors:
output_tables.txtThe OS is RHEL 7.7 |
Hello,
@aksagrimada, could you help please? After executing migration, when starting dtrack 4.0.1 we have the following error:
How can we fix it?
Thank you
The text was updated successfully, but these errors were encountered: