You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing reportportal through helm chart version 5.8.0, however its failing at migration number 46 with below error:
error: migration failed: invalid input syntax for type bigint: "7776000.000000" in line 0: CREATE OR REPLACE FUNCTION update_job_attributes_in_bounds()
@joshisumit We had the same issue and this was related to the used postgres version. After downgrading to version 13 the migration job finished successfully.
The version that would be installed by the referenced dependency would be postgres version 11. Unfortunately we couldn't find any documentation that clarified the supported postgres version.
Installing reportportal through helm chart version
5.8.0
, however its failing at migration number 46 with below error:error: migration failed: invalid input syntax for type bigint: "7776000.000000" in line 0: CREATE OR REPLACE FUNCTION update_job_attributes_in_bounds()
[v5] db-scrripts migration fail from 5.3.5 to 5.5 reportportal#1511 (comment)
Complete logs from
reportportal/migrations:5.8.0
Any pointers is appreciated.
The text was updated successfully, but these errors were encountered: