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
Check for presence of $BACKUP_DIR/data, not $BACKUP_DIR, when restoring
Issue was that if someone created $BACKUP_DIR before 3.12.0-to-3.12.1
upgrade, backup in this directory was *not* created (that is correct),
but we still tried to restore from it, and failed.
0 commit comments