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
Asked
Active
Viewed 27 times
1 Answers
0
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

Aditi
- 357
- 1
- 7
-
Thanks for reply let me try that method also – Shivang Aug 05 '21 at 09:34