79529810

Date: 2025-03-23 22:42:12
Score: 0.5
Natty:
Report link

Just make your flyway.conf file and then migrate using this file.

Example flyway.conf in your ~/ folder.

flyway.url=jdbc:postgresql://localhost:5432/your_database
flyway.user=your_user
flyway.password=your_password

And then use -configFiles directive like: flyway -configFiles=flyway.conf migrate

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: danielassayag