Open bschmalhofer opened 4 years ago
Support for Postgres, SQLite and ODBC are tentatively included in 10.0.2 already.
Removed LDAP from the list as it is already in the core.
Todo @StefanRother-OTOBO: Check whether oracle instant client can legally be shipped with otobo.
I tried to figure out Oracle licensing and my impression is that this is muddy waters. I suggest to refrain from shipping the Oracle Instant Client.
Maybe provide an extra image that include Oracle Instant Client. See also https://github.com/RotherOSS/otobo/issues/2278.
OTOBO might need to access different data sources that are installation specific. For example an installation might need access to the list of customers in a Microsoft SQL Server database. Therefore it is convenient to add drivers for some databases in the Docker image.
For now let's go for:
[ ] Postgresql
[x] Oracle (propably not feasible)
[ ] OBDC (via unixodbc)
[ ] SQLite