gromox-mkmidb¶
Name¶
gromox-mkmidb — Tool for creating a blank message index database
Synopsis¶
gromox-mkmidb [-Uv] [-T template_dir] [-c config] [-fP] username
Options¶
- -T path
- This option can be used to override the data_file_path variable from the config file; it specifies the location where the SQLite schemas etc. are stored.Default: /usr/share/gromox
- -U
- Rather than creating the SQLite file, upgrade it. (The -f option has no effect.) mkmidb does not coordinate with mkmidb(8gx) and data corruption is possible if both try to edit the file at the same time. You should let mkmidb(8gx) do upgrades instead, via the “midb_schema_upgrades” directive, or at the very least, stop midb when using mkmidb -U.
- -c config
- Read configuration directives from the given file. If this option is not specified, /etc/gromox/mysql_adaptor.cfg will be read for MySQL connection parameters if that file exists.
- -f
- Force overwrite when an existing SQLite database is detected for the user. By default, mkmidb will not touch midb.sqlite3.
- -v
- Turn on verbose mode for -U.
- –create-old
- Create blank initial database using version 0. (This can be used for testing the upgrade procedure.)
- -?
- Display option summary.
Files¶
- /var/lib/gromox/…/exmdb/midb.sqlite3: Message index database for IMAP.
See also¶
gromox(7), gromox-mkprivate(8gx), midb(8gx), mysql_adaptor(4gx)