Skip to content

Commit 1bea5bd

Browse files
committed
Update cosmovisor.go
1 parent 1096466 commit 1bea5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cosmovisor/cosmovisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (s *service) EnvVars() map[string]string {
122122
EnvDaemonHome: s.homeDir,
123123
EnvAllowDownloadBinaries: "true",
124124
EnvRestartAfterUpgrade: "true",
125-
EnvUnsafeSkipBackup: "false",
125+
EnvUnsafeSkipBackup: "true", // Skip backup to avoid DAEMON_DATA_BACKUP_DIR requirement
126126
}
127127
}
128128

0 commit comments

Comments
 (0)