• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle
  • Ah, then no, the last thing I knew about it you can’t migrate accounts from one server to another, which is what you’re trying to do here.
    As I mentioned if you were able to move the keys which identify your account it would be easy for someone to impersonate you.
    Also, your public keys are shared among all the instances you’ve interacted, so this might break your interactions there.


  • Do you still have the old database? You should be able to move your instance around as long as you have a dump of your DB, that’s where all the keys of each community and user in your instance are. Those are the ones telling other instances you’re actually you, if you loose those I don’t know what can be done so other instances flush your old content and treat you as a new account. But I would count on thi s being a feature since it could lead to people impersonating someone else if they get a hold of the domain without the DB.

    EDIT: amm, maybe I didn’t understand correctly, are you trying to move to a new domain? Or to a new server with the same domain?
    What’s re-home?





  • I’m wondering if that would be too niche or something which should be its own project, and those in need of a suitable solution would be better deploying a dedicated service.

    I mean, for example lemmy has PMs, but if there’s a notice to move to a dedicated messaging service for more privacy and functionality.

    So, for a “wiki” the sidebar usually is enough to have the rules and links to sites with more information and a better structure.








  • pe1uca@lemmy.pe1uca.devtoLemmy@lemmy.mlInstance Req's
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    I have a single user instance, 1vCPU 1GB ram, and lemmy itself is using around 300MB of disk.
    I’ve only had it for less than a week so maybe disk space will go up quite quickly.
    CPU never goes above 10% while I’m using it and ram stays around 600MB.
    The issue with disk are the logs, I solved it configuring docker to rotate files and just keep 4. Not sure how it could be done with the other installation instructions.

    AFAIK the bottleneck currently is CPU, with the upgrade of lemmy.ml to the 8vCPU they are at full usage but ram sits around 6GB.
    They’re working on optimizing some queries.