Configure where Edge Server stores database files, logs, and local state
The Edge Server stores all persistent data including database files, logs, and local state in a configurable directory. By default, this directory is created in the current working directory where the Edge Server is launched.
Use absolute paths: Always specify absolute paths for the persistence directory to avoid confusion about the working directory.
Ensure write permissions: The Edge Server process must have write permissions to the specified directory.
Separate data by instance: If running multiple Edge Server instances or multiple apps on the same machine, use different persistence directories for each.
Monitor disk space: Database files and logs can grow over time, so monitor available disk space.