Skip to content

Commit 80aa1db

Browse files
Update source/upgrading/MySQL.rst
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent c2418f7 commit 80aa1db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/upgrading/MySQL.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
.. parsed-literal::
2121
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;
2222

23-
After the upgrade of CLoudStack and while on one of those versions MySQL, an upgrade to a higher version of MySQL will lead to a broken system.
24-
The only remedie know is to apply those columns after the MySQL upgrade.
23+
After the upgrade of CloudStack, when some versions of MySQL are upgraded they may require additional corrective SQL queries to applied manually to fix the schema such as those around altering column types as illustrated above.

0 commit comments

Comments
 (0)