Doc downloads (PDF, HTML & XML)
[Crucible Knowledge Base]
Note that during the migration of database servers, the Fisheye/Crucible instance will not be available to users or to external API clients.
The OJDBC driver is not bundled
Since version 4.8.15 the OJDCB driver is no longer bundled in Fisheye / Crucible.
Using LDAP credentials to connect to the Oracle database is currently not supported.
JAR
file to your FISHEYE_INST/lib
directory (create the lib/
directory if it doesn't already exist). AL32UTF8
encoding otherwise you may see encoding issues in the product.Permissions
Ensure the database user has CREATE TABLE, CREATE SEQUENCE and CREATE TRIGGER permissions in addition to the read/write permissions to the database.
In order to migrate to a different database backend, you must create a backup of sql data, configure the database and finally import the data via a backup restoration process. This can be done from either the Fisheye/Crucible administration console, which streamlines the process, or via the command line tool which Fisheye/Crucible provides.
Database
page in Fisheye/Crucible's Administration console.To log in to the Admin area, you can either:
http://HOSTNAME:8060/admin/
, where HOSTNAME
is the name of the server on which you installed Fisheye.Once logged in as an administrator you can also get to the Admin area by clicking the 'cog' menu in the Fisheye/Crucible header, and choosing Administration.
Oracle
from the database typeTest Connection
to validate the values .jar
file in the classpath (by placing the .jar
file in FISHEYE_INST/lib
). Also, ensure that the database user can log in to the database from the machine that Fisheye/Crucible is running on and that all the required privileges are present.sql
data from the Fisheye/Crucible instance. Information on how to create a backup can be found at Backing up and restoring Fisheye data \ Backing up and restoring Crucible dataRun the following command from the <FishEye installation directory>/bin
directory:
$ ./fisheyectl.sh restore --sql \ --file /path/to/backup.zip \ --dbtype oracle \ --jdbcurl jdbc:oracle:thin:@hostname:port:dbname \ --username crucible \ --password password