170
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 30 Jul 2023
170 points (95.2% liked)
Fediverse
28220 readers
117 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
Here's a thread where I helped someone else with the process on windows: https://lemmy.sdf.org/comment/1420339
The steps are:
config.ini
. Use notepad to edit the file to have your server URL and login credentials.py -m pip install --user requests
cd <pasted path>
in powershell. This path will very likely be something likeC:\\Users\Wu9fee\Downloads\lemmy_migrate-1.1.0
. If you don't want to copy and paste the path from explorer, you can just docd Downloads
thencd lemmy_migrate-1.1.0
py lemmy-migrate.py -c config.ini
Let me know if you run into any problems.
If you can pull this off, you can officially say you know how to code.
Nice! I knew someone would know how to do this in PowerShell!
Thanks for the tutorial! I might try but it looks hard. ๐ค
Not too hard. Just alot of unfamiliar vocabulary. ๐ If you run into any questions with either of our walk throughs, (my linux one or @lemming934@lemmy.sdf.org 's Powershell one), feel free to DM me. Don't mind helping folks starting their exploration of computers. We all started somewhere.
It's not too bad, it seems more difficult because I added all the steps. Changing the folder PowerShell is looking at is easy to do, but hard to explain.