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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
restore (PostgreSQL plain, MySQL): SQL files produced by pg_dump -C, pgAdmin, DBeaver, or mysqldump --databases embed \connect, CREATE DATABASE, and USE directives that redirected the client to the source database, ignoring --db. The plain SQL content is now filtered to strip these directives before being piped to the database client, ensuring the restore always targets the database specified via --db.