CI/CD for database - 2 devops tools for DB versioning and migration | liquibase and flyway

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 9

  • @Jubel357
    @Jubel357 4 місяці тому +3

    Explained very well for a quick difference between the two and how they are used. Thank you.

  • @rowland_kanu
    @rowland_kanu Рік тому +1

    Wow. I discovered this channel today. I'm yet to take my first app to production but im learning a lot already.

    • @kanezi
      @kanezi  Рік тому +1

      Welcome aboard! It so fulfilling to help someone! By creating these videos, I learned a lot too!

  • @skh551
    @skh551 Рік тому +2

    Excellent explanation

  • @yormanaguirre8509
    @yormanaguirre8509 9 місяців тому +1

    Really well explained!

  • @juanalfonso60
    @juanalfonso60 Рік тому +1

    Very good video, can you make a video of your liquibase installation? I had problems installing on my ubuntu 22.04

    • @kanezi
      @kanezi  Рік тому

      did you go with steps in their official installation guide?
      docs.liquibase.com/start/install/liquibase-linux.html
      they have Troubleshooting part as well:
      docs.liquibase.com/start/install/liquibase-installation-troubleshooting.html

    • @juanalfonso60
      @juanalfonso60 Рік тому

      @@kanezi yes the same but I get an error that it can't find the postgresql jar in the temporary folder

    • @kanezi
      @kanezi  Рік тому

      liquibase installation should come with postgresql.jar driver in liquibase/internal/lib
      if it's not there, try to download postgres driver from:
      jdbc.postgresql.org/download/
      and put it into liquibase/lib folder.
      Also check your liquibase.properties file in your project.
      You can set "classpath" key to point to database jar - maybe it points to non existing temporary folder?