How to Set Up Flyway On Your Database

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 25

  • @1989sherif
    @1989sherif 2 года назад +4

    i mean really and really GOOD tutorial. First time learning Flyway and you made it so easy - Thanks a lot!!

  • @dhartipatel814
    @dhartipatel814 2 года назад

    This is easiest tutorial to follow. Thank you😀

  • @mrkamranumer
    @mrkamranumer 8 месяцев назад +1

    Nice! Helpful video.

  • @stefanowalkerpereirapontes3247
    @stefanowalkerpereirapontes3247 2 года назад +1

    EXCELLENT VIDEO
    Question 1: For each database schema, is it mandatory to use a different folder containing the Flyway framework?
    How can I manage different schemas centrally ?
    My purpose is to manage DataWarehouses, non-transactional data models, OUTSIDE a development environment (not related to a software project).
    Question 2: Do you know if Flyway has metadata quality control, or column naming rule validator, etc. Ex: columns with type INT must end with the suffix "...INT".

    • @DatabaseStar
      @DatabaseStar  2 года назад +1

      Good questions!
      Question 1: I'm not sure, I haven't used Flyway that much so I'm not sure if you need to have separate folders.
      Question 2: I'm not sure if it does, actually. There could be other tools for this, or perhaps a way to write database tests to do this.

  • @DINU_R
    @DINU_R Месяц назад

    Im using snowflake.
    configured everything. But when i run migrate command it says user or password incorrect

    • @DatabaseStar
      @DatabaseStar  Месяц назад

      Oh that's strange. Is there a specific password restriction with Snowflake?

  • @lauramarianne1702
    @lauramarianne1702 2 года назад +1

    Have you ever considered becoming an audiobooks reader? :D your voice is so calming lol

    • @DatabaseStar
      @DatabaseStar  2 года назад

      Hah thanks! I'm glad you like my voice, and that the audio quality is good enough!

  • @sontungnguyen2457
    @sontungnguyen2457 2 года назад

    Nice! Helpful video.

  • @soufianeodf9125
    @soufianeodf9125 2 года назад

    Great explanation thanks 👍

  • @thiagobellotto
    @thiagobellotto 2 года назад

    Hey! This is an AMAZING tutorial. Thank you!
    Do you have plans to do one by using Docker? It would be super!

    • @DatabaseStar
      @DatabaseStar  2 года назад

      Thanks! Do you mean using Flyway with a database on docker?

    • @thiagobellotto
      @thiagobellotto 2 года назад

      @@DatabaseStar Yesss!

  • @pieter-jan26
    @pieter-jan26 Год назад

    are you australian?

  • @SS-ud6nt
    @SS-ud6nt 2 года назад

    legend

  • @terrabyte-techy
    @terrabyte-techy 10 месяцев назад

    Thisw is the legacy method

    • @DatabaseStar
      @DatabaseStar  10 месяцев назад

      Oh good to know. I’ll look at making a new video for a newer method.