Bug 1034201
Summary: | Issues during database cleanup after upgrade | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Alon Bar-Lev <alonbl> | ||||
Component: | ovirt-engine-setup | Assignee: | Eli Mesika <emesika> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | sefi litmanovich <slitmano> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | unspecified | CC: | acathrow, bazulay, didi, eedri, emesika, iheim, knesenko, pstehlik, Rhev-m-bugs, sbonazzo, yeylon | ||||
Target Milestone: | --- | Keywords: | AutomationBlocker, Regression, Triaged | ||||
Target Release: | 3.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | infra | ||||||
Fixed In Version: | is27 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | Type: | Bug | |||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1049022 | ||||||
Attachments: |
|
Description
Alon Bar-Lev
2013-11-25 12:20:38 UTC
Created attachment 828625 [details]
sql_file
Eli, now got in cleanup after setup: [ ERROR ] Failed to execute stage 'Misc configuration': relation "information_schema.user_defined_types" does not exist LINE 1: ... user_defined_type_name || ' ' || 'cascade;' from informatio... ^ QUERY: select 'drop function if exists ' || ns.nspname || '.' || proname || '(' || oidvectortypes(proargtypes) || ') cascade;' from pg_proc inner join pg_namespace ns on ( pg_proc.pronamespace=ns.oid ) where ns.nspname = 'public' union select 'drop type if exists ' || user_defined_type_name || ' ' || 'cascade;' from information_schema.user_defined_types where user_defined_type_schema = 'public' CONTEXT: PL/pgSQL function "oesetup_generate_drop_all_syntax" line 2 at RETURN QUERY please check. Thanks. Please check again after the following are merged : http://gerrit.ovirt.org/#/c/22170/ http://gerrit.ovirt.org/#/c/22188/ Eli - they are merged to master. Can you push to 3.3? I tried to, but had conflicts - perhaps because earlier changes are also not pushed for 3.3, not sure which. (In reply to Yedidyah Bar David from comment #6) > Eli - they are merged to master. Can you push to 3.3? I tried to, but had > conflicts - perhaps because earlier changes are also not pushed for 3.3, not > sure which. This was already pushed to 3.3 in http://gerrit.ovirt.org/#/c/22022/ Verified on RHEVM 3.3 IS27 Closing - RHEV 3.3 Released Closing - RHEV 3.3 Released |