Skip to content

Commit d8f0697

Browse files
committed
Remove check for legacy multiple mysql users
This was removed in version 3.3.0RC1 in 2012 so should not be relevant anymore by now.
1 parent 2fc7c86 commit d8f0697

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sql/dj_setup_database.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,6 @@ bare-install|install)
387387
;;
388388

389389
upgrade)
390-
# check for legacy dbpasswords.secret content
391-
if grep -Eq ^team: $PASSWDFILE >/dev/null 2>&1 ; then
392-
echo "Warning: please remove all non-jury users from $PASSWDFILE"
393-
echo "You may also remove those users from MySQL."
394-
fi
395390
read_dbpasswords
396391

397392
# Check if we need to upgrade the Doctrine migrations table

0 commit comments

Comments
 (0)