Allow DB without table prefix
ctueck opened this issue · 2 comments
ctueck commented
If I see and notice correctly, the current entrypoint.sh scripts do not allow to unset DB_TABLE_PREFIX. When it is set to an empty string it always falls back to the default lime_
.
(I am planning to migrate an existing Limesurvey installation to Docker, and our install has no prefix.)
martialblog commented
Hey, you can also provide an existing config.php
then the entrypoint will skip all the initialization stuff.
But yeah, makes sense to allow an empty prefix.
Cheers
Markus
martialblog commented
@ctueck Hi, I just pushed some code that should fix this. See PR, feel free to test it.