How to rollback test data in DB to the previous state

we have Postgresql -cloud DB each for microservices. we have used snap-data parameter for taking snapshot of the current state. Post Processing the microservice there will be update to the data in DB and then we would like to rollback the data to the original state. Any help would be really helpful.
Please Note: we dont have pro license version of liquibase

Please tag your database in original state to say “version1”. Once update is run over this state, for rolling back to the original state, you can use rollback tag to rollback your DB to “version1” (the original satte itself).

Thanks,
Rakhi Agrawal

@kathir_43 You might also take a look at Liquibase Data