• 3 Posts
  • 10 Comments
Joined 18 days ago
cake
Cake day: January 9th, 2026

help-circle


  • Thanks very much for the list of files that need to be modified, that makes it much more simple at least. It’s possible to write out a text file with cat, in the event that an editor is not available, but it’s not the most convenient thing. It works though!

    If it would be possible for the developers to edit the scripts so that manually applying the fix is no longer possible in the future, that would be wonderful, but for now the error is gone at least!


  • From what I can tell, inside the Docker image, there is no Python virtual environment, so the script generates an error when it tries to activate one. Unfortunately there are several scripts that try to activate a virtual environment inside Docker, so there are a ton of these e-mails being generated. I guess it would be necessary to patch the line out of each script somehow, but how would one do that without access to a text editor?







  • I appreciate all of the advice, it’s really just my inexperience that’s a problem here. It sounds as if it would be a simple matter of dumping the database from the Docker image and backing up the appropriate directories, but I’m having a heck of a time figuring out how to do that exactly. I’ll keep trying though, but if any system admin out there could provide some concrete examples, I’d really appreciate it!


  • Unfortunately I haven’t been able to figure this out, I was able to write a script for Mastodon that automated the process of dumping the database, copying the system folder and so on, I was able to restore a test backup I made successfully as well. I only say that to indicate that I have at least some familiarity with the shell, but not much 😁 In the case of Mastodon it’s running on “bare metal” so to speak rather than Docker, so this is probably much easier for someone who is familiar with Docker!