Groups
Sign in
Groups
DbUp Discuss
Conversations
About
Send feedback
Help
DbUp Discuss
Contact owners and managers
1–30 of 97
Mark all as read
Report group
0 selected
mrbit10
2
4/22/22
Azure database edition
figured it out. EnsureDatabase.For.SqlDatabase(connectionString,AzureDatabaseEdition.Basic); On
unread,
Azure database edition
figured it out. EnsureDatabase.For.SqlDatabase(connectionString,AzureDatabaseEdition.Basic); On
4/22/22
Bo Griffin
2/4/21
DbUp long-term checkpointing
We started using DbUp for my current project. We have a growing list of scripts. We are using SQL
unread,
DbUp long-term checkpointing
We started using DbUp for my current project. We have a growing list of scripts. We are using SQL
2/4/21
Justin DynamicD
11/10/20
Support for dotNet core or later?
Does anyone know if there are plans/roadmap for migrating to dotNet core or later so that it can run
unread,
Support for dotNet core or later?
Does anyone know if there are plans/roadmap for migrating to dotNet core or later so that it can run
11/10/20
Dale Janssen
, …
Anks
7
4/6/20
Deploy one script to Mulitiple Databases
Hey Peter , Here in your below post console app is DBUp console you were talking about ? Can you
unread,
Deploy one script to Mulitiple Databases
Hey Peter , Here in your below post console app is DBUp console you were talking about ? Can you
4/6/20
Anks
2
4/6/20
DBup runs for single database,so runner to invoke DBup
On Monday, April 6, 2020 at 9:46:13 PM UTC+5:30, Anks wrote: As DBup runs for single database,but i
unread,
DBup runs for single database,so runner to invoke DBup
On Monday, April 6, 2020 at 9:46:13 PM UTC+5:30, Anks wrote: As DBup runs for single database,but i
4/6/20
Abhi Sharma
3/10/20
best practices/structure
Are there any recommended guidelines in terms of DBUP as to how to structure your scripts sproc/
unread,
best practices/structure
Are there any recommended guidelines in terms of DBUP as to how to structure your scripts sproc/
3/10/20
tony s
12/30/19
New to DbUp
We have scheduled releases where we apply multiple SQL scripts against our databases in support of
unread,
New to DbUp
We have scheduled releases where we apply multiple SQL scripts against our databases in support of
12/30/19
Michael Strasser
,
Darrell Tunnell
3
5/20/19
Minimum permissions in SQL Server for DbUp
Hi Darrell Thanks for your response. We had a script that queried a view in the master database, but
unread,
Minimum permissions in SQL Server for DbUp
Hi Darrell Thanks for your response. We had a script that queried a view in the master database, but
5/20/19
mre.h...@gmail.com
,
Casper Schmidt
2
4/25/19
SQL Server 2017 support
Hi I'm using DbUp for azure sql server without having any issues. As far as I know sql server
unread,
SQL Server 2017 support
Hi I'm using DbUp for azure sql server without having any issues. As far as I know sql server
4/25/19
Carlos Campos
, …
Casper Schmidt
3
12/13/18
Sync Sql Script numbers between developers / teams
Hi I use a convention based on dates ie. 2018-12-03 as the prefix and then possibly either initials
unread,
Sync Sql Script numbers between developers / teams
Hi I use a convention based on dates ie. 2018-12-03 as the prefix and then possibly either initials
12/13/18
Jorge Marques
,
Adam K
4
11/7/18
Code-based scripts and Variables
You might need to describe what you're trying to do. In our console app that runs DbUp, we use
unread,
Code-based scripts and Variables
You might need to describe what you're trying to do. In our console app that runs DbUp, we use
11/7/18
Andrew Johns
,
Darrell Tunnell
3
10/26/18
DbUp and tSQLt
ApprovalTests may be the answer, thanks. I also see the value in converting some of my older unit
unread,
DbUp and tSQLt
ApprovalTests may be the answer, thanks. I also see the value in converting some of my older unit
10/26/18
Jonathan Whitehead
9/18/18
Using Azure Active Directory with MFA to authenticate dbup and Azure SQL databases
Is it possible to get dbup to accept AAD with MFA to authenticate against Azure SQL databases? I
unread,
Using Azure Active Directory with MFA to authenticate dbup and Azure SQL databases
Is it possible to get dbup to accept AAD with MFA to authenticate against Azure SQL databases? I
9/18/18
Pablo Szittyay
8/8/18
Oracle Trigger
I am testing DbUp and found that there is an error with some Oracle scripts for example a Trigger
unread,
Oracle Trigger
I am testing DbUp and found that there is an error with some Oracle scripts for example a Trigger
8/8/18
rene
4/5/18
Request to add VistaDB
VistaDB is a SQL Server compatible embedded database engine. Will DbUp work with this database? If
unread,
Request to add VistaDB
VistaDB is a SQL Server compatible embedded database engine. Will DbUp work with this database? If
4/5/18
onde...@gmail.com
3/30/18
Store executed scripts into a folder instead of a table in database
Hello, In case I want to not store information of executed scripts in a table, can we turn on some
unread,
Store executed scripts into a folder instead of a table in database
Hello, In case I want to not store information of executed scripts in a table, can we turn on some
3/30/18
David Atkinson
, …
Kenneth
7
3/16/18
Script ordering
That is exactly the reason. We have a couple of customizations in DbUp that essentially allow us to
unread,
Script ordering
That is exactly the reason. We have a couple of customizations in DbUp that essentially allow us to
3/16/18
Fiona Waugh
2
3/15/18
Somescripts are run but not all
The scripts need to have Build Action set to Embedded Resource (right click script and choose
unread,
Somescripts are run but not all
The scripts need to have Build Action set to Embedded Resource (right click script and choose
3/15/18
csd...@gmail.com
,
Casper Schmidt Wandahl-Liper
2
1/26/18
Roll back ideas
Where I currently work we have a script to create a copy of the "master"-database (database
unread,
Roll back ideas
Where I currently work we have a script to create a copy of the "master"-database (database
1/26/18
Kelly Sumrall
12/26/17
What is the variable substitution philosophy?
I'm working with v3.3.5 and using some examples found on the net. Some of my variables aren't
unread,
What is the variable substitution philosophy?
I'm working with v3.3.5 and using some examples found on the net. Some of my variables aren't
12/26/17
mark....@assentcompliance.com
9/13/17
If an unexpected exception occurs during checking for Journaling table then DbUp re-runs all scripts and potentially destroys lots of data
Hey guys, I'm trying to raise attention to this issue that i raised. Maybe i'm missing
unread,
If an unexpected exception occurs during checking for Journaling table then DbUp re-runs all scripts and potentially destroys lots of data
Hey guys, I'm trying to raise attention to this issue that i raised. Maybe i'm missing
9/13/17
mark....@assentcompliance.com
,
Darrell Tunnell
2
8/4/17
Logging/Capturing timings on scripts
A couple of thoughts spring to mind on this. You could use something like 'serilog` logging
unread,
Logging/Capturing timings on scripts
A couple of thoughts spring to mind on this. You could use something like 'serilog` logging
8/4/17
Helen Emerson
, …
Paweł Kmieć
4
4/7/17
Is it possible to have some scripts journalled and some run in every time?
There is no API in DbUp to configure it directly. However one can trick DbUp to behave like that by
unread,
Is it possible to have some scripts journalled and some run in every time?
There is no API in DbUp to configure it directly. However one can trick DbUp to behave like that by
4/7/17
Asgeir Håheim
12/14/16
sql exception not thrown
hi dbup crashed and i didn´t know why, and when i tried to debug, it gave me an ArgumentException
unread,
sql exception not thrown
hi dbup crashed and i didn´t know why, and when i tried to debug, it gave me an ArgumentException
12/14/16
Chandu
,
darrell...@gmail.com
4
11/1/16
Generate a SQL file instead of applying the changes to Database
Yeah - there isn't currently a dry run feature in dbup as far as I know. I was just saying that I
unread,
Generate a SQL file instead of applying the changes to Database
Yeah - there isn't currently a dry run feature in dbup as far as I know. I was just saying that I
11/1/16
Mani A
,
Darrell Tunnell
3
10/27/16
Dbup journaling
Thanks that makes sense! On Thursday, October 27, 2016 at 2:50:42 PM UTC-4, Darrell Tunnell wrote: I
unread,
Dbup journaling
Thanks that makes sense! On Thursday, October 27, 2016 at 2:50:42 PM UTC-4, Darrell Tunnell wrote: I
10/27/16
John Russell
10/21/16
"Script Completed" event that fires with execution of each script
Curious if there is a mechanism in place (ie an event) to notify the caller upon the completion of
unread,
"Script Completed" event that fires with execution of each script
Curious if there is a mechanism in place (ie an event) to notify the caller upon the completion of
10/21/16
Peter Bailey
9/6/16
Dry run testing
Is there a plan to implement a "dry run" feature, ie an option to run all given scripts in
unread,
Dry run testing
Is there a plan to implement a "dry run" feature, ie an option to run all given scripts in
9/6/16
prites...@hiscox.com
,
Jake Ginnivan
2
8/10/16
scripting triggers
Could you please re post this on GitHub? Sent from my Windows 10 phone From: prites...@hiscox.com
unread,
scripting triggers
Could you please re post this on GitHub? Sent from my Windows 10 phone From: prites...@hiscox.com
8/10/16
Viraj Sanghavi
,
Phil
2
5/20/16
Using option WithScriptsFromFileSystem
Not sure if it is still relevant for Viraj, but still I did a pull request about this subdirectories
unread,
Using option WithScriptsFromFileSystem
Not sure if it is still relevant for Viraj, but still I did a pull request about this subdirectories
5/20/16