1INITIALIZE_BODHI_DB(1) bodhi INITIALIZE_BODHI_DB(1)
2
3
4
6 initialize_bodhi_db - initialize bodhi's database
7
9 initialize_bodhi_db CONFIG_URI
10
12 initialize_bodhi_db is used to create the initial database tables for
13 the Bodhi server. It uses the given CONFIG_URI to find the database
14 settings to use.
15
17 $ initialize_bodhi_db /etc/bodhi/production.ini
18
20 If you find bugs in bodhi (or in the man page), please feel free to
21 file a bug report or a pull request:
22
23 https://github.com/fedora-infra/bodhi
24
25 Bodhi's documentation is available online:
26 https://fedora-infra.github.io/bodhi
27
29 Randy Barlow
30
32 2007-2023, Red Hat, Inc.
33
34
35
36
37 Oct 03, 2023 INITIALIZE_BODHI_DB(1)