Voile.Release (Voile v0.1.23)

Copy Markdown View Source

Used for executing DB release tasks when run in production without Mix installed.

Summary

Functions

Run all bootstrap tasks in order: create database, migrate, seed, import_data. This runs in-process and ensures strict sequential execution.

Functions

bootstrap(opts \\ [])

Run all bootstrap tasks in order: create database, migrate, seed, import_data. This runs in-process and ensures strict sequential execution.

create_database()

import_data(opts \\ [])

migrate()

rollback(repo, version)

seed()