I would like to set up my sql server with Cruscble.I am not able to find number 2.
"Run the following command from the <FishEye installation directory>/bin
directory:"
Where can i find FishEye installation directory ? what do i need to do ?
select @@version
Microsoft SQL Server 2012 - 11.0.5058.0 (X64) May 14 2014 18:34:29 Copyright (c) Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
Sql server Name : EDEVSQL2K12-01
Database Name : CrucibleDev
Back of zip file in : C:\Atlassian\Data\fecru\backup
How can i set up below with my above information. Can you please update below statement with my information.
$ ./fisheyectl.sh restore --sql \
--file /path/to/backup.zip \
--dbtype sqlserver2012 \
--jdbcurl "jdbc:jtds:sqlserver://hostname:port;databaseName=dbName;" \
--username crucible \
--password password
Let me know, if you need more information.
Thanks
Bhavesh
To configure FishEye/Crucible to use SQL Server and migrate data using the command line:
sql
data from the FishEye/Crucible instance. Information on how to create a backup can be found atBacking up and restoring FishEye data \ Backing up and restoring Crucible data"Run the following command from the <FishEye installation directory>/bin
directory:"
$ ./fisheyectl.sh restore --sql \
--file /path/to/backup.zip \
--dbtype sqlserver2012 \
--jdbcurl "jdbc:jtds:sqlserver://hostname:port;databaseName=dbName;" \
--username crucible \
--password password
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.