ExDokku v0.1.2 API Reference

Modules

Core actions for ExDokku

Configuration setup

Add to your dev.exs

Interacts with the development environment

Interacts with the server

Mix Tasks

Download production database and load into development database

Save development database to latest.dump

Downloads your production database to the path set in your config with the name of your app and the date. Re-downloading the file again will replace the previously downloaded file.

Downloads your production database to your app root directory as latest.dump and loads it into your development database. Useful for troubleshooting production issues.

This is a dangerous command

This is a dangerous command

Pulls the production database and loads it into the staging database