aboutsummaryrefslogtreecommitdiff
path: root/doc/taler-exchange-dbinit.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/taler-exchange-dbinit.1')
-rw-r--r--doc/taler-exchange-dbinit.147
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/taler-exchange-dbinit.1 b/doc/taler-exchange-dbinit.1
deleted file mode 100644
index c534b01e7..000000000
--- a/doc/taler-exchange-dbinit.1
+++ /dev/null
@@ -1,47 +0,0 @@
1.Dd May 31, 2016
2.Dt TALER-EXCHANGE-DBINIT 1
3.Os
4.Sh NAME
5.Nm taler-exchange-dbinit
6.Nd Initialize Taler exchange database.
7.Sh SYNOPSIS
8.Nm
9.Op Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME
10.Op Fl h | -help
11.Op Fl g | -gc
12.Op Fl r | -reset
13.Op Fl v | -version
14.Sh DESCRIPTION
15.Nm
16is a command line tool to initialize the Taler exchange database.
17It creates the necessary tables and indices for the Taler exchange
18to operate.
19.Pp
20Its options are as follows:
21.Bl -tag -width indent
22.It Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME
23Use the configuration and other resources for the exchange to
24operate from
25.Ar DIRNAME .
26.It Fl h | -help
27Print short help on options.
28.It Fl g | -gc
29Garbage collect database.
30Deletes all unnecessary data in the database.
31.It Fl r | -reset
32Drop tables.
33Dangerous, will delete all existing data in the database before
34creating the tables.
35.It Fl v | -version
36Print version information.
37.El
38.Sh SEE ALSO
39.Xr taler-exchange-httpd 1 ,
40.Xr taler-exchange-keyup 1 ,
41.Xr taler-exchange-reservemod 1 ,
42.Xr taler.conf 5 .
43.Sh BUGS
44Report bugs by using
45.Lk https://bugs.gnunet.org
46or by sending electronic mail to
47.Aq Mt taler@gnu.org .