I have a problem with liquibase… I created a new DB, only the DB. Then I launched these commands…
call liquibase --outputFile=master_snapshot.json snapshot --url=jdbc:postgresql://192.168.2.243:5432/master
call liquibase diffChangeLog --url=jdbc:postgresql://192.168.2.25:5432/newdb --referenceUrl=offline:postgresql?snapshot=master_snapshot.json
It seems to work and I can see in the new DB all my tables, but I can’t find all my triggers and the functions I have in the master DB Is this because I’m using the open source version and not the pro version?
Thanks