[Spacewalk-list] spacewalk-schema-upgrade 1.6 -> 1.7

Rene Lehmann RLehmann at timocom.com
Wed Mar 14 10:54:57 UTC 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/spacewalk-list/attachments/20120314/ed5c6a04/attachment.htm>


More information about the Spacewalk-list mailing list