···124124 <div class="cow-image">
125125 <img src="/moo.webp" alt="Cartoon milk cow" style="max-width: 100%; max-height: 100%; object-fit: contain;">
126126 </div>
127127-127127+ <a href="/info.html">Idk if I trust a cow to move my atproto account to a new PDS</a>
128128 <form x-show="!askForPlcToken" id="moover-form" @submit.prevent="await handleSubmit()">
129129 <!-- First section: Login credentials -->
130130 <div class="section">
···227227 <a href="https://github.com/bluesky-social/pds/blob/main/ACCOUNT_MIGRATION.md#%EF%B8%8F-warning-%EF%B8%8F-%EF%B8%8F">here</a>)
228228 and that the creator or host of this migration tool is not liable and will not be to help you in the
229229 event something goes
230230- wrong.
230230+ wrong. I also have read over the <a href="/info.html">extended information from PDS MOOver about account
231231+ migrations.</a>
231232 </label>
232233 <input x-model="confirmation" type="checkbox" id="confirmation" name="confirmation" required>
233234 </div>
+90
public/info.html
···11+<!doctype html>
22+<html lang="en">
33+<head>
44+ <meta charset="UTF-8"/>
55+ <link rel="icon" type="image/webp" href="/moo.webp"/>
66+ <meta property="og:description" content="ATProto account migration tool"/>
77+ <meta property="og:image" content="/moo.webp">
88+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
99+ <title>PDS MOOver Info</title>
1010+ <link rel="stylesheet" href="/style.css">
1111+ <script src="https://unpkg.com/alpinejs" defer></script>
1212+1313+</head>
1414+<body>
1515+<div class="container">
1616+ <h1>PDS MOOver</h1>
1717+ <div class="cow-image">
1818+ <img src="/moo.webp" alt="Cartoon milk cow" style="max-width: 100%; max-height: 100%; object-fit: contain;">
1919+ </div>
2020+ <div class="section" id="top">
2121+ <p> This page is to help you decide if you want to use PDS MOOver to move your ATProto(Bluesky) account to a new
2222+ PDS.
2323+ One way or the other. TLDR (You should still read the whole thing), at least read and follow the <a
2424+ href="#precautions">precautions section</a>.</p>
2525+2626+2727+ <section class="section" style="text-align:left">
2828+ <h2>Alpha</h2>
2929+ <p>PDS MOOver is a no frills' PDS account migration tool. Meaning you will find few bells and whistles to
3030+ simplify the process and hopefully allow more successful account migrations for most users. The creator
3131+ or host of this tool will not be able to help you recover your account if something goes wrong. So be
3232+ advised you and your PDS admin may be on your own besides helpful answers and understand the risk you
3333+ take in doing an account movement. The tool has been tested, and it has worked well, but it is still
3434+ important to understand this. If you follow <a
3535+ href="#precautions">precautions section</a> this will also greatly increase the odds of
3636+ recovering from any issues. You will still need to have some know how, but it is very possible with a
3737+ backup rotation key and backup of your account. I also recommend trying out an alt before you do your
3838+ main account so you know what to expect.</p>
3939+ </section>
4040+4141+4242+ <nav aria-label="Table of contents" class="section" style="text-align:left">
4343+ <h3>Table of contents</h3>
4444+ <ol>
4545+ <li><a href="#precautions">Precautions</a></li>
4646+ <li><a href="#help">!!!!!HELP!!!!!</a></li>
4747+4848+ <li><a href="#prep">Before you begin (recommended prep)</a></li>
4949+ <li><a href="#how-it-works">How the migration works</a></li>
5050+ <li><a href="#retries">Retries and partial runs</a></li>
5151+ <li><a href="#performance">Why it can be slow</a></li>
5252+ <li><a href="#liability">Liability and support</a></li>
5353+ <li><a href="#devs">For developers</a></li>
5454+ </ol>
5555+ </nav>
5656+5757+ <section id="precautions" class="section" style="text-align:left">
5858+ <h2>Precautions</h2>
5959+ <p>Before you even run PDS MOOver I STRONGLY suggest you add a rotation key and have a back up of your repo
6060+ and blobs. With both of these you are not guarantee a full recovery if something goes wrong. But it will
6161+ greatly increase your odds.</p>
6262+ <h3>Rotation Key Backup</h3>
6363+ <p>I recommend using <a href="https://atpairport.com/ticket-booth">atpairport.com</a> to add a new rotation
6464+ key to your PLC. or you can follow <a href="https://whtwnd.com/bnewbold.net/3lj7jmt2ct72r">this blog
6565+ post</a> to do it with goat. PDS MOOver will not use this rotation key at this time, but if
6666+ something happens, it helps to have this in the meantime.
6767+ <p>
6868+ <h3>Repo & Blob backup</h3>
6969+7070+ <p>I also recommend taking a back up of your account with <a href="https://boat.kelinci.net/">boat</a>. You
7171+ want to <a href="https://boat.kelinci.net/repo-export">"Export repository"</a> and <a
7272+ href="https://boat.kelinci.net/blob-export">"Export
7373+ blobs"</a>. Both just take your
7474+ current handle and download those exports to your computer. These are your posts, pictures, and videos.
7575+ </p>
7676+ </section>
7777+7878+7979+ <section id="help" class="section" style="text-align:left">
8080+ <h2>!!!!!HELP!!!!!</h2>
8181+ If you're having issues with PDS MOOver first of all, I'm very sorry. I have tested this to the best of my
8282+ ability, but PDS migrations do come with risks. I would recommend getting with the owner of the PDS and
8383+ seeing where the account stands with tools like <a href="https://pdsls.dev">pdsls</a>
8484+ </section>
8585+ </div>
8686+8787+</div>
8888+8989+</body>
9090+</html>