Merge branch 'master' of git+ssh://gnunet.org/gnunet
[oweals/gnunet.git] / doc / man / gnunet-datastore.1
1 .TH gnunet\-datastore "1" "30 May 2013" "GNUnet"
2 .SH NAME
3 gnunet\-datastore \- merge or convert GNUnet datastore databases
4
5 .SH SYNOPSIS
6 .B gnunet\-datastore
7 [\fIOPTIONS\fR]
8 .SH DESCRIPTION
9 .PP
10
11 gnunet\-datastore can be used to convert or merge GNUnet datastores.  This is useful if a datastore is to be migrated between SQL databases, i.e. from sqlite to postgres or vice versa.  gnunet\-datastore basically takes two configuration files (which must specify different databases) and reads in all of the data from the datasource (\-s option) and copies it to the destination (\-c option).  Note that replication level information is lost in the process at this time.
12
13 .TP
14 \fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
15 configuration file to use for the destination database
16 .TP
17 \fB\-h\fR, \fB\-\-help\fR
18 print help page
19 .TP
20 \fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
21 Change the loglevel.  Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
22 .TP
23 \fB\-s \fIFILENAME\fR, \fB\-\-sourcecfg=FILENAME\fR
24 configuration file to use for the source database
25 .TP
26 \fB\-v\fR, \fB\-\-version\fR
27 print the version number
28 .TP
29 \fB\-V\fR, \fB\-\-verbose\fR
30 be verbose
31
32 .SH NOTES
33
34
35 .SH "REPORTING BUGS"
36 Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
37 .SH "SEE ALSO"
38 \fBgnunet\-publish\fP(1)