Questions tagged [roundhouse]

RoundhousE is an automated database deployment (change management) system.

RoundhousE is an automated database deployment (change management) system that allows you to use your current idioms and gain much more. Currently works with Oracle, SQL Server (2000/2005/2008/Express), Access, MySQL, SQLite and PostgreSQL.There are future plans for other databases.

GitHub project: https://github.com/chucknorris/roundhouse

37 questions
0
votes
0 answers

Application is unable to connect to database

I have a development-environment (dev) on which I have my .Net-application running which contains a RoundHouse-project to keep the database up to date. The database is running on the same machine. There are no problems with dev. I also have a test…
Bunnynut
  • 1,156
  • 5
  • 14
  • 37
0
votes
1 answer

How to pass database name dynamically to RoundHousE

I am trying to setup the RoundHousE project in my application to handle the database migration and version handling. I am following this article. It is fine as far as I know the database name exactly. But I am not able to find, how should I handle…
PM.
  • 1,735
  • 1
  • 30
  • 38
0
votes
1 answer

RoundhousE - run view before function

We are using RoundhousE for quite some time now, and a recently a problem came up. We now have view files which contain calls to functions, and function that use views. RoundhousE runs the functions files before the view files, so functions which…
Yaron Levi
  • 12,535
  • 16
  • 69
  • 118
0
votes
1 answer

Subfolders in UP folder chucknorris/roundhouse

I was wondering if it is possible to have subfolders in the UP folder of the chucknorris/roundhouse project. Instead of lumping together all scripts into the UP folder, my team would like to organize the new scripts by "release #" and have a…
cmluciano
  • 527
  • 1
  • 6
  • 15
0
votes
2 answers

Problems with --CSA parameter Roundhouse

I am having problems authenticating to my sql server with roundhouse and Teamcity. Teamcity is running as the local system account, so the cmd shell will open under the local sytem. When I pass in rh.exe -d=DB -s=SQLSERVER…
cmluciano
  • 527
  • 1
  • 6
  • 15
0
votes
1 answer

Can FluentMigrator output one SQL file per migration?

I want to know if I can have one SQL file per migration. We are trying to use it with RoundhousE, but RoundhousE will stop if a SQL file already ran is ever altered. Any ideas?
Sam
  • 15,336
  • 25
  • 85
  • 148
-2
votes
1 answer

Does the RoundhousE (database migration utility) support running SQL Server scripts in SQLCMD mode?

It would be awesome if this super RoundhousE database migration tool supported SQL Server scripts in SQLCMD mode. The Visual Studio Data Tools generate scripts in SQLCMD mode. It would be nice to add these SQLCMD mode scripts to the RoundHouse…
1 2
3