1COUCHDB(1)                       User Commands                      COUCHDB(1)
2
3
4

NAME

6       couchdb - Apache CouchDB database server
7

SYNOPSIS

9       couchdb [OPTION]
10

DESCRIPTION

12       The couchdb command runs the Apache CouchDB server.
13
14       Erlang is called with:
15
16       -os_mon
17              start_memsup         false            start_cpu_sup        false
18              disk_space_check_interval  1      disk_almost_full_threshold   1
19              -sasl errlog_type error +K true +A 4
20
21       Erlang inherits the environment of this command.
22
23       You can override these options using the environment:
24
25              ERL_AFLAGS, ERL_FLAGS, ERL_ZFLAGS
26
27       See erl(1) for more information about the environment variables.
28
29       The exit status is 0 for success or 1 for failure.
30

OPTIONS

32       -h     display a short help message and exit
33
34       -V     display version information and exit
35
36       -a FILE
37              add configuration FILE to chain
38
39       -A DIR add configuration DIR to chain
40
41       -n     reset configuration file chain (including system default)
42
43       -c     print configuration file chain and exit
44
45       -i     use the interactive Erlang shell
46
47       -b     spawn as a background process
48
49       -p FILE
50              set the background PID FILE (overrides system default)
51
52       -r SECONDS
53              respawn   background  process  after  SECONDS  (defaults  to  no
54              respawn)
55
56       -o FILE
57              redirect background stdout to FILE (defaults to couchdb.stdout)
58
59       -e FILE
60              redirect background stderr to FILE (defaults to couchdb.stderr)
61
62       -s     display the status of the background process
63
64       -k     kill the background process, will respawn if needed
65
66       -d     shutdown the background process
67

REPORTING BUGS

69       Report bugs at <https://issues.apache.org/jira/browse/COUCHDB>.
70
71       Licensed under the Apache License, Version 2.0 (the "License"); you may
72       not use this file except in compliance with the License. You may obtain
73       a copy of the
74       License at
75
76              http://www.apache.org/licenses/LICENSE-2.0
77
78       Unless required by applicable law or agreed  to  in  writing,  software
79       distributed under the License is distributed on an "AS IS" BASIS, WITH‐
80       OUT WARRANTIES OR
81       CONDITIONS OF ANY KIND, either express or implied. See the License  for
82       the  specific  language governing permissions and limitations under the
83       License.
84
85
86
87couchdb - Apache CouchDB 1.7.1    March 2019                        COUCHDB(1)
Impressum