Problem

People who develop on their local environment will need to be able to get a dump of the database 'on demand' in order to work with the latest version.

Proposed solution

Install backup_migrate and provide permissions to get a database dump. This functionality is specific to the website, and is not essential to the distro.

Comments

bryanhirsch’s picture

Status: Active » Closed (works as designed)

People shouldn't need a db dump. Content and views necessary for development should be stored in the Learn project's feature modules.