dbops icon indicating copy to clipboard operation
dbops copied to clipboard

⚙ dbops - Powershell module that provides continuous database deployments on any scale

Results 23 dbops issues
Sort by recently updated
recently updated
newest added

Hi, I'm working with multiple database and executing all the files in a single transaction. This is my sample command. Install-DBOScript -ScriptPath ${{github.workspace}}\applications\scripts\* ` -SqlInstance $dbServer ` -Database test_db `...

enhancement
question

Hi 👋 thankyou for this project. I'm finding that this cmdlet, though it finds the file, never runs it? It seems to run it once and never again, even if...

question

Reorganize tests: - Should be universal and use the same test code for every RDBMS. The script code should still be different obviously. So, some kind of Setup function that...

enhancement

While trying to connect to Azure Synapse Analytics dedicated SQL Pool via dbops, I encountered the following errors; _**Login failed for user '*****'**_ But, with the same credentials, I was...

question

I have the following script. `Install-DBOScript -ScriptPath ./sql-scripts/*.sql -SqlInstance localhost -Database DbUpTest -Credential $sqlcredential -ErrorAction Stop ` I noticed that it's executing the file two files according to the error...

enhancement

I've seen some discussions online about various attempts by others to move the SchemaVersions table to another location using DbUp. It would be great if this was possible with this...

enhancement
question

at the very least, support setvars and variable replacement

enhancement

Being able to specify a script (via filename or special directory) that gets re-applied whenever the hash changes. It would be dependent on #120 getting done (adding file hashes), but...

enhancement

Hi, I've just learned about this module and I would like to know if there is a way to detect dynamically scripts dependencies so that the overall execution will be...

enhancement

Packages that can contain one (or maybe more than one) build version, however, only the latest build is ever deployed. Build version is never recorded to the schemaversions table: every...

enhancement