-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Milestone
Description
For the purpose of managing an already existing database with pgroll, provide a tool that initiates a baseline migration and enables pgroll on the database.
Tasks
- Implement a (hidden)
pgroll baseline
command that creates a newbaseline
type migration inpgroll.migrations
. - Ensure that the
start
,complete
,rollback
workflow works when the parent migration is abaseline
migration. - Update
pull
command to not pull anything before and including the most recentbaseline
migration. - Update the
migrate
command to not try to applybaseline
migrations and not fail on mismatched migrations prior to the most recent baseline version. - Implement the improvements to
pull
andmigrate
(🕊️ Updates topull
andmigrate
commands). - Test the ability to have multiple baselines in a migration history.
- Add documentation to pgroll.com/docs
- Un-hide the
pgroll baseline
command
rodygl-kueski
Metadata
Metadata
Assignees
Labels
No labels