Seeking help migrating from separate repos to monorepo #774
Unanswered
ThomasBaruzier
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hi the services in the monorepo are still under development and not ready for use, autumn in particular is nearly done and I'm now updating the rest of the backend to work with it. Migration information will be provided on the self hosted repository once it's complete. |
Beta Was this translation helpful? Give feedback.
1 reply
-
+++ After the upgrade, my avatars are not loading, I can't see other attachments, please fix it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
It has been a few months since I have been hosting my own Revolt instance, and to be honest, I've been really liking it so far. So, thanks a lot!
I made my own docker compose and dockerfiles to be able to compile and run on ARM, because there was no other solution in the past (i don't know the current status of Revolt on ARM today tbh). The whole process relies on the backend being delta and bonfire and using autumn and january from their own separate repos.
However, on a random day, after updating, everything broke. Looking into the problem, I see that the backend became a monorepo with everything we needed, which is great!
I get to work and update my build/run setup. Everything seems to work, except autumn. It cannot retrieve the previous files and won't allow to upload new files:
XHRPOST https://website.example.com/autumn/attachments [HTTP/1.1 405 Method Not Allowed 13ms]
nginx.conf
compose.yml
Revolt.override.toml
Another question I have is: How do we migrate the previous autumn db from the separate repo to the new backend backed one? I see in the docker compose files that the previous version created multiple various storage buckets, but the newer docker compose only creates
revolt-uploads
. While migrating the previous mongo db was as straight as a single directory copy, I am scratching my head on this one.I would be grateful for any help, thanks!
Beta Was this translation helpful? Give feedback.
All reactions