Skip to content

Commit aed593c

Browse files
author
Daan Hoogland
committed
format
1 parent fe10da2 commit aed593c

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

source/upgrading/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Contents:
3636
.. toctree::
3737
:maxdepth: 1
3838

39-
upgrade/MySQL
39+
upgrade/mysql
4040
upgrade/valid_source
4141
upgrade/upgrade-4.14
4242
upgrade/upgrade-4.13

source/upgrading/upgrade/mysql.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,19 @@
1313
specific language governing permissions and limitations
1414
under the License.
1515
16-
|MySQL upgrade problems|
17-
Users who may upgrade their MySQL server after upgrading to Apache CloudStack 4.15 or later, may need to run the following SQL query to fix an issue with "cloud.nics" table's column type which may lead to exception seen in the management server logs. Users who have already upgraded their MySQL server prior to upgrading to Apache CloudStack 4.15 may not need this as this query runs as part of the 4.14.x to 4.15.0.0 database upgrade path.
16+
MySQL upgrade problems
17+
======================
18+
19+
Users who may upgrade their MySQL server after upgrading to Apache
20+
CloudStack 4.15 or later, may need to run the following SQL query to
21+
fix an issue with "cloud.nics" table's column type which may lead to
22+
exception seen in the management server logs. Users who have already
23+
upgraded their MySQL server prior to upgrading to Apache CloudStack
24+
4.15 may not need this as this query runs as part of the 4.14.x to
25+
4.15.0.0 database upgrade path.
26+
27+
.. note::
28+
The issue has not been seen in cases where the database was upgraded while on CloudStack version 4.14.
1829

1930
.. parsed-literal::
2031
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;

0 commit comments

Comments
 (0)