···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>
4747+ <li><a href="#why">Why doesn't PDS MOOver have xyz?</a></li>
4848+ <li><a href="#done">Alright account migrated, now what?</a></li>
4949+ <li><a href="#slow">Why is it so SLOW?</a></li>
5050+ <li><a href="#open-source">Can I check out the code anywhere?</a></li>
5451 </ol>
5552 </nav>
5653···7572 </p>
7673 </section>
77747878-7975 <section id="help" class="section" style="text-align:left">
8076 <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>
7777+ <p>If you're having issues with PDS MOOver first of all, I'm very sorry. I have tested this to the best of
7878+ my
7979+ ability, but PDS migrations do come with risks. I would recommend getting with the owner of the PDS and
8080+ seeing where the account stands with tools like <a href="https://pdsls.dev">pdsls</a>.</p>
8181+8282+ <p> The tool is designed to be able to be re ran IF you set the Advance Options flags.For example, lets say
8383+ if it created the account, repo is there but some blobs are missing. You can uncheck everything but
8484+ "Migrate Missing Blobs", "Migrate Prefs", and "Migrate PLC record" and it will pick up after the account
8585+ repo migration. It is odd in the fact that all the fields are required. That's just to cut down on logic
8686+ to hopefully cut down on bugs. If you don't ever see the "Please enter your PLC Token" you can just
8787+ forget about it and call it a day if it's too much. Your old account is still active and working.</p>
8888+ </section>
8989+9090+ <section id="why" class="section" style="text-align:left">
9191+ <h2>Why doesn't PDS MOOver have xyz?</h2>
9292+ <p>PDS MOOver was designed to pretty much be the goat account migration with a UI. Like in this <a
9393+ href="https://whtwnd.com/bnewbold.net/3l5ii332pf32u"> post</a>. Keeping it simple and hard fails if
9494+ anything
9595+ goes wrong
9696+ to
9797+ hopefully cover most use cases. Rule of thumb if reading the goat migration blog post makes you nervous,
9898+ you may not want to move to a new PDS with PDS MOOver till it has been battle tested.</p>
9999+ </section>
100100+101101+ <section id="done" class="section" style="text-align:left">
102102+ <h2>Alright account migrated, now what?</h2>
103103+ <p>Welcome to your new PDS! I recommend now re running the steps in <a
104104+ href="#precautions">precautions section</a> along with keeping regular backups of your account. With
105105+ the rotation key and backups you can almost always recover even if your new PDS disappears overnight. It
106106+ may take a bit of know how, but it is very possible.</p>
107107+ </section>
108108+109109+ <section id="slow" class="section" style="text-align:left">
110110+ <h2>Why is it so SLOW?</h2>
111111+ <p>Everything happens client side, and the blob uploads take a while. Nothing runs in parallel. Blob uploads
112112+ happen one at a time; once one is done, the next goes. This is done just to keep it as simple as
113113+ possible and to hopefully limit the chance of failures on uploads. My personal account takes about
114114+ 20-30ish mins to move with 1,700ish blobs at 800mb on a 1gig internet connection.</p>
115115+ </section>
116116+117117+ <section id="open-source" class="section" style="text-align:left">
118118+ <h2>Alright account migrated, now what?</h2>
119119+ <p>Yep! PDS MOOver is 100% open source and can find the code on <a
120120+ href="https://tangled.sh/@baileytownsend.dev/pds-moover">tangled.sh</a>. Also, if you're a
121121+ developer,
122122+ and you want to fork the code for a new UI. PDS MOOver's logic is all in one js file. Just take it and
123123+ its dependencies and have at it.</p>
84124 </section>
85125 </div>
86126