Skip to content
Sébastien Andreatta edited this page Apr 27, 2026 · 2 revisions

odev rename

rename demo

Rename a local database and move its filestore to the correct path.

Usage

odev rename [-v {CRITICAL,ERROR,WARNING,INFO,DEBUG,DEBUG_SQL,NOTSET}] [-h] [-f] database name

Aliases

mv

Arguments

Positional Arguments:

Argument Description
database The database to target.
name New name for the database.

Optional Arguments:

Argument Description
-v, --log-level Set logging verbosity for the execution of odev.
-h, --help Show help for the current command.
-f, --force Bypass confirmation prompts and assume a default value to all, use with caution!

Examples

Show help

odev rename --help

Rename a local database

odev rename demo_19

Clone this wiki locally