-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[NEW] Migrating from Tokyo 1 to Tokyo 2 #2046
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
Conversation
|
|
||
| ### Migrate Early | ||
|
|
||
| When you receive the support ticket which lists your migration times, you will also see a new banner appear in the dashboard of each of your Tokyo 1 Linodes. This banner will give you the option to initiate your Linode's migration to Tokyo 2 early. |
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.
This banner is a new feature that the dev team is working on in preparation for the Tokyo 2 migration effort
| If you do not choose to migrate or clone early, Linode will automatically start your migrations at the time listed in your support ticket. | ||
|
|
||
| {{< caution >}} | ||
| If Linode initiates your migration when it is scheduled, **your Linode will not be powered on automatically when the migration finishes**. Your Linode is not powered on in order to minimize potential security issues that could result from booting under a new IP assignment. |
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.
This decision was made by the Tokyo 2 planning group, from my notes I believe @tkulick specifically called for this implementation
|
This is waiting on a review by tkelso |
|
32ebab7 was tkelso's only feedback |
* [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter
* Added note for option to use either ssl or starttls (gsuite w/postfix) (#2042) * Added note for using ssl or starttls * Copy edit fixes * Update index.md (#2049) * Updated resizing a inode images to reflect new plans (#2059) * Salt command line reference add'l copy edits (#2061) * Initial Commit * Spelling corrections. * More spelling corrections. * edited salt CLI reference * [NEW] Migrating from Tokyo 1 to Tokyo 2 (#2046) * [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter * Remove sentence (#2069) * changed LetsEncrypt link (#2054) Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt. * Revert "changed LetsEncrypt link (#2054)" (#2057) This reverts commit e5478aa. * Updated to include Tokyo 2 (#2067) * remove sentence Removed a bad sentence * Deprecated Django Guide (#2072) * Jinja intro research and write * Tech Edit * Fix typo (#2079) * Update Terraform for Linode provider. * Fixed issues with the wireguard guide and the fully-managed guide (#2083) * Removed a reference to legacy billing (#2084) * Added a link to the images guide promoting our image feature (#2085) * Added a link to the images guide promoting our image feature * Travis * [UPDATE] salt cloud v3 API note and size names (#2073) * [UPDATE] salt cloud v3 API note and size names [UPDATE] salt cloud v3 API note and curl test [UPDATE] salt cloud use size Nanode 1GB not Linode 1024 [UPDATE] salt cloud modified date * [UPDATE] salt cloud fixup linode.map file location * sshd service restart - error (#2068) sshd should be used instead of ssh in centos (I don't know about other distros * linux-hardened kernel support was dropped. (#2065) Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97 * Update dd command call in "Backup & Restore" (#2052) When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device: > dd if=/dev/zero of=/dev/sdX bs=128 count=1 I updated the command to: > dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1 Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example. * Terminal outputs corrected and a few other edits * Guaris patch 1 (#2087) * Update index.md * Update index.md * Quick fix GitHub issues. (#2088) * Tech Edits * Copy edit complete * Remove trailing whitespace * Fixing Linode group label (minor fix) * [NEW] Automate Static Site Deployments with Salt, Git, and Webhooks (#2089) * Draft complete * Tech Edit * Blueberry fixes * Copy Edits * [New] Create a Salt Execution Module (#2064) * Initial Commit * Spelling Corrections * Added Another Resource * Tech Edit * Copy edit * [New] Monitoring Salt Minions with Beacons (#2070) * Initial Commit * Spelling corrections and YAML corrections Added 'highstate' to dictionary 'modified' YAML * Fixed opening sentence * Tech edits * Copy edit * Copy edit * Correct dirname * [Fix ] Billings and payments anchor (#2096) * Fix link in billing and payments * Add links to network quota guide * Remove unwanted carriage return * Update index.md (#2091) * Review edits * Rename guide path to match new title * [NEW] A Beginner's Guide to Salt (#2078) * Beginner guide to salt * Tech Edit * Tech Edit 2 * Copy edit finished * Blueberry fixes and some last copy edits * Accidentally deleted some of my original copy edits in last commit, reverting that * Small wording change * Bolding the definition of configuration management * Clarifying wording * Clarifying wording 2 * Fix trailing whitespace * Fix links and spelling * Small copy edits * Vale threw up a bunch of spelling errors in unrelated guides after the merge * More spelling fix * More spelling fixes 2 * Remove Magnifying Glass (#2098) * rebuild theme * Vale fix
* Added note for option to use either ssl or starttls (gsuite w/postfix) (#2042) * Added note for using ssl or starttls * Copy edit fixes * Update index.md (#2049) * Updated resizing a inode images to reflect new plans (#2059) * Salt command line reference add'l copy edits (#2061) * Initial Commit * Spelling corrections. * More spelling corrections. * edited salt CLI reference * [NEW] Migrating from Tokyo 1 to Tokyo 2 (#2046) * [NEW] Migrating from Tokyo 1 to Tokyo 2 * Fix for early migration sequence description * Copy Edits * Adding CloudFlare to list of DNS update doc links * Fixing links * Fixed description front matter * Remove sentence (#2069) * changed LetsEncrypt link (#2054) Changed the LetsEncrypt link from pointing to their homepage to pointing to Linode's guide on Let's Encrypt. * Revert "changed LetsEncrypt link (#2054)" (#2057) This reverts commit e5478aa. * Updated to include Tokyo 2 (#2067) * remove sentence Removed a bad sentence * Deprecated Django Guide (#2072) * Jinja intro research and write * Tech Edit * Fix typo (#2079) * Update Terraform for Linode provider. * Fixed issues with the wireguard guide and the fully-managed guide (#2083) * Removed a reference to legacy billing (#2084) * Added a link to the images guide promoting our image feature (#2085) * Added a link to the images guide promoting our image feature * Travis * [UPDATE] salt cloud v3 API note and size names (#2073) * [UPDATE] salt cloud v3 API note and size names [UPDATE] salt cloud v3 API note and curl test [UPDATE] salt cloud use size Nanode 1GB not Linode 1024 [UPDATE] salt cloud modified date * [UPDATE] salt cloud fixup linode.map file location * sshd service restart - error (#2068) sshd should be used instead of ssh in centos (I don't know about other distros * linux-hardened kernel support was dropped. (#2065) Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97 * Update dd command call in "Backup & Restore" (#2052) When following this guide, I ran into an issue where running the following command in "Backup & Restore" zeroed the entire block device: > dd if=/dev/zero of=/dev/sdX bs=128 count=1 I updated the command to: > dd conv=notrunc if=/dev/zero of=/dev/sdX bs=128 count=1 Using the updated command, only the header portion of the device is zeroed out and can be successfully restored from backup in the rest of the example. * Terminal outputs corrected and a few other edits * Guaris patch 1 (#2087) * Update index.md * Update index.md * Quick fix GitHub issues. (#2088) * Tech Edits * Copy edit complete * Remove trailing whitespace * Fixing Linode group label (minor fix) * [NEW] Automate Static Site Deployments with Salt, Git, and Webhooks (#2089) * Draft complete * Tech Edit * Blueberry fixes * Copy Edits * [New] Create a Salt Execution Module (#2064) * Initial Commit * Spelling Corrections * Added Another Resource * Tech Edit * Copy edit * [New] Monitoring Salt Minions with Beacons (#2070) * Initial Commit * Spelling corrections and YAML corrections Added 'highstate' to dictionary 'modified' YAML * Fixed opening sentence * Tech edits * Copy edit * Copy edit * Correct dirname * [Fix ] Billings and payments anchor (#2096) * Fix link in billing and payments * Add links to network quota guide * Remove unwanted carriage return * Update index.md (#2091) * Review edits * Rename guide path to match new title * [NEW] A Beginner's Guide to Salt (#2078) * Beginner guide to salt * Tech Edit * Tech Edit 2 * Copy edit finished * Blueberry fixes and some last copy edits * Accidentally deleted some of my original copy edits in last commit, reverting that * Small wording change * Bolding the definition of configuration management * Clarifying wording * Clarifying wording 2 * Fix trailing whitespace * Fix links and spelling * Small copy edits * Vale threw up a bunch of spelling errors in unrelated guides after the merge * More spelling fix * More spelling fixes 2 * Remove Magnifying Glass (#2098) * Added Note About CentOS 7 Support (#2107) Instructed reader that CentOS 7 is supported experimentally and that they should checkout the official documentation. * Fix command for package version * Add deprecated link to config wordpress guide * Removing single quotes from deprecated_link
No description provided.