How do I change the directory where daedalus stores its DB and logs in Linux?

Before installing
adding line to /etc/fstab
/path to custom directory/ /home/user/.local/share/Daedalus none defaults,bind 0 0
And
$ sudo mount /home/user/.local/share/Daedalus

seems all that is needed.

If installed delete the installation and reinstall.

Thanks to

1 Like

The nodeDbPath parameter is missing in the launcher-config.yaml file.

Please tell me how to change the storage location of the node?