You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/10/02 09:14:16 UTC

[GitHub] [cloudstack] belperite opened a new issue #3614: Upgrade failing from 4.12 to 4.13

belperite opened a new issue #3614: Upgrade failing from 4.12 to 4.13
URL: https://github.com/apache/cloudstack/issues/3614
 
 
   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Upgrade failing from 4.12 to 4.13
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   ~~~
   4.13
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   KVM Hypervisor, management server on same machine as hypervisor, advanced networking.
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   OS is Ubuntu Bionic
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   I am attempting to upgrade from 4.12 to 4.13, however the upgrade is failing with:
   `2019-10-02 09:55:38,966 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) (logid:) Unable to upgrade the database
   com.cloud.utils.exception.CloudRuntimeException: 4.13.0.0KVM SystemVm template not found. Cannot upgrade system Vms
   	at com.cloud.upgrade.dao.Upgrade41200to41300.updateSystemVmTemplates(Upgrade41200to41300.java:210)
   	at com.cloud.upgrade.dao.Upgrade41200to41300.performDataMigration(Upgrade41200to41300.java:67)
   `
   The one which currently exists on the system is systemvmtemplate-4.11.3-kvm. The documentation specifically states that "System VM Template upgrade is not required when upgrading from 4.12.x to 4.13.0.0.". Indeed, there appears to be no later version than this to download.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   Run through upgrade instructions here:
   
   http://docs.cloudstack.apache.org/en/4.13.0.0/upgrading/upgrade/upgrade-4.12.html
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   The upgrade to succeed.
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   The upgrade failed.
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services