Enhance/system config eks/#2842/#165#168
Conversation
Signed-off-by: Sekiranda Hamza <sekirandahamza@gmail.com>
Signed-off-by: Sekiranda Hamza <sekirandahamza@gmail.com>
…gmail.com Signed-off-by: Sekiranda Hamza <sekirandahamza@gmail.com>
|
Hey @Zanda256 let's discuss this on the meshery dev call. |
Sure, I'm available. |
…@gmail.com Signed-off-by: Sekiranda Hamza <sekirandahamza@gmail.com>
| if err != nil { | ||
| return err | ||
| } | ||
| tmpArch := "tmp/meshery/config" + t + ".yaml" |
There was a problem hiding this comment.
@Zanda256
Please use the below path for storing the backup config files:
home, err := os.UserHomeDir()
if err != nil {
log.Warn("failed to get user home directory")
}
tmpArch = filepath.Join(home, ".meshery", "config"+t+".yaml")
|
Heads-up: there's a merge conflict here. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
I see... The PR has been left in the middle, that's why I've asked |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue is being automatically closed due to inactivity. However, you may choose to reopen this issue. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
bump... Can anyone provide some details on this PR? |
Yes sure. This pr is meant do make a function that eliminates depency of the |
|
@Althaf66 thoughts on this? |
Description
This PR fixes #165
Notes for Reviewers
Signed commits