-
-
Notifications
You must be signed in to change notification settings - Fork 43
streamline migration guide wording, provide titled steps #789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… "set TTL to 5 minute" phrasing a bit.
91817ee to
fe5baf0
Compare
… clarity and focus
fe5baf0 to
6f2ae42
Compare
missytake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good :) being short is not a priority here I think, rather that it is also understandable by inexperienced sysadmins. But the bold headlines help a lot already, and https://staging.chatmail.at/doc/relay/789/migrate.html looks great.
I wonder whether it should be more clear, which commands are run on the laptop (all that don't start with an ssh) Maybe it's fine.
| 2. **Pre-configure the new site but keep it inactive until step 6** | ||
| :: | ||
|
|
||
| CMDEPLOY_STAGES=install,configure cmdeploy run --ssh-host $NEW_IP4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CMDEPLOY_STAGES=install,configure cmdeploy run --ssh-host $NEW_IP4 | |
| CMDEPLOY_STAGES=install,configure scripts/cmdeploy run --ssh-host $NEW_IP4 |
This would give a slightly less confusing error essage I think :)
|
|
||
| :: | ||
|
|
||
| CMDEPLOY_STAGES=activate cmdeploy run --ssh-host $NEW_IP4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CMDEPLOY_STAGES=activate cmdeploy run --ssh-host $NEW_IP4 | |
| CMDEPLOY_STAGES=activate scripts/cmdeploy run --ssh-host $NEW_IP4 |
same here
| :: | ||
|
|
||
| cmdeploy run --disable-mail --ssh-host 13.12.23.42 | ||
| cmdeploy run --disable-mail --ssh-host $OLD_IP4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cmdeploy run --disable-mail --ssh-host $OLD_IP4 | |
| scripts/cmdeploy run --disable-mail --ssh-host $OLD_IP4 |
and here.
This started from #780 but grew into a larger refactoring. It tries to be very short, and provide titles
to the various steps, so it's clearer what happens. Also, operators might be executing the steps while being in an emergency (discs failing).
closes #780