2019-05-10 12:56:49 +02:00
|
|
|
.Dd May 31, 2016
|
|
|
|
.Dt TALER-EXCHANGE-DBINIT 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm taler-exchange-dbinit
|
|
|
|
.Nd Initialize Taler exchange database.
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME
|
|
|
|
.Op Fl h | -help
|
|
|
|
.Op Fl g | -gc
|
|
|
|
.Op Fl r | -reset
|
|
|
|
.Op Fl v | -version
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
is a command line tool to initialize the Taler exchange database.
|
|
|
|
It creates the necessary tables and indices for the Taler exchange
|
|
|
|
to operate.
|
|
|
|
.Pp
|
|
|
|
Its options are as follows:
|
|
|
|
.Bl -tag -width indent
|
|
|
|
.It Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME
|
|
|
|
Use the configuration and other resources for the exchange to
|
|
|
|
operate from
|
|
|
|
.Ar DIRNAME .
|
|
|
|
.It Fl h | -help
|
2016-03-01 15:35:04 +01:00
|
|
|
Print short help on options.
|
2019-05-10 12:56:49 +02:00
|
|
|
.It Fl g | -gc
|
|
|
|
Garbage collect database.
|
|
|
|
Deletes all unnecessary data in the database.
|
|
|
|
.It Fl r | -reset
|
|
|
|
Drop tables.
|
|
|
|
Dangerous, will delete all existing data in the database before
|
|
|
|
creating the tables.
|
|
|
|
.It Fl v | -version
|
2016-03-01 15:35:04 +01:00
|
|
|
Print version information.
|
2019-05-10 12:56:49 +02:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr taler-exchange-httpd 1 ,
|
|
|
|
.Xr taler-exchange-keyup 1 ,
|
|
|
|
.Xr taler-exchange-reservemod 1 ,
|
|
|
|
.Xr taler.conf 5 .
|
|
|
|
.Sh BUGS
|
|
|
|
Report bugs by using
|
|
|
|
.Lk https://bugs.gnunet.org
|
|
|
|
or by sending electronic mail to
|
|
|
|
.Aq Mt taler@gnu.org .
|