Closed sanjeev-amazn closed 1 year ago
mbslave init --create-user --create-database
Gives the following error -
usage: mbslave [-h] [-c, --config PATH] {import,sync,remap-schema,print-sql,psql} ... mbslave: error: invalid choice: 'init' (choose from 'import', 'sync', 'remap-schema', 'print-sql', 'psql')
Prior version of mbslave was getting picked. Changing the virtual env fixed it.
mbslave init --create-user --create-database
Gives the following error -
usage: mbslave [-h] [-c, --config PATH] {import,sync,remap-schema,print-sql,psql} ... mbslave: error: invalid choice: 'init' (choose from 'import', 'sync', 'remap-schema', 'print-sql', 'psql')