Skip to content

v0.9.1

Latest

Choose a tag to compare

@eduardozaniboni eduardozaniboni released this 10 Mar 13:30
f506b5c

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.