Comments
Sort by recent activity
If you are a Teams or Enterprise user, there is the `shouldExecute` option in a Script Config File: https://documentation.red-gate.com/fd/script-config-files-224003083.html This should let you skip a migration on dev / comments
If you are a Teams or Enterprise user, there is the `shouldExecute` option in a Script Config File: https://documentation.red-gate.com/fd/script-config-files-224003083.htmlThis should let you skip ...
Hi, Did the hotfix get applied to development as well as production? Static data is typically the same across environments. I wonder if you could instead calculate the versions table from the flyway schema history table instead of maintaining it - for example in SQL Server: create view versions as
select installed_rank as [pk], version from flyway_schema_history;<br>select * from versions;<br> Creates a table very similar to your desired table given the following migrations were applied:
V1.0.0.0__First.sql
V1.0.0.1__Hotfix.sql
V2.0.0.0__Second.sql
/ comments
Hi,Did the hotfix get applied to development as well as production? Static data is typically the same across environments.I wonder if you could instead calculate the versions table from the flyway ...
Just to ask - what is the final state of the table you are hoping for - something like this?
pk
version
1
1.0.0.0
2
1.0.0.1
3
2.0.0.0
Are you using state based or migration based deployments? / comments
Just to ask - what is the final state of the table you are hoping for - something like this?
pk
version
1
1.0.0.0
2
1.0.0.1
3
2.0.0.0
Are you using state based or migration based deploym...
Do you have the code/configuration for AWS Lambda that relates to mounting the migration scripts? I wonder if the file paths are different between local and AWS / comments
Do you have the code/configuration for AWS Lambda that relates to mounting the migration scripts? I wonder if the file paths are different between local and AWS
Hi - in the original build script you had the mysql:mysql-connector-java:8.0.31 in implementation so I didn't mention it - your later one has moved it to classpath. I believe they all need to be implementation so they are available to the program at runtime / comments
Hi - in the original build script you had the mysql:mysql-connector-java:8.0.31 in implementation so I didn't mention it - your later one has moved it to classpath. I believe they all need to be im...
Hi - could you try changing the classpath("org.flywaydb:flyway-mysql:10.11.1") to implementation("org.flywaydb:flyway-mysql:10.11.1") please? / comments
Hi - could you try changing the classpath("org.flywaydb:flyway-mysql:10.11.1") to implementation("org.flywaydb:flyway-mysql:10.11.1") please?
Version 11.0.13 has been released Direct download linkFixes
SRP-13544 Fixed FCI node disappearing on monitored servers page, if there's only one node
SRP-13567 Fix broken link to server overview from suspended instances on the global dashboard
SRP-13565 Fixed report pdf generating feature
/ comments
Version 11.0.13 has been releasedDirect download linkFixes
SRP-13544 Fixed FCI node disappearing on monitored servers page, if there's only one node
SRP-13567 Fix broken link to server overview f...
SQL Monitor 10.1.4 has been released. Direct download link Features SRP-13143 Job duration unusual alert can now be excluded based on job owner
Fixes
SRP-13121 Low CSV space alerts and notifications now show the volume label of the affected CSV
SRP-13099 Web pages that aggregate information from multiple base monitors no longer fail with an internal server error when any base monitor is unhealthy.
Fixes a memory leak on the website when calling API endpoints
SRP-13170 Improved performance and error handling when collecting custom metrics
SRP-13161 Fixed minor cosmetic issues mostly related to spacing
SRP-13168 Fixed failure to display query plans when accessed through the top queries-query history links
SRP-13172 Fix webhook custom HTTP headers for IE11
/ comments
SQL Monitor 10.1.4 has been released. Direct download linkFeaturesSRP-13143 Job duration unusual alert can now be excluded based on job owner
Fixes
SRP-13121 Low CSV space alerts and notifications...
SQL Monitor 10.1.6 has been released. Direct download link Features Reduced the impact of high-latency base monitors on the overall latency of the website when using multiple base monitors.
Fixes
SRP-13190 Fixed issue indicating SQL Server licenses required from exempt editions
SRP-13207 An issue where the "primary replica" section of the availability group page could appear blank for servers with a case-sensitive collation has been fixed
SRP-13213 Get-SqlMonitorAlertSuppressionWindow by name no longer fails to return alert suppression windows
SRP-13212 Fixes display issue with Manage Users page
SRP-13182 Fixes time-scaling issue with server waits alert
Removes debug timings erroneously made visible on the website by default
/ comments
SQL Monitor 10.1.6 has been released. Direct download linkFeaturesReduced the impact of high-latency base monitors on the overall latency of the website when using multiple base monitors.
Fixes
SR...
SQL Monitor 10.0.11 has been released. Direct download link
Features
SRP-12874 Detect virtual machine status from SQL 2008R2 SP1 or higher
SRP-12977 When applying an alert suppression window to a cluster node machine, the window now automatically applies to any SQL Server instances associated with that cluster node.
Fixes
SRP-12880 For SQL2008R2 or earlier, SQL Monitor will now alert on deadlocks using the error log even if extended events is turned on
SRP-12913 Fix issues with groups containing "." in SQL Server Licensing page
SRP-12976 Fix Internal SQL Monitor error "Option.None has no value"
SRP-12987 Fix logon failure report tile clipping issue
SRP-12923 Fix issue with job duration alerts sometimes incorrectly showing as purged
/ comments
SQL Monitor 10.0.11 has been released. Direct download link
Features
SRP-12874 Detect virtual machine status from SQL 2008R2 SP1 or higher
SRP-12977 When applying an alert suppression window to a ...