Skip to content

Commit 24911ce

Browse files
committed
MariaDB 10.2 can now start from MySQL 5.7 data directory
An upgrade is still necessary however.
1 parent eb54d86 commit 24911ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/mariadb-server-10.2.preinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stop_server() {
5050
################################ main() ##########################
5151

5252
this_version=10.2
53-
max_upgradeable_version=5.6
53+
max_upgradeable_version=5.7
5454

5555
# Check if a flag file is found that indicates a previous MariaDB or MySQL
5656
# version was installed. If multiple flags are found, check which one was

0 commit comments

Comments
 (0)