since I do not have access of the PGSQL server because of sensitive data but I have access of the "PGadmin" is there any way I can connect "Liquibase" to PGadmin and any change in change-log file triggers "Liquibase Update" and then PGadmin triggers the server for changes

1

There are 1 answers

1
Aditi On

you will need the database url, user and password in order to connect to the liquibase. You can find how to set up the connection using liquibase.properties file here: https://docs.liquibase.com/workflows/liquibase-community/creating-config-properties.html