pmempool-convert (1) - Linux Manuals
pmempool-convert: Convert pool files from old layout versions to the newest
Command to display pmempool-convert manual in Linux: $ man 1 pmempool-convert
NAME
pmempool-convert - Convert pool files from old layout versions to the newest
one.
SYNOPSIS
pmempool convert
<file>
DESCRIPTION
The
pmempool
invoked with the
convert
command performs a conversion of the specified pool to the newest layout
supported by this tool. Currently only
libpmemobj(3)
pools are supported. It is
advised to have a backup of the pool before conversion. The conversion process
is not fail-safe - power interruption may damage the pool.
EXAMPLES
- pmempool convert pool.obj
-
# Updates pool.obj to the latest layout version.
PMEMPOOL
Part of the
pmempool(1)
suite.