Hi,
I have a database A created using liquibase changeset. Now, it's possible to create another database B and to initialize that database similar to database A schema.
How can that be achieve using liquibase? Basically I want to clone database A into database B, with the same databasechangelogs entries because the database can be updated in real time.
Thanks,
czetsuya