"INCEpTION runs with an embedded database. This is not recommended for production use – use this installation only for testing!" #5874
|
Brand new user of INCEpTION (39.5). I keep getting this scary-looking warning on the bottom right corner. What does it actually mean? Should I avoid using it altogether? Can I use it for myself but not with others? What installation is okay to use? Thank you :) |
Replies: 2 comments 2 replies
|
I assume you either mean the warning about the browser...? ... Firefox also tends to work ok, but Chrome/Safari and other Webkit-based browser usually work a little bit better. Or the warning about the database...? ... by default, INCEpTION will start with an embedded database. In case of catastrophe, doing manual maintenance on If you want to use INCEpTION with others, you need to install it on a shared server. And if you do that, you probably want as much If you just want to use it by yourself on your personal computer, make sure that you regularly export your projects as backup |
|
Oh wow, what a quick response, thank you! :) I figure it's the warning about the database, since it doesn't specifically say anything about a browser. I was using it on Brave but tested on Edge (the two browsers I have installed) and they both give the same warning. My plan is to use it on my own, so that's very reassuring, thank you! I'll make sure to back up and check regularly. |
I assume you either mean the warning about the browser...?
... Firefox also tends to work ok, but Chrome/Safari and other Webkit-based browser usually work a little bit better.
Or the warning about the database...?
... by default, INCEpTION will start with an embedded database. In case of catastrophe, doing manual maintenance on
this is a bit tricky. And occasionally, one or the other user has suffered from a catastrophic event like power failure
or computer crashing or such and the embedded database is a bit more fragile in this case than a proper database (like MariaDB).
So therefore you are getting the database warning.
If you want to use INCEpTION with others, you need to install it o…