Skip to content
/ pgdb Public

Database configurations updated using Flyway

Notifications You must be signed in to change notification settings

Marx2/pgdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run the following command to start the Flyway migration process:

  1. create database
  • createdb attributes
  • GRANT ALL ON ALL TABLES IN SCHEMA public TO postgres;
  1. set env: FLYWAY_PASSWORD=mysecretpassword
  2. info
  • flyway -environment=localhost info
  1. migrate localhost environment:
  • flyway -environment=localhost migrate
  1. connect to schema:
  • psql -h localhost attributes

About

Database configurations updated using Flyway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published