From: Howard Chu Date: Thu, 30 May 2013 20:13:33 +0000 (-0700) Subject: Add warning about interrupting copy X-Git-Tag: OPENLDAP_REL_ENG_2_4_36~36^2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f207c50b15e3727ac3f7ca7bdf54022e34a84e2f;p=openldap Add warning about interrupting copy --- diff --git a/libraries/liblmdb/mdb_copy.1 b/libraries/liblmdb/mdb_copy.1 index b759f68786..11a0042df4 100644 --- a/libraries/liblmdb/mdb_copy.1 +++ b/libraries/liblmdb/mdb_copy.1 @@ -17,6 +17,12 @@ If is specified it must be the path of an empty directory for storing the backup. Otherwise, the backup will be written to stdout. + +Note: currently, if the copy is interrupted a stale lock +will be left in the LMDB environment. This may be fixed +in a future release, but until then you must not +interrupt the copy process. + .SH DIAGNOSTICS Exit status is zero if no errors occur. Errors result in a non-zero exit status and