You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. 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.
0 commit comments