Hi
I have a postgres 9.2 database and I want to use liquibase on it. Postgres 9.2 is old and not supported by Liquibase, is it something that I should avoid? My plan is to start using liquibase on existing postgres 9.2 at the beginning and then move the database to a newer Postgres version later.
Thanks