Skip to content

Running a service with persistence enabled and changing default db filename #942

@mckeeh3

Description

@mckeeh3

In the Running a service with persistence enabled section, the documentation provides the name of the local database file name: db.mv.db. There is no documented way to change the default to another name.

It would be helpful to provide a config setting to change this default value. Preferably to a full path, e.g /tmp/my-db.mv.db'.

Such as:

mvn compile exec:java -Dakka.javasdk.dev-mode.persistence.enabled=true
mvn compile exec:java -Dakka.javasdk.dev-mode.persistence.db-path=/tmp/my-db.mv.db

If a config setting for this already exists, then it should be documented in the section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions