Documentation Index
Fetch the complete documentation index at: https://test.pzona.fun/llms.txt
Use this file to discover all available pages before exploring further.
mkdb extend adds time to a container’s TTL (time to live), pushing back the expiration date and preventing automatic cleanup. Use it when you need to keep a database running longer than its original TTL allows — for example, if you are in the middle of a longer development session or debugging an issue that will take more time than expected.
Flags
Name of the container to extend. When provided, mkdb skips the interactive selection menu.
Number of hours to add to the container’s current expiration time. Defaults to
1. If the container is already expired, mkdb extends from the current time rather than the original expiration date.