We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1096466 commit 1bea5bdCopy full SHA for 1bea5bd
internal/cosmovisor/cosmovisor.go
@@ -122,7 +122,7 @@ func (s *service) EnvVars() map[string]string {
122
EnvDaemonHome: s.homeDir,
123
EnvAllowDownloadBinaries: "true",
124
EnvRestartAfterUpgrade: "true",
125
- EnvUnsafeSkipBackup: "false",
+ EnvUnsafeSkipBackup: "true", // Skip backup to avoid DAEMON_DATA_BACKUP_DIR requirement
126
}
127
128
0 commit comments