CJ Estel
CJ Estel
When you have used variables_to_replace and they are interpolated into the schema that is stood up, you can't then dump the schema and have it work consistently when deployed to...
Currently dbdeployer depends on default values existing for certain things. It's possible that people may attempt to strip down the config file to only what they want to override. If...
Currently the script uses the system /tmp directory to add on pre/post sql files or do the variable replace. This directory is globally readable and may not be desirable to...
This is a request to add pre and post script execution parameters to dbdeployer. In single file mode, they would act before or after the file being deployed. In update...
If a reference url is passed when using drop and reload, it should be recorded on the updates to deployment tracker.
The password flag was added for sql server and wasn't back ported to postgres.