I’m trying to follow the training video on using Docker with gateway backups on IU, but when I get to the spot where I need to get the uuid and metro keystore, I don’t see the .uuid file when I use the ls -a command in my bash terminal. the /usr/bin/ignition/data/local folder doesn’t seem to exist, either. Did these get moved somewhere? I’m sort of following along with the video but I’m using Ignition 8.3 instead of 8.1. Does that video need to be updated or am I doing something wrong?
In 8.3, those items got moved to /usr/bin/ignition/data/config/local/ignition/gateway-network. The metro keystore is in the /keystore subfolder, and the .uuid file was renamed to uuid.txt for 8.3. I am guessing the video hasn’t been updated yet for 8.3.
2 Likes
Thanks!
It still seems to work though. My backup still gets restored when I run the compose file fresh without any volumes or images downloaded, even without the uuid and keystore. I didn’t quite understand from the video what the purpose of that is.
Yeah, we migrate an existing keystore and uuid from the 8.1 locations to the new location on startup.. if you do end up doing any bind-mounts or derived image builds, you'll want to use those new locations.
1 Like
Good to know. Thanks!