Sometimes, the addons in a repo don't work well together when they are all installed in the same database.
A possible approach to help with this is to also create a database with only base installed, and let the users install the addons they need.
This should be doable by adapting installation and cleanup scripts in the kubefiles directory only.
If we let the installation script succeed when the base database is created correctly even though the full database does not install successfully, this may be a solution to #36 too.
Sometimes, the addons in a repo don't work well together when they are all installed in the same database.
A possible approach to help with this is to also create a database with only
base
installed, and let the users install the addons they need.This should be doable by adapting installation and cleanup scripts in the
kubefiles
directory only.If we let the installation script succeed when the base database is created correctly even though the full database does not install successfully, this may be a solution to #36 too.