. ├── configs │ └── .env.default # env example ├── out # dump result ├── targets # special DB, table, fields, conditions config ├── .gitignore # git ignore config ├── Dockerfile # operation env ...
sqlrestore streams a mysqldump-format .sql (or .sql.gz) file straight into the mariadb client, skipping the structure and data of any tables you name on the command line. It never loads the dump into ...