From owner-freebsd-ports-bugs@freebsd.org Thu Jan 23 08:20:31 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 91A77230FC9 for ; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 483FZl3Njtz4HB5 for ; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 724AF230FC8; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72129230FC7 for ; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 483FZl2VxVz4HB4 for ; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 519EBB8F7 for ; Thu, 23 Jan 2020 08:20:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00N8KVvB028380 for ; Thu, 23 Jan 2020 08:20:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00N8KVet028352 for ports-bugs@FreeBSD.org; Thu, 23 Jan 2020 08:20:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243536] databases/mysql80-server pkg-message prompts for mysql_upgrade which is deprecated Date: Thu, 23 Jan 2020 08:20:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: webmaster@panthera.nl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mmokhi@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2020 08:20:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243536 Bug ID: 243536 Summary: databases/mysql80-server pkg-message prompts for mysql_upgrade which is deprecated Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mmokhi@freebsd.org Reporter: webmaster@panthera.nl Assignee: mmokhi@freebsd.org Flags: maintainer-feedback?(mmokhi@freebsd.org) When upgrading mysql-server80, the following message is displayed: On upgrade: Remember to run mysql_upgrade the first time you start the MySQL server after an upgrade from an earlier version. When running mysql_upgrade, the following message is displayed: The mysql_upgrade client is now deprecated. The actions executed by the upg= rade client are now done by the server. To upgrade, please start the new MySQL binary with the older data directory. Repairing user tables is done automatically. Restart is not required after upgrade. The upgrade process automatically starts on running a new MySQL binary with= an older data directory. To avoid accidental upgrades, please use the --upgrade=3DNONE option with the MySQL binary. The option --upgrade=3DFORCE= is also provided to run the server upgrade sequence on demand. It may be possible that the server upgrade fails due to a number of reasons= . In that case, the upgrade sequence will run again during the next MySQL server start. If the server upgrade fails repeatedly, the server can be started wi= th the --upgrade=3DMINIMAL option to start the server without executing the up= grade sequence, thus allowing users to manually rectify the problem. I hope I am understanding the message correctly that no action is needed wh= en upgrading ("The upgrade process automatically starts on running a new MySQL binary with an older data directory."). If I'm reading this right, the upgr= ade note could be dropped from pkg-message. --=20 You are receiving this mail because: You are the assignee for the bug.=