Hey everybody,

i´ve got the following error by execute the schema-upgrade:

> No existing schema version info found in rhnVersionInfo.

I´ve take a look at the script and found the query for the old schema
version:

        select rhnPackageName.name || '-' || (PE.evr).version || '-' ||
(PE.evr).release
        from rhnVersionInfo, rhnPackageName, rhnPackageEVR PE
        where rhnVersionInfo.label = 'schema-from'
                and rhnVersionInfo.name_id = rhnPackageName.id
                and rhnVersionInfo.evr_id = PE.id;

But the table rhnVersionInfo doesn´t have an entry with the label schema.
There´s only one entry with the name 'schema-from-20110722-165234'

Any ideas how can i fix it?

kind regards,

Rene
_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to