Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replit Guide #18

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Replit Guide #18

wants to merge 10 commits into from

Conversation

kyle-wordpress
Copy link

I made a Replit guide for ModMail. No images but very descriptive and easy to follow.

@zayKenyon
Copy link

Isn't this a bad idea due to Repl.it resetting their databases whenever they restart a container?

@kyle-wordpress
Copy link
Author

kyle-wordpress commented Jun 5, 2022

Isn't this a bad idea due to Repl.it resetting their databases whenever they restart a container?

Read the document. I specifically put in why this occurs and how to fix this.

Why are you using MySQL, not the inbuilt SQLite?

  • Due to how Replit operates, it resets the database to a previous version every few hours or so. The SQLite database is located directly on the Repl, but the MySQL database is external and therefore can't be rolledback. You could skip Steps 7-9 completely, but there are downsides if you have ModMail threads that last a long time, as the channels may be disconnected and you may lose logs.

Added support for v3.6.1, re-ordered the guide to make it more user friendly and other tweaks.
Added a couple images to confusing parts.
@kyle-wordpress
Copy link
Author

@Dragory I'm done for now with the guide. I'd appreciate if you would review it and add it to help others!

Minor spelling mistake
added replit guide to the list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants