Skip to content

Question about zero downtime flow and database migrations (Laravel) #3953

Discussion options

You must be logged in to vote

If your migration is non compatible with previous version on the code, you will have downtime.

Design your migrations to be compatible and deploy ready. Some times it makes sense to split migration into two parts and deploy twice.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@binaryfire
Comment options

Answer selected by binaryfire
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants