Replies: 2 comments
-
I must admit I'm not using mongoDB. I assume ueberdb's dependency on mongodb needs to be bumped (including handling any upcoming issues) to fix this. Someone with more knowledge needs to investigate what useUnifiedTopology and saslprep is about. I'd assume https://github.com/ether/ueberDB/blob/main/databases/mongodb_db.js#L100 can be changed to Currently resources for developing and maintaining Etherpad are very low. So I'd recommend you stick with MariaDB or Postgres. The database schema is extremely simple, so it is easy to switch database backends later. |
Beta Was this translation helpful? Give feedback.
-
I'll stick with mariadb. |
Beta Was this translation helpful? Give feedback.
-
Hi,
as I'm rolling out a new instance of etherpad lite, I'm trying to switch away from MySQL/MariaDB to MongoDB (or any other no sql database). Unfortunately there is not too much documentation on using etherpad lite with databases other than MySQL.
After all it seems, I found how to configure it.
But there are some deprecation warnings/errors thrown by etherpad lite about MongoDB like the following:
So my question is, should I use MongoDB or should I stick with some relational database like MariaDB?
Kind regards
Sven
Beta Was this translation helpful? Give feedback.
All reactions