Skip to content

Commit 3db8f24

Browse files
author
Daan Hoogland
committed
mysql-quirk
1 parent 68210ce commit 3db8f24

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

source/upgrading/MySQL.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. Licensed to the Apache Software Foundation (ASF) under one
2+
or more contributor license agreements. See the NOTICE file
3+
distributed with this work for additional information#
4+
regarding copyright ownership. The ASF licenses this file
5+
to you under the Apache License, Version 2.0 (the
6+
"License"); you may not use this file except in compliance
7+
with the License. You may obtain a copy of the License at
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
Unless required by applicable law or agreed to in writing,
10+
software distributed under the License is distributed on an
11+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
12+
KIND, either express or implied. See the License for the
13+
specific language governing permissions and limitations
14+
under the License.
15+
16+
|MySQL upgrade problems|
17+
When upgrading newer CloudStack versions on older MySQL versions, some of the upgrade scripts may not apply fully on the database and some changes will be missing in the resulting installation.
18+
19+
some versions of mysql dont apply a sql statement like
20+
.. parsed-literal::
21+
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;
22+
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.

source/upgrading/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ release. Please read through all sections carefully before starting.
3131
.. note::
3232
For information on the API changes and issues fixed in this release, please see the Release Notes section of the documentation
3333

34+
.. toctree::
35+
:maxdepth: 1
36+
37+
MySQL
3438

3539
Contents:
3640

0 commit comments

Comments
 (0)