- Faster CPUs, networking, and GPUs (often by large margins)
- More reliable start/stop/connect operations
- Coming soon: H100s, 8× GPU nodes, and more GPU types
Migrate in 3 steps
- Create a new instance
- Copy files from your old instance
rsync
from your local machine to transfer directly between the two instances. This resumes partial transfers and shows progress:
- You can scope to specific directories, e.g.,
tnr-<old-id>:~/project/
totnr-<new-id>:~/project/
. - Run the command from your local computer; the
tnr-<id>
SSH configs are created on first connect. - To mirror exactly (including deletions), add
--delete
(use with care).
- Delete old instances and snapshots (after verifying the new instance)
Advanced: Faster transfer
For large datasets, you can transfer directly between instances (bypassing your local machine) for better performance:-
Set up tnr CLI on the old instance
Connect to your old instance and install the tnr CLI:
-
Connect to the new instance from the old instance
While still on the old instance, connect to the new instance to create the SSH alias:
-
Transfer directly
Now run the transfer from the old instance:
-
Delete old instances and snapshots (after verifying the new instance)