How many migrations can be executed at the same time?

Article sections

    The Migrate app can handle multiple migrations simultaneously. However, if a migration is currently happening, let’s say that I am migrating my Website-A to my localhost Website-A-dev, any migrations that starts, either for Website-A or Website-A-dev, will depend on the completion of the initial migration from my Website-A to my localhost Website-A-dev. If there is no dependencies between accounts, you can have multiple migrations happening at the same time.

    in Getting Started
    Comments are closed.