Export schema and migrate from one environment to another

Can someone help me to how to export schema, data and import it on the a different environment.

have tried
cmds-

bench export-fixtures - but only exports data not the schema

bench backup - exports schema and config, without data.

Is there some easy way to do the above in a single step or some alternative approach?