Comments
Sort by recent activity
A preview release of Flyway Desktop on Mac is now available. [image] You can get download it from our installers page . We're looking forward to you're feedback. / comments
A preview release of Flyway Desktop on Mac is now available. You can get download it from our installers page . We're looking forward to you're feedback.
Hi @Mike_C. Sorry I missed this. We've released a new major version since then and the tool has been renamed to Flyway Desktop. You should be able to Check For Updates within the tool and get the upgrade. New major versions will start a new trial. If you ever get stuck again and want to extend your trial period, please email sales@red-gate.com. Thank you! / comments
Hi @Mike_C. Sorry I missed this. We've released a new major version since then and the tool has been renamed to Flyway Desktop. You should be able to Check For Updates within the tool and get th...
Hi @DROP_TABLE_Students and everyone else, I hope Chris' video above has helped answer some of your questions about the project and how you can use Redgate Change Control with TFS. We are looking to set up some user research calls on the new solution - Redgate Change Control (branding still being worked). The session would take an hour. We would like to learn more about what you're currently doing with SQL Source Control and any "pain points" or suggestions for improvements that you may have. We'll also plan to share our screen and have you take remote control to walk through some tasks to get a better understanding of how you see the preview and get your feedback on it early. If you are interested in joining us for a research call, please sign up for an available time at https://calendly.com/d/gyj5-d4bp/redgate-devops-preview-research-call?month=2021-09. Depending on how many sign-ups we get and what we learn from the calls, we may contact you to reschedule. We look forward to working with you on this as we move from preview to release candidate and beyond. / comments
Hi @DROP_TABLE_Students and everyone else,I hope Chris' video above has helped answer some of your questions about the project and how you can use Redgate Change Control with TFS. We are looking to...
Hi @njkroes1 - I'm working with @David Atkinson on this. We have a preview of Redgate Change Control available for SQL Server. Redgate Change Control is a from-the-ground-up rewrite of our versioning solution that will be x-db (currently supports Oracle, SQL Server in preview, and plans for Postgres and My SQL in 2022). It's also designed to be x-platform and uses Flyway for deployments, which is x-platform and has a docker container. As this is our first preview, we are eager to get feedback from the beginning. It's still very early and we expect many changes, including the name!If you wanted to give it a try, you can download the most recent installer and check out the docs. If you are interested in joining us for a research call, please sign up for an available time at https://calendly.com/d/gyj5-d4bp/redgate-devops-preview-research-call?month=2021-09. We look forward to hearing from you! / comments
Hi @njkroes1 - I'm working with @David Atkinson on this. We have a preview of Redgate Change Control available for SQL Server. Redgate Change Control is a from-the-ground-up rewrite of our versio...
The next version of SQL Source Control is being rebuilt from the ground up to support multiple databases and OSs. We're building this with high DPI in mind. A preview version for SQL Server is currently available. If you'd like to give it a try, you can download Flyway Desktop at https://download.red-gate.com/checkforupdates/FlywayDesktop. For help getting started, see https://documentation.red-gate.com/fd/flyway-desktop-using-sql-server-138346958.html. You should create a new project and then set up the connection to your development database. We're still working on the transition of existing SQL Source Control projects. Looking forward to hearing your feedback. If you'd like, you can schedule a 30 minute chat with me at https://calendly.com/stephanie-herr/30min-1?month=2021-12. / comments
The next version of SQL Source Control is being rebuilt from the ground up to support multiple databases and OSs. We're building this with high DPI in mind. A preview version for SQL Server is cu...
Hi Martin, I'm the Product Manager for Database DevOps. As Alex mentioned, we're currently looking into this to cover those cases you described and give teams more control over the deployment script, so that you do not have to go outside of the RG process. If you'd like to be part of our Early Access Program, please let me know (stephanie.herr @ red-gate.com). The only other way I've seen this done with the current capabilities in the Deployment Suite for Oracle is to use an idempotent Pre/Post script process that is orchestrated through your release management system. / comments
Hi Martin,I'm the Product Manager for Database DevOps. As Alex mentioned, we're currently looking into this to cover those cases you described and give teams more control over the deployment scrip...
There's more information on what Steve's talking about "AbortOnWarnings" at https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line. Data loss is a high warning. There's information about using SQL Compare options in SQL Change Automation at https://documentation.red-gate.com/sca3/automating-database-changes/automated-deployments/using-sql-compare-options-with-sql-change-automation-powershell-module. You can also put option parameters in the SQL Change Automation Build/Release extensions (TFS/VSTS/Octopus Deploy). / comments
There's more information on what Steve's talking about "AbortOnWarnings" at https://documentation.red-gate.com/sc13/using-the-command-line/switches-used-in-the-command-line. Data loss is a high wa...
I had a similar issue.
It was looking for sqlCI.exe in C:Program Files (x86)Red Gate. I had to copy and paste this folder from C:Program Files (x86)Red GateSQL Automation Pack 1, which seemed to work. Maybe there's a better way to solve this? / comments
I had a similar issue.
It was looking for sqlCI.exe in C:Program Files (x86)Red Gate. I had to copy and paste this folder from C:Program Files (x86)Red GateSQL Automation Pack 1, which seemed to w...
Hi Joseph,
We should have a command line that will do what you need within the next week or 2. This will pick up migration scripts and also do a SQL Compare of the source and target to either generate a deployment script or synch the target directly. Just like SQL Compare will do.
It's separate for now while we integrate Migrations v2 into the SQL Compare GUI. Once this integration is done, then we'll have a release of SQL Compare with the updated command line to pick up the new migrations.
So, you can use this alternative command line to do automated deployments (esp. in CI environments) until SQL Compare is ready. It will have the same licensing requirements as SQL Compare.
I hope this helps! We'd love to hear how you get on with the SQL Source Control Early Access Release and this migration command line tool. / comments
Hi Joseph,
We should have a command line that will do what you need within the next week or 2. This will pick up migration scripts and also do a SQL Compare of the source and target to either gene...
Hi Joseph,
Thanks for clarifying. In Migrations v2, a migration script doesn't have to be tied to DDL changes. So, you can just write your UPDATE script as a migration script and this will be picked up like all the other migrations. To do this, use the "Add migration script..." button on the Migrations tab. / comments
Hi Joseph,
Thanks for clarifying. In Migrations v2, a migration script doesn't have to be tied to DDL changes. So, you can just write your UPDATE script as a migration script and this will be pic...