-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Environment
OS: Ubuntu 22.04
Docker install method: Snap (docker snap)
Install flow: during installation / setup when asked to restore previous node identity
Issue
Hi, thank you truly for all the great work.
Here’s the issue I’m seeing when trying to restore node identity during the installation process on Ubuntu 22.04 with Docker installed using Snap.
When I choose yes to restore the node identity, it hits this error and the process fully stops:
Error: "docker: Error response from daemon: error while creating mount source path '/opt/conduit/backups': mkdir /opt/conduit: read-only file system"
I’m pretty sure this is caused by Docker being the Snap version.
More interestingly, if I choose no when asked to restore the node identity, the process stops again — but this time there are no errors. The last lines shown are:
Do you want to restore your previous node identity? (y/n): n
[INFO] Skipping restore. A new node identity will be generated.
Both the first and second problem don’t happen unless Docker is installed via Snap.
A fix isn’t fully necessary — I just wanted to mention it here in case anyone runs into the same thing, so they know what’s causing it.