pmempool-convert (1) Linux Manual Page
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.
