dbops
dbops copied to clipboard
⚙ dbops - Powershell module that provides continuous database deployments on any scale
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 `...
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...
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...
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...
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...
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...
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...
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...
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...