You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove Oracle/OCI support from installer and setup (#41555)
* fix: remove Oracle/OCI database option from installer
Oracle is no longer a supported database. Remove the --database-connection-string
option from maintenance:install, drop OCI from the setup class registry and
supported databases list, clean up the web installer template and JS, and
update the SetupTest assertions accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
* fix: delete OC\Setup\OCI class
Oracle is no longer supported, so the setup class used during installation
is no longer needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
* fix: remove remaining Oracle/OCI setup and CI references
- Drop dbconnectionstring and dbConnectionString from AbstractDatabase
- Remove dbtablespace default from SetupController
- Remove oci from DBCONFIGS, Oracle docker spin-up, and oci notes in autotest.sh and autotest-external.sh
- Remove plugin_wait_for_oracle(), oracle) case, and --database-connection-string branch from install-server.sh
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
---------
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
->addOption('database-connection-string', null, InputOption::VALUE_REQUIRED, 'Oracle specific connection string. As soon as this parameter is provided other parameters like database-host and database-name are not used and do not need to be provided')
53
52
->addOption('database-name', null, InputOption::VALUE_REQUIRED, 'Name of the database.')
54
53
->addOption('database-host', null, InputOption::VALUE_REQUIRED, 'Hostname of the database.', 'localhost')
55
54
->addOption('database-user', null, InputOption::VALUE_REQUIRED, 'User name to connect to the database.')
@@ -112,13 +111,7 @@ protected function validateInput(InputInterface $input, OutputInterface $output,
0 commit comments