Skip to content

Commit 6b647b6

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 754779b commit 6b647b6

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
@@ -351,11 +351,6 @@ bare-install|install)
351351
;;
352352

353353
upgrade)
354-
# check for legacy dbpasswords.secret content
355-
if grep -Eq ^team: $PASSWDFILE >/dev/null 2>&1 ; then
356-
echo "Warning: please remove all non-jury users from $PASSWDFILE"
357-
echo "You may also remove those users from MySQL."
358-
fi
359354
read_dbpasswords
360355

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

0 commit comments

Comments
 (0)