sql - Liquibase rollback, changesets not being rolled back -


my problem liquibase not rolling of changesets have been executed after tag set on change set trying rollback too.

for example have created 2 changesets (a , b) execute normal. , have created changeset sets tag of changeset b release1. , changeset works expected. execute 5 changesets rollback commands. , these execute fine.

now problem comes when run following:

java -jar liquibase.jar --changelogfile=..\database\changelog-create.xml rollback release1 

now shouldn't rollback changesets executed after release1 tag executed?

if so, problem, not being rolled back. in console rollback successful.

so found problem.. following line in command line --changelogfile=..\database\changelog-create.xml wrong. changelogfile should 1 want start rollback from. whereas provided changelog file tag.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -