sqitch
sqitch copied to clipboard
Sensible database change management
Does sqitch currently have support for Redshift? If not, are there future plans to add support?
**Steps to reproduce:** 1. Create a new plan file. eg. sqitch init with a new folder and sqitch project. 2. Add a sql change. eg. New file added to the...
Given a project that grows and evolves forever, migrations files become prolific in project repos and new/test setups take longer and longer to migrate/fixturize. Is there a way to roll...
Say we have the following plan: ``` change1 2021-04-01T12:18:21Z UserName [email protected] # some note for the first change change2 2021-04-01T12:19:21Z UserName [email protected] # some other note for the second change...
Hei, I've been recently made aware of the `mysql-config-editor` tool, and it's corresponding `--login-path=name` argument to `mysql`. It seems to me that there could be some conceptual (and convenient!) overlap...
Hi team I am in the process of finalising a CI/CD implementation of Sqitch over Snowflake and I have observed that the process of reverting changes with a high number...
This works for the SNOWSQL client, however the string needs to be in the Engine string or it returns the error: "cannot marshal private file". Additionally, sqitch is printing the...
We have a DB of many schemas and different targets. Each target has a `uri` option like (reduced version of sqitch.conf): ``` [target "central"] uri = db:pg://central@localhost:5432/db plan_file = central/central.plan...
I noticed that Git allows this. It’s an interesting idea: one might be able to deploy to multiple servers in parallel! Handy when managing lots of identical servers. It would...
Hey team Is there any specific argument or command that one can use to achieve the following steps without writing additional shell logic? 1. Deploy changes from a sqitch plan...