upgrade: add general notes on db.properties and dynamic roles - db.properties may need to have explicit driver declaration while upgrading - Link to using dynamic roles feature
Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/50bebe43 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/50bebe43 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/50bebe43 Branch: refs/heads/master Commit: 50bebe43df71094ad13976497ef83e92ebdc3836 Parents: 19a1cb6 Author: Rohit Yadav <[email protected]> Authored: Fri Jan 6 15:26:51 2017 +0530 Committer: Rohit Yadav <[email protected]> Committed: Fri Jan 6 15:30:18 2017 +0530 ---------------------------------------------------------------------- source/upgrade/upgrade_notes.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/50bebe43/source/upgrade/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/source/upgrade/upgrade_notes.rst b/source/upgrade/upgrade_notes.rst index 46cd1f6..3ff158e 100644 --- a/source/upgrade/upgrade_notes.rst +++ b/source/upgrade/upgrade_notes.rst @@ -25,6 +25,16 @@ As of Apache CloudStack 4.4, Java version required is 1.7 for the management-server, cloudstack-usage, KVM agent and system-VMs. +Migrating to dynamic roles feature +---------------------------------- + +As of Apache CloudStack 4.9, dynamic roles feature can be enabled after an +upgrade. Dyanamic roles feature is enabled by default on new installations. + +Please read more about `using dynamic roles <http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.9/accounts.html#using-dynamic-roles>`_ +feature and process of migrating to using this after an upgrade. + + OVS plug-in ----------- @@ -67,6 +77,19 @@ SystemVM 32bit deprecated Since CloudStack 4.2.1 build packages from source using non opensource modules param ``-nonoss`` changed to ``- noredist``. + +Explicit JDBC driver declaration +-------------------------------- + +While upgrading, on some environments the following may be required to be +added in CloudStack's db.properties file: + + # Add these to your db.properties file + db.cloud.driver=jdbc:mysql + db.usage.driver=jdbc:mysql + db.simulator.driver=jdbc:mysql + + Other Notes -----------
