Closed alexbarcelo closed 1 year ago
When initializing, backend will try to recover its backend id from the BACKEND_ID file in the persistent storage folder.
If the file exists, it uses that.
If it does not exist, it randomly generates a new one and writes it onto the file.
Setting DATACLAY_BACKEND_ID always has priority (and will potentially overwrite the UUID in the file if it already existed).
When initializing, backend will try to recover its backend id from the BACKEND_ID file in the persistent storage folder.
If the file exists, it uses that.
If it does not exist, it randomly generates a new one and writes it onto the file.
Setting DATACLAY_BACKEND_ID always has priority (and will potentially overwrite the UUID in the file if it already existed).