Skip to content
github-actions[bot] edited this page Feb 12, 2026 · 1 revision

fm reset

Drop database and reinstall all apps

Usage:

$ fm reset BENCHNAME [OPTIONS]

Arguments:

  • BENCHNAME: Name of the bench.

Options:

  • --admin-pass: Password for the 'Administrator' User.

Examples:

Drop database and reinstall all apps

fm reset mybench

Reset with custom admin password

fm reset mybench --admin-pass newpassword

Clone this wiki locally