chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
http://projectroundhouse.org
916 stars 249 forks source link

No backups in output folder #375

Open jorismathijssen opened 5 years ago

jorismathijssen commented 5 years ago

I'm running Roundhouse migration and i specified an output folder. In the documentation i read the following:

OutputPath - This is where everything related to the migration is stored. This includes any backups, all items that ran, permission dumps, logs, etc.

So i thought that there would be a backup inside the output folder. But then i go to the specified path there is only a Roundhouse log.

Can someone clarify if this is correct? Am i missing a specific flag to activate backups or is it something different?

Thanks in advance!