diff --git a/scripts/redirect_creation/variables.tf b/scripts/redirect_creation/variables.tf index 9a936917d..27e0927ac 100644 --- a/scripts/redirect_creation/variables.tf +++ b/scripts/redirect_creation/variables.tf @@ -70,6 +70,7 @@ variable "redirects" { { key = "/change-types/community/stop.html", website_redirect = "/change-types/stop.html" }, { key = "/change-types/community/tag-database.html", website_redirect = "/change-types/tag-database.html" }, { key = "/change-types/community/update.html", website_redirect = "/change-types/update.html" }, + { key = "/change-types/create-index", website_redirect = "/change-types/create-index.html" }, { key = "/change-types/pro/add-check-constraint.html", website_redirect = "/change-types/add-check-constraint.html" }, { key = "/change-types/pro/create-function.html", website_redirect = "/change-types/create-function.html" }, { key = "/change-types/pro/create-package.html", website_redirect = "/change-types/create-package.html" }, @@ -89,6 +90,7 @@ variable "redirects" { { key = "/change-types/pro/home.html", website_redirect = "/change-types/home.html" }, { key = "/change-types/pro/mark-unused.html", website_redirect = "/change-types/mark-unused.html" }, { key = "/change-types/pro/rename-trigger.html", website_redirect = "/change-types/rename-trigger.html" }, + { key = "/change-types/using-sql-plus-and-oracle-proxy-user.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-proxy-user.html" }, { key = "/checks-packages", website_redirect = "/liquibase-pro/policy-checks/checks-packages/home.html" }, { key = "/checks-packages.html", website_redirect = "/liquibase-pro/policy-checks/checks-packages/home.html" }, { key = "/command-line/index.html", website_redirect = "/parameters/working-with-command-parameters.html" }, @@ -108,6 +110,7 @@ variable "redirects" { { key = "/commands/changelogsyncsql.html", website_redirect = "/commands/utility/changelog-sync-sql.html" }, { key = "/commands/changelogsynctotag.html", website_redirect = "/commands/utility/changelog-sync-to-tag.html" }, { key = "/commands/changelogsynctotagsql.html", website_redirect = "/commands/utility/changelog-sync-to-tag-sql.html" }, + { key = "/commands/checks/home.htm", website_redirect = "/commands/policy-checks/subcommands/home.html" }, { key = "/commands/clearchecksums.html", website_redirect = "/commands/utility/clear-checksums.html" }, { key = "/commands/command-parameters.html", website_redirect = "/parameters/home.html" }, { key = "/commands/community/calculatechecksum.html", website_redirect = "/commands/utility/calculate-checksum.html" }, @@ -231,11 +234,14 @@ variable "redirects" { { key = "/commands/liquibase-start/init-project.html", website_redirect = "/commands/init/project.html" }, { key = "/commands/liquibase-start/init-start-h2.html", website_redirect = "/commands/init/start-h2.html" }, { key = "/commands/listlocks.html", website_redirect = "/commands/utility/list-locks.html" }, + { key = "/commands/load-data/load-data.html", website_redirect = "/change-types/load-data.html" }, + { key = "/commands/logfile-parameter.html", website_redirect = "/parameters/log-file.html" }, { key = "/commands/maintenance/calculate-checksum.html", website_redirect = "/commands/utility/calculate-checksum.html" }, { key = "/commands/maintenance/changelog-sync.html", website_redirect = "/commands/utility/changelog-sync.html" }, { key = "/commands/maintenance/changelog-sync-sql.html", website_redirect = "/commands/utility/changelog-sync-sql.html" }, { key = "/commands/maintenance/changelog-sync-to-tag.html", website_redirect = "/commands/utility/changelog-sync-to-tag.html" }, { key = "/commands/maintenance/changelog-sync-to-tag-sql.html", website_redirect = "/commands/utility/changelog-sync-to-tag-sql.html" }, + { key = "/commands/maintenance/clear-checksums", website_redirect = "/commands/utility/clear-checksums.html" }, { key = "/commands/maintenance/clear-checksums.html", website_redirect = "/commands/utility/clear-checksums.html" }, { key = "/commands/maintenance/drop-all.html", website_redirect = "/commands/utility/drop-all.html" }, { key = "/commands/maintenance/list-locks.html", website_redirect = "/commands/utility/list-locks.html" }, @@ -248,6 +254,9 @@ variable "redirects" { { key = "/commands/maintenance/validate.html", website_redirect = "/commands/update/validate.html" }, { key = "/commands/marknextchangesetran.html", website_redirect = "/commands/utility/mark-next-changeset-ran.html" }, { key = "/commands/marknextchangesetransql.html", website_redirect = "/commands/utility/mark-next-changeset-ran-sql.html" }, + { key = "/commands/policy-checks/checks/database-checks/constraint-must-exist.html", website_redirect = "/liquibase-pro/policy-checks/checks/database-checks/constraint-must-exist.html" }, + { key = "/commands/policy-checks/configuring-policy-checks.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, + { key = "/commands/policy-checks/home.html", website_redirect = "/liquibase-pro/policy-checks/home.html" }, { key = "/commands/pro/checks-bulk-set.html", website_redirect = "/commands/quality-checks/subcommands/bulk-set.html" }, { key = "/commands/pro/diff-json.html", website_redirect = "/commands/inspection/diff-json.html" }, { key = "/commands/pro/home.html", website_redirect = "/commands/home.html" }, @@ -273,6 +282,9 @@ variable "redirects" { { key = "/commands/quality-checks/checks/changelog-checks/max-affected-rows-allowed-insert.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/max-affected-rows-allowed-insert.html" }, { key = "/commands/quality-checks/checks/changelog-checks/max-affected-rows-allowed-update.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/max-affected-rows-allowed-update.html" }, { key = "/commands/quality-checks/checks/changelog-checks/modify-data-type-warn.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/modify-data-type-warn.html" }, + { key = "/commands/quality-checks/checks/changelog-checks/modify-data-type-warn/max-affected-rows-allowed-delete.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/max-affected-rows-allowed-delete.html" }, + { key = "/commands/quality-checks/checks/changelog-checks/modify-data-type-warn/max-affected-rows-allowed-insert.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/max-affected-rows-allowed-insert.html" }, + { key = "/commands/quality-checks/checks/changelog-checks/modify-data-type-warn/max-affected-rows-allowed-update.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/max-affected-rows-allowed-update.html" }, { key = "/commands/quality-checks/checks/changelog-checks/one-change-per-changeset.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/one-change-per-changeset.html" }, { key = "/commands/quality-checks/checks/changelog-checks/patterna-followed-bypatternb.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/patterna-followed-bypatternb.html" }, { key = "/commands/quality-checks/checks/changelog-checks/patterna-notfollowed-bypatternb.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/patterna-notfollowed-bypatternb.html" }, @@ -366,7 +378,7 @@ variable "redirects" { { key = "/commands/quality-checks/concepts/getting-started-with-the-checks-command.html", website_redirect = "/liquibase-pro/policy-checks/workflows/home.html" }, { key = "/commands/quality-checks/concepts/json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" }, { key = "/commands/quality-checks/concepts/multiple-objects.html", website_redirect = "/liquibase-pro/policy-checks/workflows/multiple-objects.html" }, - { key = "/commands/quality-checks/concepts/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code" }, + { key = "/commands/quality-checks/concepts/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code.html" }, { key = "/commands/quality-checks/concepts/using-the-checks-settings-configuration-file.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, { key = "/commands/quality-checks/concepts/working-with-quality-checks.html", website_redirect = "/liquibase-pro/policy-checks/workflows/home.html" }, { key = "/commands/quality-checks/configuring-quality-checks.html", website_redirect = "/liquibase-pro/policy-checks/checks/home.html" }, @@ -374,6 +386,8 @@ variable "redirects" { { key = "/commands/quality-checks/copy.html", website_redirect = "/commands/policy-checks/subcommands/copy.html" }, { key = "/commands/quality-checks/custom-policy-checks/api-helper-scripts.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.html" }, { key = "/commands/quality-checks/custom-policy-checks/checks-python-package.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/checks-python-package.html" }, + { key = "/commands/quality-checks/custom-policy-checks/helper-scripts.htm", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.html" }, + { key = "/commands/quality-checks/custom-policy-checks/home.htm", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/home.html" }, { key = "/commands/quality-checks/custom-policy-checks/home.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/home.html" }, { key = "/commands/quality-checks/custom-policy-checks/status-message-variable.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/status-message-variable.html" }, { key = "/commands/quality-checks/customize.html", website_redirect = "/commands/policy-checks/subcommands/customize.html" }, @@ -391,6 +405,7 @@ variable "redirects" { { key = "/commands/quality-checks/quality-checks-json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" }, { key = "/commands/quality-checks/quality-checks-list.html", website_redirect = "/liquibase-pro/policy-checks/checks/home.html" }, { key = "/commands/quality-checks/reset.html", website_redirect = "/commands/policy-checks/subcommands/reset.html" }, + { key = "/commands/quality-checks/run.htm", website_redirect = "/commands/policy-checks/subcommands/run.html" }, { key = "/commands/quality-checks/run.html", website_redirect = "/commands/policy-checks/subcommands/run.html" }, { key = "/commands/quality-checks/show.html", website_redirect = "/commands/policy-checks/subcommands/show.html" }, { key = "/commands/quality-checks/subcommands/bulk-set.html", website_redirect = "/commands/policy-checks/subcommands/bulk-set.html" }, @@ -404,10 +419,11 @@ variable "redirects" { { key = "/commands/quality-checks/subcommands/reset.html", website_redirect = "/commands/policy-checks/subcommands/reset.html" }, { key = "/commands/quality-checks/subcommands/run.html", website_redirect = "/commands/policy-checks/subcommands/run.html" }, { key = "/commands/quality-checks/subcommands/show.html", website_redirect = "/commands/policy-checks/subcommands/show.html" }, + { key = "/commands/quality-checks/subcommands/show-summary.html", website_redirect = "/commands/policy-checks/subcommands/show.html" }, { key = "/commands/quality-checks/table-column-limit.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-database-checks/table-column-limit.html" }, { key = "/commands/quality-checks/table-comment-check.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-database-checks/table-comment-check.html" }, { key = "/commands/quality-checks/table-comment-pattern-check.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-database-checks/table-comment-pattern-check.html" }, - { key = "/commands/quality-checks/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code" }, + { key = "/commands/quality-checks/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code.html" }, { key = "/commands/quality-checks/using-the-checks-settings-configuration-file.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, { key = "/commands/quality-checks/workflows/getting-started-with-the-checks-command.html", website_redirect = "/liquibase-pro/policy-checks/workflows/home.html" }, { key = "/commands/quality-checks/workflows/git-bash-quality-checks.html", website_redirect = "/liquibase-pro/policy-checks/workflows/git-bash.html" }, @@ -415,11 +431,12 @@ variable "redirects" { { key = "/commands/quality-checks/workflows/json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" }, { key = "/commands/quality-checks/workflows/multiple-objects.html", website_redirect = "/liquibase-pro/policy-checks/workflows/multiple-objects.html" }, { key = "/commands/quality-checks/workflows/use-checks-settings-config-file.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, - { key = "/commands/quality-checks/workflows/use-quality-checks-auto-severity-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code" }, + { key = "/commands/quality-checks/workflows/use-quality-checks-auto-severity-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code.html" }, { key = "/commands/quality-checks/workflows/using-the-checks-settings-configuration-file.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, { key = "/commands/quality-checks/working-with-quality-checks.html", website_redirect = "/liquibase-pro/policy-checks/workflows/home.html" }, { key = "/commands/registerchangelog.html", website_redirect = "/liquibase-pro/observability/structured-logging.html" }, { key = "/commands/releaselocks.html", website_redirect = "/commands/utility/release-locks.html" }, + { key = "/commands/rollback/rollback-by-tag.htm", website_redirect = "/commands/rollback/rollback.html" }, { key = "/commands/rollback/rollback-by-tag.html", website_redirect = "/commands/rollback/rollback.html" }, { key = "/commands/rollback/rollback-from-tag.html", website_redirect = "/commands/rollback/rollback.html" }, { key = "/commands/rollback/rollback-to-tag.html", website_redirect = "/commands/rollback/rollback.html" }, @@ -433,6 +450,7 @@ variable "redirects" { { key = "/commands/rollbacksqltag.html", website_redirect = "/commands/rollback/rollback-sql.html" }, { key = "/commands/rollbacktodate.html", website_redirect = "/commands/rollback/rollback-to-date.html" }, { key = "/commands/rollbacktodatesql.html", website_redirect = "/commands/rollback/rollback-to-date-sql.html" }, + { key = "/commands/run-commands/execute-sql.html", website_redirect = "/commands/utility/execute-sql.html" }, { key = "/commands/snapshot/generate-changelog.html", website_redirect = "/commands/inspection/generate-changelog.html" }, { key = "/commands/snapshot/snapshot.html", website_redirect = "/commands/inspection/snapshot.html" }, { key = "/commands/snapshot/snapshot-reference.html", website_redirect = "/commands/inspection/snapshot-reference.html" }, @@ -448,6 +466,8 @@ variable "redirects" { { key = "/commands/unexpectedchangesets.html", website_redirect = "/commands/change-tracking/unexpected-changesets.html" }, { key = "/commands/update/drop-all.html", website_redirect = "/commands/utility/drop-all.html" }, { key = "/commands/update/execute-sql.html", website_redirect = "/commands/utility/execute-sql.html" }, + { key = "/commands/update/update-count.htm", website_redirect = "/commands/update/update-count.html" }, + { key = "/commands/update/update-sql.htm", website_redirect = "/commands/update/update-sql.html" }, { key = "/commands/update/validate.html", website_redirect = "/commands/utility/validate.html" }, { key = "/commands/update.html", website_redirect = "/commands/update/update.html" }, { key = "/commands/updatecount.html", website_redirect = "/commands/update/update-count.html" }, @@ -457,6 +477,8 @@ variable "redirects" { { key = "/commands/updatetotag.html", website_redirect = "/commands/update/update-to-tag.html" }, { key = "/commands/updatetotagsql.html", website_redirect = "/commands/update/update-to-tag-sql.html" }, { key = "/commands/validate.html", website_redirect = "/commands/update/validate.html" }, + { key = "/commands/workflows/home.htm", website_redirect = "/commands/home.html" }, + { key = "/commands/workflows/use-quality-checks-auto-severity-exit-code.htm", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code.html" }, { key = "/commands/working-with-command-parameters.html", website_redirect = "/parameters/working-with-command-parameters.html" }, { key = "/concepts/advanced/column.html", website_redirect = "/change-types/nested-tags/column.html" }, { key = "/concepts/advanced/always-override-stored-logic-schema.html", website_redirect = "/parameters/always-override-stored-logic-schema.html" }, @@ -467,6 +489,7 @@ variable "redirects" { { key = "/concepts/advanced/configuring-quality-checks.html", website_redirect = "/liquibase-pro/policy-checks/checks/home.html" }, { key = "/concepts/advanced/contexts.html", website_redirect = "/concepts/changelogs/attributes/contexts.html" }, { key = "/concepts/advanced/convert-data-types-parameter.html", website_redirect = "/parameters/convert-data-types.html" }, + { key = "/concepts/advanced/customdatabase.html", website_redirect = "/change-types/custom-change.html" }, { key = "/concepts/advanced/database-class.html", website_redirect = "/parameters/database-class.html" }, { key = "/concepts/advanced/diff-column-order.html", website_redirect = "/parameters/diff-column-order.html" }, { key = "/concepts/advanced/driver.html", website_redirect = "/parameters/driver.html" }, @@ -502,21 +525,28 @@ variable "redirects" { { key = "/concepts/advanced/should-run-parameter.html", website_redirect = "/parameters/should-run.html" }, { key = "/concepts/advanced/should-snapshot-data-parameter.html", website_redirect = "/parameters/should-snapshot-data.html" }, { key = "/concepts/advanced/using-sql-plus-and-oracle-proxy-user.html", website_redirect = "/concepts/changelogs/attributes/oracle-sqlplus-proxy-user.html" }, - { key = "/concepts/advanced/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code" }, + { key = "/concepts/advanced/using-quality-checks-in-automation-severity-and-exit-code.html", website_redirect = "/liquibase-pro/policy-checks/workflows/automation-severity-exit-code.html" }, { key = "/concepts/advanced/using-the-changelogfile-logfile-outputfile-parameters.html", website_redirect = "/parameters/home.html" }, { key = "/concepts/advanced/using-the-checks-settings-configuration-file.html", website_redirect = "/liquibase-pro/policy-checks/workflows/checks-settings-file.html" }, + { key = "/concepts/changelogs/attributes/splitstatements.html", website_redirect = "/concepts/changelogs/sql-format.html" }, { key = "/concepts/changelogs/attributes/sql-plus-troubleshoot.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-troubleshoot.html" }, - { key = "/concepts/changelogs/attributes/use-psql-integration.html", website_redirect = "/liquibase-pro/native-executors/postgresql-psql" }, + { key = "/concepts/changelogs/attributes/use-psql-integration.html", website_redirect = "/liquibase-pro/native-executors/postgresql-psql.html" }, { key = "/concepts/changelogs/attributes/use-sqlcmd-integration.html", website_redirect = "/liquibase-pro/native-executors/mssql-server-sqlcmd.html" }, { key = "/concepts/changelogs/attributes/use-sql-plus-integration.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus.html" }, { key = "/concepts/changelogs/attributes/use-sql-plus-oracle-proxy-server.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-proxy-user.html" }, { key = "/concepts/ant/index.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/" }, { key = "/concepts/basic/changelog.html", website_redirect = "/concepts/changelogs/home.html" }, + { key = "/concepts/basic/changelog-concepts.html", website_redirect = "/concepts/changelogs/home.html" }, { key = "/concepts/basic/changelog-parameters.html", website_redirect = "/concepts/changelogs/attributes/home.html" }, { key = "/concepts/basic/changelog-property-substitution.html", website_redirect = "/concepts/changelogs/property-substitution.html" }, + { key = "/concepts/basic/changelogs.html", website_redirect = "/concepts/changelogs/home.html" }, { key = "/concepts/basic/changeset.html", website_redirect = "/concepts/changelogs/changeset.html" }, + { key = "/concepts/basic/configuration.html", website_redirect = "/parameters/home.html" }, + { key = "/concepts/basic/databasechangelog.html", website_redirect = "/concepts/tracking-tables/databasechangelog-table.html" }, { key = "/concepts/basic/databasechangelog-table.html", website_redirect = "/concepts/tracking-tables/databasechangelog-table.html" }, { key = "/concepts/basic/databasechangeloglock-table.html", website_redirect = "/concepts/tracking-tables/databasechangeloglock-table.html" }, + { key = "/concepts/basic/dependencies.html", website_redirect = "/start/install/liquibase-requirements.html" }, + { key = "/concepts/basic/file-search-path.html", website_redirect = "/concepts/changelogs/how-liquibase-finds-files.html" }, { key = "/concepts/basic/home.html", website_redirect = "/concepts/tracking-tables/tracking-tables.html" }, { key = "/concepts/basic/how-liquibase-finds-files.html", website_redirect = "/concepts/changelogs/how-liquibase-finds-files.html" }, { key = "/concepts/basic/java-opts-environment-variable.html", website_redirect = "/concepts/connections/java-opts-environment-variable.html" }, @@ -526,6 +556,8 @@ variable "redirects" { { key = "/concepts/basic/liquibase-relative-path-best-practices.html", website_redirect = "/concepts/changelogs/how-liquibase-finds-files.html" }, { key = "/concepts/basic/other-formats.html", website_redirect = "/concepts/changelogs/other-formats.html" }, { key = "/concepts/basic/path-update.html", website_redirect = "/concepts/changelogs/how-liquibase-finds-files.html" }, + { key = "/concepts/basic/postconditions.html", website_redirect = "/concepts/changelogs/preconditions.html" }, + { key = "/concepts/basic/preconditions.html", website_redirect = "/concepts/changelogs/preconditions.html" }, { key = "/concepts/basic/sql-format.html", website_redirect = "/concepts/changelogs/sql-format.html" }, { key = "/concepts/basic/xml-format.html", website_redirect = "/concepts/changelogs/xml-format.html" }, { key = "/concepts/basic/yaml-format.html", website_redirect = "/concepts/changelogs/yaml-format.html" }, @@ -543,8 +575,10 @@ variable "redirects" { { key = "/concepts/changelogs/attributes/include-all.html", website_redirect = "/change-types/includeall.html" }, { key = "/concepts/changelogs/attributes/include.html", website_redirect = "/change-types/include.html" }, { key = "/concepts/changelogs/attributes/includeall.html", website_redirect = "/change-types/includeall.html" }, + { key = "/concepts/changelogs/attributes/modifychangesets.html", website_redirect = "/change-types/modifychangesets.html" }, { key = "/concepts/changelogs/attributes/run-on-change.html", website_redirect = "/concepts/changelogs/attributes/runonchange.html" }, { key = "/concepts/changelogs/attributes/run-with.html", website_redirect = "/concepts/changelogs/attributes/runwith.html" }, + { key = "/concepts/changelogs/attributes/use-sql-plus-oracle-proxy-user.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-proxy-user.html" }, { key = "/concepts/changelogs/attributes/using-psql-integration.html", website_redirect = "/liquibase-pro/native-executors/postgresql-psql" }, { key = "/concepts/changelogs/attributes/using-sqlcmd-integration.html", website_redirect = "/liquibase-pro/native-executors/mssql-server-sqlcmd.html" }, { key = "/concepts/changelogs/attributes/using-sql-plus-and-oracle-proxy-user.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-proxy-user.html" }, @@ -552,12 +586,16 @@ variable "redirects" { { key = "/concepts/changelogs/changelog-formats.html", website_redirect = "/concepts/changelogs/changeset.html" }, { key = "/concepts/changelogs/contexts.html", website_redirect = "/concepts/changelogs/attributes/contexts.html" }, { key = "/concepts/changelogs/enddelimiter-sql-attribute.html", website_redirect = "/change-types/enddelimiter-sql.html" }, + { key = "/concepts/changelogs/home.htm", website_redirect = "/concepts/changelogs/home.html" }, + { key = "/concepts/changelogs/how-liquibase-finds-files.htm/", website_redirect = "/concepts/changelogs/how-liquibase-finds-files.html" }, { key = "/concepts/changelogs/include.html", website_redirect = "/change-types/include.html" }, { key = "/concepts/changelogs/includeall.html", website_redirect = "/change-types/includeall.html" }, { key = "/concepts/changelogs/labels.html", website_redirect = "/concepts/changelogs/attributes/labels.html" }, + { key = "/concepts/changelogs/property-substitution", website_redirect = "/concepts/changelogs/property-substitution.html" }, { key = "/concepts/changelogs/runonchange.html", website_redirect = "/concepts/changelogs/attributes/runonchange.html" }, { key = "/concepts/changelogs/runwith.html", website_redirect = "/concepts/changelogs/attributes/runwith.html" }, { key = "/concepts/changelogs/structure-changelogs.html", website_redirect = "/start/design-liquibase-project.html" }, + { key = "/concepts/changelogs/sql-file-change-log-format.html", website_redirect = "/concepts/changelogs/sql-format.html" }, { key = "/concepts/changelogs/working-with-changelogs.html", website_redirect = "/concepts/changelogs/home.html" }, { key = "/concepts/changes/drop_table.html", website_redirect = "/change-types/drop-table.html" }, { key = "/concepts/changes/faq.html", website_redirect = "/faq.html" }, @@ -566,6 +604,8 @@ variable "redirects" { { key = "/concepts/changes/popular-topics.html", website_redirect = "/home.html" }, { key = "/concepts/changes/sql.html", website_redirect = "/change-types/sql.html" }, { key = "/concepts/changeset.html", website_redirect = "/concepts/changelogs/changeset.html" }, + { key = "/concepts/connections/java-opts-environment-variable.htm", website_redirect = "/concepts/connections/java-opts-environment-variable.html" }, + { key = "/concepts/connections/liquibase-environment-variables.htm", website_redirect = "/concepts/connections/liquibase-environment-variables.html" }, { key = "/concepts/contexts.html", website_redirect = "/concepts/changelogs/attributes/contexts.html" }, { key = "/concepts/databasechangelog.html", website_redirect = "/concepts/tracking-tables/databasechangelog-table.html" }, { key = "/concepts/databasechangelog-table.html", website_redirect = "/concepts/tracking-tables/databasechangelog-table.html" }, @@ -587,6 +627,7 @@ variable "redirects" { { key = "/concepts/installation/upgrading-liquibase.html", website_redirect = "/workflows/liquibase-community/upgrading-liquibase.html" }, { key = "/concepts/installation/using-the-lb-installer.html", website_redirect = "/start/install/home.html" }, { key = "/concepts/installation/using-the-lb-installer-for-linux-unix-mac.html", website_redirect = "/start/install/liquibase-macos.html" }, + { key = "/concepts/introduction-to-liquibase.htm", website_redirect = "/concepts/introduction-to-liquibase.html" }, { key = "/concepts/labels.html", website_redirect = "/concepts/changelogs/attributes/labels.html" }, { key = "/concepts/maven/index.html", website_redirect = "/tools-integrations/maven/home.html" }, { key = "/concepts/preconditions.html", website_redirect = "/concepts/changelogs/preconditions.html" }, @@ -604,6 +645,8 @@ variable "redirects" { { key = "/databasechangeloghistory", website_redirect = "/concepts/tracking-tables/databasechangeloghistory-table.html" }, { key = "/databasechangeloghistory.html", website_redirect = "/concepts/tracking-tables/databasechangeloghistory-table.html" }, { key = "/databases.html", website_redirect = "/start/tutorials/home.html" }, + { key = "/DMCKnowledgeBase/DMC-Documentation/Content/use/pipeline-step-status-view.htm", website_redirect = "https://dmc.datical.com/use/pipeline-step-status-view.htm" }, + { key = "/DMCKnowledgeBase/DMC-Documentation/Content/use/Pipeline-view.htm", website_redirect = "https://dmc.datical.com/use/project-pipeline-view.htm" }, { key = "/documentation/changeset", website_redirect = "/concepts/changelogs/changeset.html" }, { key = "/documentation/command_line", website_redirect = "/parameters/working-with-command-parameters.html" }, { key = "/documentation/command_line.html", website_redirect = "/parameters/working-with-command-parameters.html" }, @@ -613,8 +656,214 @@ variable "redirects" { { key = "/documentation/maven/maven_updatetestingrollback.html", website_redirect = "/tools-integrations/maven/commands/maven-updatetestingrollback.html" }, { key = "/drift-reports", website_redirect = "/liquibase-pro/observability/operation-reports-drift-report.html" }, { key = "/drift-reports.html", website_redirect = "/liquibase-pro/observability/operation-reports-drift-report.html" }, - { key = "/dropall", website_redirect = "/commands/utility/drop-all.html " }, - { key = "/dropall.html", website_redirect = "/commands/utility/drop-all.html " }, + { key = "/dropall", website_redirect = "/commands/utility/drop-all.html" }, + { key = "/dropall.html", website_redirect = "/commands/utility/drop-all.html" }, + { key = "/enterprise/application-developer/application-developer-home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570072/Best+Practices+for+Developer+Workflows" }, + { key = "/enterprise/configure-databases-release-pipelines/azure-sql-setup/troubleshoot-active-directory-authentication.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2250834093/Troubleshooting+Issues+with+Active+Directory+Authentication+and+Azure+SQL+Database" }, + { key = "/enterprise/dba/best-practices/labeling.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/491225189/Implementation+Guide+Best+Practices+for+Labeling" }, + { key = "/enterprise/dba/best-practices/use-mysql-jenkins.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1451786251/Using+MySql+with+Liquibase+and+Jenkins" }, + { key = "/enterprise/dba/best-practices/use-teradata.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1647181946/Using+Teradata+with+Liquibase" }, + { key = "/enterprise/dba/create-datical-projects/gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569255/Creating+a+Liquibase+Enterprise+Project+Using+the+Liquibase+Enterprise+GUI" }, + { key = "/enterprise/dba/create-projects/gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569255/Creating+a+Liquibase+Enterprise+Project+Using+the+Liquibase+Enterprise+GUI" }, + { key = "/enterprise/dba/create-projects/groovy.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569181/Creating+a+Liquibase+Enterprise+Using+the+Project+Creation+Script+project_creator.groovy" }, + { key = "/enterprise/dba/create-projects/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569176/Creating+Liquibase+Enterprise+Projects" }, + { key = "/enterprise/dba/package/automatic-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/dba/package/package-ddl-variable-tablespace.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/603226698/How+To+Package+DDL+Scripts+in+the+ddl+folder+With+Variable+Tablespace+Names" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/configure-packaging/backup-restore-methods.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570182/Custom+Backup+and+Restore+Methods" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/configure-packaging/configure-oracle-datapump.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567840/Configuring+Deployment+Packager+to+Use+the+Oracle+Datapump+API+for+Backup+and+Restore" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/configure-packaging/metadata-properties.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570168/Using+the+metadata-variables.properties+file" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/configure-packaging/metadata-variables-properties-file.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570168/Using+the+metadata-variables.properties+file" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/configure-packaging/mng-backup-restore.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570174/Managing+Database+Backup+and+Restore" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/overview-packaging/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/overview-packaging/labels.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569942/Liquibase+Enterprise+Labels" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/overview-packaging/packaging-behavior-frequent-scm-commits.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569947/Packaging+Behavior+with+Frequent+SCM+Commits" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/custom-packaging-order.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569980/Custom+Packaging+Order" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/files-scm-repository.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569952/Placing+Files+in+the+SCM+Repository" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/fixed-folder-names.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569969/Fixed+Folder+Names" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/flexible-folder-names.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569975/Flexible+Folder+Names" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/oracle-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569992/Oracle+Database+Objects+and+Packaging" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/packaging-manifest-file.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569987/Packaging+from+a+Manifest+File" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/packaging-method.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569960/Choosing+a+Packaging+Method" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/place-files-scm-repo/postgresql-objects-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1781235721/PostgreSQL+Server+Database+Objects+and+Packaging" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/postgresql-objects-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1781235721/PostgreSQL+Server+Database+Objects+and+Packaging" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/sql-code-branch-merge-advnc.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570123/SQL+Code+Branching+Merging+Advanced" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/workflow-deploy-changesets/abandon-restore-changeset.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570091/Abandoning+and+Restoring+a+Changeset+ignore+and+unignore" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/workflow-deploy-changesets/best-practice-workflow.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570072/Best+Practices+for+Developer+Workflows" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/workflow-deploy-changesets/changeset-version-strategy.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570096/Changeset+Versioning+version+and+versionStrategy" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/workflow-deploy-changesets/cleaning-deployed-changesets.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570102/Cleaning+Up+Deployed+Changesets+cleanup" }, + { key = "/enterprise/dba/package/package-sql-scripts-deployment/workflow-deploy-changesets/rollback-script-handling.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570116/Rollback+Script+Handling" }, + { key = "/enterprise/dba/planning-projects/release-pipeline-schema/multi-schema-projects/manage-multi-schema.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569111/Creating+a+Multi-schema+Project" }, + { key = "/enterprise/dba/planning-projects/release-pipeline-schema/single-schema-projects.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569070/Single-schema+Projects" }, + { key = "/enterprise/define-release-pipeline/planning-projects/release-pipeline-contents-schema/single-schema-projects.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569070/Single-schema+Projects" }, + { key = "/enterprise/developer/define-release-pipeline/create-manage-projects/configure-permissions-auto-synonyms-oracle.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569363/Configuring+Auto-Permissions+and+Auto-Synonyms+for+Oracle" }, + { key = "/enterprise/developer/define-release-pipeline/create-manage-projects/credential-management/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569321/Database+Credential+Management" }, + { key = "/enterprise/developer/define-release-pipeline/create-manage-projects/credential-management/choose-stored-runtime-credentials.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569326/Choosing+Stored+or+Runtime+Database+Credentials" }, + { key = "/enterprise/developer/define-release-pipeline/create-manage-projects/credential-management/password-character-require.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569340/Password+Character+Requirements" }, + { key = "/enterprise/developer/define-release-pipeline/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896568211/Liquibase+Enterprise+Projects+Defining+the+Release+Pipeline" }, + { key = "/enterprise/developer/define-release-pipeline/initialize-database-project/baseline-initialize-project/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569724/Baselining+Initializing+All+Databases+in+the+Project" }, + { key = "/enterprise/developer/define-release-pipeline/initialize-database-project/baseline-initialize-project/new-database.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569797/Starting+with+a+New+Database" }, + { key = "/enterprise/developer/define-release-pipeline/initialize-database-project/baseline-initialize-project/review_baseline.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569807/Review+Baseline" }, + { key = "/enterprise/developer/define-release-pipeline/initialize-database-project/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569681/Initializing+Databases+in+the+Project" }, + { key = "/enterprise/developer/define-release-pipeline/initialize-database-project/initialize-refdb.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569686/Initializing+the+Reference+Database+REFDB" }, + { key = "/enterprise/developer/dev-how-tos/automate-windows-gui-installation.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/3180036110/How+To+Automate+Windows+GUI+Installation" }, + { key = "/enterprise/developer/dev-how-tos/aware-manual-hotfixes.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/2392181/How+To+Make+Liquibase+Enterprise+Aware+of+Manual+Hotfixes" }, + { key = "/enterprise/developer/dev-how-tos/change-java-versiondmc.html", website_redirect = "https://dmc.datical.com/configure/java-config/changing-java-version.htm" }, + { key = "/enterprise/developer/dev-how-tos/configure-project-settings.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569453/Configuring+Project+Settings" }, + { key = "/enterprise/developer/dev-how-tos/create-dmc-certificate-common-name.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1426587825/How+To+Create+a+DMC+Certificate+with+specific+Common+Name" }, + { key = "/enterprise/developer/dev-how-tos/find-special-characters-sql.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1262878788/How+To+Find+Special+Characters+in+a+SQL+Script" }, + { key = "/enterprise/developer/dev-how-tos/import-azure-git-gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/3302002702/How+To+Use+Liquibase+Enterprise+with+Azure+DevOps" }, + { key = "/enterprise/developer/dev-how-tos/include-sql-rule-enforce-schemas.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1588756513/How+To+Include+a+SqlRule+to+enforce+Managed+Schemas" }, + { key = "/enterprise/developer/dev-how-tos/increase-session-time.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/CEKB/pages/3491642266/How+to+increase+your+session+time+in+Datical+Service" }, + { key = "/enterprise/developer/dev-how-tos/install-2019-gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/3180036110/How+To+Automate+Windows+GUI+Installation" }, + { key = "/enterprise/developer/dev-how-tos/negate-changes.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1184560/How+To+Negate+changes" }, + { key = "/enterprise/developer/dev-how-tos/remove-abandonded-changes.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1474575/How+To+Remove+abandonded+changes+from+Liquibase+Enterprise+and+lower+environments" }, + { key = "/enterprise/developer/dev-how-tos/remove-abandoned-changes.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1474575/How+To+Remove+abandonded+changes+from+Liquibase+Enterprise+and+lower+environments" }, + { key = "/enterprise/developer/dev-how-tos/remove-changeset-incorrect-sql.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1699217427/How+To+Remove+a+Change+Set+that+has+incorrect+SQL" }, + { key = "/enterprise/developer/dev-how-tos/remove-lock-databasechangeloglock.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/886079589/How+To+Remove+lock+from+DATABASECHANGELOGLOCK+table" }, + { key = "/enterprise/developer/dev-how-tos/set-default-web-browser-gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/2700345356/How+To+Set+default+web+browser+in+the+GUI" }, + { key = "/enterprise/developer/dev-how-tos/setup-custom-backup-restore-script.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/3014230019/How+To+Setup+a+Custom+Backup+and+Restore+Script" }, + { key = "/enterprise/developer/dev-how-tos/setup-network-connections-proxy-sever-ui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1209139201/How+To+Setup+Network+Connections+with+a+Proxy+Sever+in+the+Liquibase+Enterprise+UI" }, + { key = "/enterprise/developer/dev-how-tos/unabandon-changes.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1441793/How+To+Unabandon+changes" }, + { key = "/enterprise/developer/dev-how-tos/update-dmc-7.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/2888237066/How+To+Update+DMC" }, + { key = "/enterprise/developer/dev-how-tos/use-changelog-sync.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1699086475/How+To+Use+ChangelogSync" }, + { key = "/enterprise/developer/dev-user-guides/developer-scm-packaging-sql-addendum.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/developer/dev-user-guides/developer-workflow/3-fix-script-error-found-deployment.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570065/Developer+Workflows+Managing+Changesets+During+Development+and+Test" }, + { key = "/enterprise/developer/dev-user-guides/developer-workflow/5-what-happens-when-delete-script.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570065/Developer+Workflows+Managing+Changesets+During+Development+and+Test" }, + { key = "/enterprise/developer/dev-user-guides/developer-workflow/8-merge-changes-two-pipelines.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/693076300/Introduction+to+Multiple+Liquibase+Enterprise+Pipelines" }, + { key = "/enterprise/developer/dev-user-guides/manage-changesets.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570065/Developer+Workflows+Managing+Changesets+During+Development+and+Test" }, + { key = "/enterprise/developer/dev-user-guides/manage-changesets/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570065/Developer+Workflows+Managing+Changesets+During+Development+and+Test" }, + { key = "/enterprise/developer/dev-user-guides/scm-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/developer/dev-user-guides/synchronize-project-git.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567923/Git" }, + { key = "/enterprise/developer/dev-user-guides/workflow/1-check-package-first-script.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/developer/dev-user-guides/workflow/2-fix-script-error-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/developer/dev-user-guides/workflow/7-abandon-change-cleanup.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/developer/dev-user-guides/workflow/workflow.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570065/Developer+Workflows+Managing+Changesets+During+Development+and+Test" }, + { key = "/enterprise/developer/overview-packaging-developer.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC58/pages/795838905/Overview+of+Packaging" }, + { key = "/enterprise/developer/write-sql-scripts/creat-database-links-oracle-schema.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1762165158/Creating+Database+Links+in+an+Oracle+schema+with+a+non-owner+account" }, + { key = "/enterprise/developer/write-sql-scripts/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570004/Writing+SQL+Scripts+for+Liquibase+Enterprise" }, + { key = "/enterprise/developer/write-sql-scripts/write-sql-scripts.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570004/Writing+SQL+Scripts+for+Liquibase+Enterprise" }, + { key = "/enterprise/developer-get-started-guide/write-sql-scripts/write-sql-scripts.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570004/Writing+SQL+Scripts+for+Liquibase+Enterprise" }, + { key = "/enterprise/devops/best-practices/commit-svn.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567916/Overview+of+SCM+Setup" }, + { key = "/enterprise/devops/best-practices/deploy-packager-config.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569925/Overview+of+Packaging" }, + { key = "/enterprise/devops/best-practices/dmc-sudo-commands.html", website_redirect = "https://dmc.datical.com/troubleshoot/dmc-sudo-commands.htm" }, + { key = "/enterprise/devops/best-practices/initial-setup-deploy-packager.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570205/Running+Deployment+Packager" }, + { key = "/enterprise/devops/best-practices/set-up-permissions.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566709/Configuring+Databases+for+Liquibase+Enterprise+Release+Pipelines" }, + { key = "/enterprise/devops/configure-scm-repos/git/prevent-git-error.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/407306346/How+do+I+prevent+Git+commit+error+An+internal+error+occurred..." }, + { key = "/enterprise/devops/configure-scm-repos/git/retrieve-project-git.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567982/Getting+a+Project+From+Git" }, + { key = "/enterprise/devops/configure-scm-repos/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567916/Overview+of+SCM+Setup" }, + { key = "/enterprise/devops/configure-scm-repos/subversion-svn/relocate-subversion.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567916/Overview+of+SCM+Setup" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-mng-instance/auth-azure-mng.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2244771913/Troubleshooting+Issues+with+Active+Directory+Authentication+and+Azure+Managed+Instance" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-mng-instance/azure-rest-api-ephemeral-deploy.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2244771861/Azure+REST+API+for+the+Ephemeral+Deploy+Packager+Process" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-mng-instance/creating-connections-azure-sql-mngd.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2245394445/Creating+Connections+in+Liquibase+Enterprise+and+Azure+SQL+Managed+Instance" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-mng-instance/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2241003777/Azure+SQL+Managed+Instance+Setup" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-setup/create-connections-azure-sql.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1948745827/Creating+Connections+in+Liquibase+Enterprise+and+Azure+SQL+Database" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-setup/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1948942353/Azure+SQL+Database+Setup" }, + { key = "/enterprise/devops/db-release-pipelines/azure-sql-setup/roles-azure-sql.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1948745794/Roles+and+Permissions+for+Liquibase+Enterprise+and+Azure+SQL+Database" }, + { key = "/enterprise/devops/db-release-pipelines/db2-on-luw-database-setup/backup-restore-db2.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566780/Roles+and+Permissions+for+Liquibase+Enterprise+on+DB2+LUW" }, + { key = "/enterprise/devops/db-release-pipelines/db2-on-luw-database-setup/roles-perm-db2-luw.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566780/Roles+and+Permissions+for+Liquibase+Enterprise+on+DB2+LUW" }, + { key = "/enterprise/devops/db-release-pipelines/db2-zos/db2-zos-package.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/3305373701/Packaging+with+DB2+on+zOS" }, + { key = "/enterprise/devops/db-release-pipelines/db2-zos/db2-zos-roles-permissions.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/3315171329/DB2+on+zOS+Roles+and+Permissions+for+Liquibase+Enterprise" }, + { key = "/enterprise/devops/db-release-pipelines/db2-zos/static-backup.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570174/Managing+Database+Backup+and+Restore" }, + { key = "/enterprise/devops/db-release-pipelines/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566709/Configuring+Databases+for+Liquibase+Enterprise+Release+Pipelines" }, + { key = "/enterprise/devops/db-release-pipelines/intro-multi-pipe.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/693076300/Introduction+to+Multiple+Liquibase+Enterprise+Pipelines" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-amazon-rds-setup/oracle-amazon-rds-diff.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567854/Oracle+on+Amazon+RDS+differences+from+Oracle+on+prem+Database+Setup" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-amazon-rds-setup/roles-perm-oracle-amazon/multi-schema-oracle.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567868/Multi-Schema+Projects+-+Oracle+on+Amazon+RDS+Roles+and+Permissions" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-amazon-rds-setup/roles-perm-oracle-amazon/roles-oracle-amazon-rds.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567862/Roles+and+Permissions+for+Liquibase+Enterprise+on+Oracle+on+Amazon+RDS" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-amazon-rds-setup/roles-perm-oracle-amazon/single-schema-oracle.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567873/Single-Schema+Projects+-+Oracle+on+Amazon+RDS+Roles+and+Permissions" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/choose-connection-method/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566905/Choosing+a+Database+Connection+Method+for+Oracle+Databases" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/choose-connection-method/ldap-oracle.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566926/LDAP+Connection+to+an+Oracle+Database" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/choose-connection-method/oracle-proxy.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/1581285378/Oracle+Proxy+User+Connections" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/choose-connection-method/ssl-oracle-wallet.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566933/SSL+Connection+to+an+Oracle+Database+Through+Oracle+Wallet" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/choose-connection-method/tnsnames-oracle.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566920/TNSNAMES+Connection+to+an+Oracle+Database" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/install-oracle-client.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1032290321/How+To+Configure+Oracle+Instant+Client" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/oracle-edition-redef.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566957/Oracle+Edition-Based+Redefinition" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/oracle-rac-require.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566952/Oracle+RAC+Requirements" }, + { key = "/enterprise/devops/db-release-pipelines/oracle-database-setup/oracle-roles-permissions/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566889/Roles+and+Permissions+for+Liquibase+Enterprise+on+Oracle+Database" }, + { key = "/enterprise/devops/db-release-pipelines/overview-db-used/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566714/Overview+of+the+Database+Components+Used+by+Liquibase+Enterprise" }, + { key = "/enterprise/devops/db-release-pipelines/overview-db-used/intro-multi-pipe.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/693076300/Introduction+to+Multiple+Liquibase+Enterprise+Pipelines" }, + { key = "/enterprise/devops/db-release-pipelines/overview-db-used/users-roles-passwords.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566728/Database+Users+Roles+and+Passwords" }, + { key = "/enterprise/devops/db-release-pipelines/postgres-edb-postgresql/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567878/Postgres+EDB+PostgreSQL+and+Azure+Database+for+Postgres+Setup" }, + { key = "/enterprise/devops/db-release-pipelines/postgres-edb-postgresql/install-postgres-edb-clients.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/897220682/Installing+Postgres+EDB+Clients" }, + { key = "/enterprise/devops/db-release-pipelines/postgres-edb-postgresql/install-postgresql-clients.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/897220682/Installing+Postgres+EDB+Clients" }, + { key = "/enterprise/devops/db-release-pipelines/sql-setup/roles-permissions-sql-server.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567891/Roles+and+Permissions+for+Liquibase+Enterprise+on+SQL+Server" }, + { key = "/enterprise/devops/db-release-pipelines/sql-setup/security-active-directory.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896567897/Setting+up+Integrated+Security+for+Active+Directory" }, + { key = "/enterprise/devops/dmcdb/administer/configure-keycloak-ldap.html", website_redirect = "https://dmc.datical.com/administer/configure-keycloak-ldap.htm" }, + { key = "/enterprise/devops/dmcdb/administer/create-users-keycloak.html", website_redirect = "https://dmc.datical.com/administer/create-users-keycloak.htm" }, + { key = "/enterprise/devops/dmcdb/administer/pkix-path-build-fail.html", website_redirect = "https://dmc.datical.com/administer/configure-keycloak-ldap.htm" }, + { key = "/enterprise/devops/dmcdb/configure-project.html", website_redirect = "https://dmc.datical.com/configure/configure.htm" }, + { key = "/enterprise/devops/dmcdb/troubleshoot/dmc-install-openjdk.html", website_redirect = "https://dmc.datical.com/configure/java-config/changing-java-version.htm" }, + { key = "/enterprise/devops/dmcdb/troubleshoot/dmc-memory-usage.html", website_redirect = "https://dmc.datical.com/troubleshoot/troubleshoot-home.htm" }, + { key = "/enterprise/devops/dmcdb/troubleshoot/dmc-splash-screen.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/780402853/Troubleshooting+Liquibase+Enterprise+GUI+on+Windows+10+hangs+on+the+splash+screen+and+takes+a+couple+of+minutes+to+load" }, + { key = "/enterprise/devops/install/alternate-install-methods/access-remote-linux-systems.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910383/Start+Here+Liquibase+Business+Installation+Overview" }, + { key = "/enterprise/devops/install/alternate-install-methods/headless-linux-installation.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/918459/How+To+Liquibase+Enterprise+Headless+Linux+Installation" }, + { key = "/enterprise/devops/install/alternate-install-methods/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910383/Start+Here+Liquibase+Business+Installation+Overview" }, + { key = "/enterprise/devops/install/install-linux/cli-composite-repo-linux.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910791/Theme+Using+the+CLI+and+the+Composite+Repository+to+Install+Liquibase+Business+on+Linux+Systems" }, + { key = "/enterprise/devops/install/install-linux/download-installation-files-cli-linux.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910383/Start+Here+Liquibase+Business+Installation+Overview" }, + { key = "/enterprise/devops/install/install-linux/gui-install-database-drivers-linux.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910804/Variation+Using+the+GUI+and+the+Update+Site+to+Install+Liquibase+Business+on+Linux+Systems" }, + { key = "/enterprise/devops/install/install-manage-license.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566463/Install+and+Manage+Licenses" }, + { key = "/enterprise/devops/install/install-on-linux/gui-install-database-drivers-linux.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910804/Variation+Using+the+GUI+and+the+Update+Site+to+Install+Liquibase+Business+on+Linux+Systems" }, + { key = "/enterprise/devops/install/install-on-windows/gui-update-site-install-windows/configure-installation-repositories.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910620/Configuring+Installation+Repositories" }, + { key = "/enterprise/devops/install/install-windows/gui-composite-repo.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910744/Variation+Using+the+GUI+and+the+Composite+Repository" }, + { key = "/enterprise/devops/install/install-windows/gui-install-windows-systems.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910554/Theme+Using+the+GUI+and+the+Update+Site+to+Install+Liquibase+Business+on+Windows+Systems" }, + { key = "/enterprise/devops/install/install-windows/gui-update-site-install-windows/configure-installation-repositories.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910620/Configuring+Installation+Repositories" }, + { key = "/enterprise/devops/install/install-windows/gui-update-site-install-windows/install-database-drivers-windows.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910656/Installing+Database+Drivers+on+Windows+Systems" }, + { key = "/enterprise/devops/install/install-windows/gui-update-site-install-windows/install-windows.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910554/Theme+Using+the+GUI+and+the+Update+Site+to+Install+Liquibase+Business+on+Windows+Systems" }, + { key = "/enterprise/devops/install/install-windows/gui-update-site-install-windows/scm-plug-in-install.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237910715/Installing+SCM+Plug-ins+on+Windows+Systems" }, + { key = "/enterprise/devops/install/java-version-use/java-version.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566571/Java+Version+Use" }, + { key = "/enterprise/devops/install/security-components/reset-password.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237911087/Securing+the+Database+Connection" }, + { key = "/enterprise/devops/install/security-components/secure-changelog.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237911082/Securing+the+Liquibase+Changelog+and+Resources+Directories" }, + { key = "/enterprise/devops/install/security-components/use-proxy-server.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237911134/Use+a+Proxy+Server+with+Liquibase+Business" }, + { key = "/enterprise/devops/install/security-datical-components/secure-changelog.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237911082/Securing+the+Liquibase+Changelog+and+Resources+Directories" }, + { key = "/enterprise/devops/install/security-datical-components/use-proxy-server.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1237911134/Use+a+Proxy+Server+with+Liquibase+Business" }, + { key = "/enterprise/devops/install/start-here-install.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565361/Installing+Liquibase+Enterprise" }, + { key = "/enterprise/devops/integrate-automation-tools/automate-operations.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1717436420/Liquibase+Business+Automation+Workflow" }, + { key = "/enterprise/devops/integrate-automation-tools/ca-release-auto-integration.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1717436420/Liquibase+Business+Automation+Workflow" }, + { key = "/enterprise/devops/integrate-automation-tools/ibm-urbancode-build.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1717436420/Liquibase+Business+Automation+Workflow" }, + { key = "/enterprise/devops/integrate-automation-tools/jenkins-integration.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/LBP/pages/1717436420/Liquibase+Business+Automation+Workflow" }, + { key = "/enterprise/devops/how-to/create-manage-tfs.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/3302002702/How+To+Use+Liquibase+Enterprise+with+Azure+DevOps" }, + { key = "/enterprise/devops/move-changes-pipeline/getting-status.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570247/Getting+Status" }, + { key = "/enterprise/devops/move-changes-pipeline/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570195/Liquibase+Enterprise+Operations+Moving+Changes+through+the+Release+Pipeline" }, + { key = "/enterprise/devops/move-changes-pipeline/packaging/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570200/Packaging" }, + { key = "/enterprise/devops/move-changes-pipeline/packaging/output-deployment-packager.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570233/Output+from+Deployment+Packager" }, + { key = "/enterprise/devops/move-changes-pipeline/roll-back-changes/rollback-operations-cli.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570356/Performing+Rollback+Operations+in+the+CLI" }, + { key = "/enterprise/devops/move-changes-pipeline/roll-back-changes/rollback-operations-gui.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896570290/Performing+Rollback+Operations+in+the+GUI" }, + { key = "/enterprise/devops/permissions/role-permissions.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566709/Configuring+Databases+for+Liquibase+Enterprise+Release+Pipelines" }, + { key = "/enterprise/devops/run-enterprise-parallel.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/2222424110/Running+Liquibase+Enterprise+in+Parallel" }, + { key = "/enterprise/devops/set-prop-project-changelog.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569871/Setting+Properties+in+the+Project+Changelog" }, + { key = "/enterprise/devops/system-requirements/hardware-software-database-requirements.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565333/Hardware+Software+and+Database+Requirements" }, + { key = "/enterprise/devops/system-requirements/scm-requirements-features.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565342/SCM+Requirements+and+Features" }, + { key = "/enterprise/devops-engineer/configure-databases-release-pipelines/configure-release-pipelines.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896568211/Liquibase+Enterprise+Projects+Defining+the+Release+Pipeline" }, + { key = "/enterprise/documentation/overview/datical-overview.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565313/Introduction+to+Liquibase+Enterprise" }, + { key = "/enterprise/documentation/overview/getting-started/implementation-roadmap.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565313/Introduction+to+Liquibase+Enterprise" }, + { key = "/enterprise/documentation/overview/getting-started/intro-to-datical.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565313/Introduction+to+Liquibase+Enterprise" }, + { key = "/enterprise/dmc/administer/create-password-keycloak.html", website_redirect = "https://dmc.datical.com/administer/create-password-keycloak.htm" }, + { key = "/enterprise/dmc/configure/configure.html", website_redirect = "https://dmc.datical.com/configure/configure.htm" }, + { key = "/enterprise/dmc/configure/database-config/enable-display-clientconnect.html", website_redirect = "https://dmc.datical.com/configure/database-config/enable-display-clientconnect.htm" }, + { key = "/enterprise/dmc/configure/database-config/register-project-dmc.html", website_redirect = "https://dmc.datical.com/configure/database-config/register-project-dmc.htm" }, + { key = "/enterprise/dmc/configure/database-config/switching-databases.html", website_redirect = "https://dmc.datical.com/configure/database-config/switching-databases.htm" }, + { key = "/enterprise/dmc/configure/java-config/changing-java-version.html", website_redirect = "https://dmc.datical.com/configure/java-config/changing-java-version.htm" }, + { key = "/enterprise/dmc/configure/user-group-project-config/manage-users-dmc.html", website_redirect = "https://dmc.datical.com/configure/user-group-project-config/manage-users-dmc.htm" }, + { key = "/enterprise/dmc/configure/web-tier-config/hostname-ip-config.html", website_redirect = "https://dmc.datical.com/configure/web-tier-config/hostname-ip-config.htm" }, + { key = "/enterprise/dmc/configure/web-tier-config/import-ssl-certificate.html", website_redirect = "https://dmc.datical.com/configure/web-tier-config/import-ssl-certificate.htm" }, + { key = "/enterprise/dmc/configure/web-tier-config/manage-default-ports.html", website_redirect = "https://dmc.datical.com/configure/web-tier-config/manage-default-ports.htm" }, + { key = "/enterprise/dmc/install/demo-mode/accessing-dmc-demo-mode.html", website_redirect = "https://dmc.datical.com/install/demo-mode/accessing-dmc-demo-mode.htm" }, + { key = "/enterprise/dmc/install/migrate.html", website_redirect = "https://dmc.datical.com/install/demo-mode/dmc-demo-mode.htm" }, + { key = "/enterprise/dmc/install/uninstall.html", website_redirect = "https://dmc.datical.com/install/uninstall.htm" }, + { key = "/enterprise/dmc/install/upgrading-dmcdb-on-postgresql.html", website_redirect = "https://dmc.datical.com/install/upgrading-dmcdb-on-postgresql.htm" }, + { key = "/enterprise/dmc/troubleshoot/troubleshoot-home.html", website_redirect = "https://dmc.datical.com/troubleshoot/troubleshoot-home.htm" }, + { key = "/enterprise/dmc/use/pipeline-ops-report-view.html", website_redirect = "https://dmc.datical.com/use/pipeline-ops-report-view.htm" }, + { key = "/enterprise/dmc/use/project-pipeline-view.html", website_redirect = "https://dmc.datical.com/use/project-pipeline-view.htm" }, + { key = "/enterprise/dmc/use/project-settings-config-view.html", website_redirect = "https://dmc.datical.com/use/project-settings-config-view.htm" }, + { key = "/enterprise/dmc/use/project-settings-view.html", website_redirect = "https://dmc.datical.com/use/project-settings-view.htm" }, + { key = "/enterprise/how-to-guides/how-to-guides/ephemeralconnectionretrytimeout-azure-sql.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/2250899600/The+ephemeralConnectionRetryTimeout+property+for+Azure+SQL+Database" }, + { key = "/enterprise/how-to-guides/how-to-guides/leverage-metadata-properties.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1021086/How+To+Leverage+the+metadata.properties+file" }, + { key = "/enterprise/how-to-guides/how-to-guides/how-enterprise-works.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDKB/pages/1084719137/How+Liquibase+Enterprise+Works" }, + { key = "/enterprise/how-to-guides/how-to-guides/set-prop-project-changelog.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569871/Setting+Properties+in+the+Project+Changelog" }, + { key = "/enterprise/install-enterprise/install-enterprise/administering-the-installation/java-version-use/override-java.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896566577/Overriding+Java+Use" }, + { key = "/enterprise/package-sql-scripts-for-deployment/place-files-scm-repo/flexible-folder-names.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569975/Flexible+Folder+Names" }, + { key = "/enterprise/package-sql-scripts-for-deployment/place-files-scm-repo/oracle-packaging.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896569992/Oracle+Database+Objects+and+Packaging" }, + { key = "/enterprise/product-documentation-home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/overview" }, + { key = "/enterprise/system-requirements/hardware-software-database-requirements.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896565333/Hardware+Software+and+Database+Requirements" }, { key = "/environment-variables", website_redirect = "/parameters/home.html" }, { key = "/extensions/index.html", website_redirect = "/tools-integrations/home.html" }, { key = "/feature-flags", website_redirect = "/tools-integrations/feature-flags/home.html" }, @@ -646,7 +895,9 @@ variable "redirects" { { key = "/feature-flags/readmes/Usage.html", website_redirect = "/tools-integrations/feature-flags/home.html" }, { key = "/flow", website_redirect = "/commands/flow/flow.html" }, { key = "/flow.html", website_redirect = "/commands/flow/flow.html" }, + { key = "/get-started/devops-draft.html", website_redirect = "/start/home.html" }, { key = "/install/drivers-extensions.html", website_redirect = "/start/tutorials/home.html" }, + { key = "/install/liquibase.html", website_redirect = "/install/home.html" }, { key = "/install/liquibase-downloaded-files.html", website_redirect = "/start/install/liquibase-installation-files.html" }, { key = "/install/liquibase-installation-files.html", website_redirect = "/start/install/liquibase-installation-files.html" }, { key = "/install/liquibase-installation-troubleshooting.html", website_redirect = "/start/install/liquibase-installation-troubleshooting.html" }, @@ -688,18 +939,22 @@ variable "redirects" { { key = "/install/tutorials/mysql.html", website_redirect = "/start/tutorials/mysql.html" }, { key = "/install/tutorials/oracle.html", website_redirect = "/start/tutorials/oracle.html" }, { key = "/install/tutorials/oracle-atp-db.html", website_redirect = "/start/tutorials/oracle-autonomous-db.html" }, - { key = "/install/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona-xtradb-cluster/" }, + { key = "/install/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona/percona-xtradb-cluster/" }, { key = "/install/tutorials/postgresql.html", website_redirect = "/start/tutorials/postgresql/home.html" }, { key = "/install/tutorials/sap-adaptive-server-enterprise-sap-ase.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-adaptive-server-enterprise-sap-ase/" }, { key = "/install/tutorials/sap-hana.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-hana/" }, { key = "/install/tutorials/sap-sql-anywhere.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-sql-anywhere/" }, { key = "/install/tutorials/snowflake.html", website_redirect = "/start/tutorials/snowflake.html" }, { key = "/install/tutorials/sqlite.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sqlite/" }, + { key = "/install/tutorials/sybase-anywhere.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-sql-anywhere/" }, + { key = "/install/tutorials/sybase-enterprise.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-adaptive-server-enterprise-sap-ase/" }, { key = "/install/tutorials/teradata.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/teradata/" }, { key = "/install/tutorials/tutorial-using-oracle.html", website_redirect = "/start/tutorials/oracle-manage-db-objects.html" }, { key = "/install/tutorials/vertica.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/vertica/" }, { key = "/install/tutorials/voltdb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/" }, { key = "/install/tutorials/yugabytedb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/yugabytedb/" }, + { key = "/liquibase-pro/native-executors/msqql-server-sqlcmd.html", website_redirect = "/liquibase-pro/native-executors/mssql-server-sqlcmd.html" }, + { key = "/liquibase-pro/policy-checks/check-chains/home.html", website_redirect = "/liquibase-pro/policy-checks/check-chains.html" }, { key = "/liquibase-pro/policy-checks/checks/changelog-checks/require-changeset-dis-uuid.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/require-changeset-id-is-uuid.html" }, { key = "/liquibase-pro/quality-checks/check-chains.html", website_redirect = "/liquibase-pro/policy-checks/check-chains.html" }, { key = "/liquibase-pro/quality-checks/checks/changelog-checks/change-drop-column-warn.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/change-drop-column-warn.html" }, @@ -769,6 +1024,7 @@ variable "redirects" { { key = "/operation-reports", website_redirect = "/liquibase-pro/observability/operation-reports.html" }, { key = "/operation-reports.html", website_redirect = "/liquibase-pro/observability/operation-reports.html" }, { key = "/parameters/command-parameters.html", website_redirect = "/parameters/home.html" }, + { key = "/parameters/driver-properties-file.htm", website_redirect = "/parameters/driver-properties-file.html" }, { key = "/parameters/ignore.html", website_redirect = "/concepts/changelogs/attributes/ignore.html" }, { key = "/parameters/logical-file-path.html", website_redirect = "/concepts/changelogs/attributes/logicalfilepath.html" }, { key = "/parameters/object-quoting-strategy.html", website_redirect = "/concepts/changelogs/attributes/objectquotingstrategy.html" }, @@ -806,18 +1062,22 @@ variable "redirects" { { key = "/start/getting-started-liquibase-json.html", website_redirect = "/start/get-started/liquibase-json.html" }, { key = "/start/getting-started-liquibase-json-linux.html", website_redirect = "/start/get-started/liquibase-json.html" }, { key = "/start/getting-started-liquibase-json-linux-macos.html", website_redirect = "/start/get-started/liquibase-json.html" }, + { key = "/start/getting-started-liquibase-json-macos.html", website_redirect = "/start/get-started/liquibase-json.html" }, { key = "/start/getting-started-liquibase-json-windows.html", website_redirect = "/start/get-started/liquibase-json.html" }, - { key = "/start/getting-started-liquibase-sql-linux.html", website_redirect = "/start/get-started/liquibase-sql.html" }, { key = "/start/getting-started-liquibase-sql.html", website_redirect = "/start/get-started/liquibase-sql.html" }, + { key = "/start/getting-started-liquibase-sql-linux.html", website_redirect = "/start/get-started/liquibase-sql.html" }, { key = "/start/getting-started-liquibase-sql-linux-macos.html", website_redirect = "/start/get-started/liquibase-sql.html" }, + { key = "/start/getting-started-liquibase-sql-macos.html", website_redirect = "/start/get-started/liquibase-sql.html" }, { key = "/start/getting-started-liquibase-sql-windows.html", website_redirect = "/start/get-started/liquibase-sql.html" }, - { key = "/start/getting-started-liquibase-xml-linux.html", website_redirect = "/start/get-started/liquibase-xml.html" }, { key = "/start/getting-started-liquibase-xml.html", website_redirect = "/start/get-started/liquibase-xml.html" }, + { key = "/start/getting-started-liquibase-xml-linux.html", website_redirect = "/start/get-started/liquibase-xml.html" }, { key = "/start/getting-started-liquibase-xml-linux-macos.html", website_redirect = "/start/get-started/liquibase-xml.html" }, + { key = "/start/getting-started-liquibase-xml-macos.html", website_redirect = "/start/get-started/liquibase-xml.html" }, { key = "/start/getting-started-liquibase-xml-windows.html", website_redirect = "/start/get-started/liquibase-xml.html" }, - { key = "/start/getting-started-liquibase-yaml-linux.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, { key = "/start/getting-started-liquibase-yaml.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, + { key = "/start/getting-started-liquibase-yaml-linux.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, { key = "/start/getting-started-liquibase-yaml-linux-macos.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, + { key = "/start/getting-started-liquibase-yaml-macos.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, { key = "/start/getting-started-liquibase-yaml-windows.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, { key = "/start/getting-started-with-liquibase-and-json-on-linux-macos.html", website_redirect = "/start/get-started/liquibase-json.html" }, { key = "/start/getting-started-with-liquibase-and-json-on-windows.html", website_redirect = "/start/get-started/liquibase-json.html" }, @@ -827,6 +1087,7 @@ variable "redirects" { { key = "/start/getting-started-with-liquibase-and-xml-on-windows.html", website_redirect = "/start/get-started/liquibase-xml.html" }, { key = "/start/getting-started-with-liquibase-and-yaml-on-linux-macos.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, { key = "/start/getting-started-with-liquibase-and-yaml-on-windows.html", website_redirect = "/start/get-started/liquibase-yaml.html" }, + { key = "/start/home.htm", website_redirect = "/start/home.html" }, { key = "/start/install/tutorials/apache-derby.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/apache-derby/" }, { key = "/start/install/tutorials/aws-redshift.html", website_redirect = "/start/tutorials/amazon-redshift.html" }, { key = "/start/install/tutorials/bigquery.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/bigquery/" }, @@ -859,7 +1120,7 @@ variable "redirects" { { key = "/start/install/tutorials/connecting-to-an-oracle-database-with-liquibase-kerberos-and-ad.html", website_redirect = "/start/tutorials/oracle-connect-kerberos-active-directory.html" }, { key = "/start/install/tutorials/tutorial-using-oracle.html", website_redirect = "/start/tutorials/oracle-manage-db-objects.html" }, { key = "/start/install/tutorials/oracle-atp-db.html", website_redirect = "/start/tutorials/oracle-autonomous-db.html" }, - { key = "/start/install/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona-xtradb-cluster/" }, + { key = "/start/install/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona/percona-xtradb-cluster/" }, { key = "/start/install/tutorials/postgresql.html", website_redirect = "/start/tutorials/postgresql/home.html" }, { key = "/start/install/tutorials/sap-adaptive-server-enterprise-sap-ase.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-adaptive-server-enterprise-sap-ase/" }, { key = "/start/install/tutorials/sap-hana.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-hana/" }, @@ -870,6 +1131,7 @@ variable "redirects" { { key = "/start/install/tutorials/vertica.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/vertica/" }, { key = "/start/install/tutorials/voltdb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/" }, { key = "/start/install/tutorials/yugabytedb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/yugabytedb/" }, + { key = "/start/install/liquibase-windows.htm", website_redirect = "/start/install/liquibase-windows.html" }, { key = "/start/release-notes/4.24.0.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.24.0.html" }, { key = "/start/release-notes/amazon-dynamodb/amazon-dynamodb-1.0.1.html", website_redirect = "/start/release-notes/amazon-dynamodb/amazon-dynamodb-1.1.0.html" }, { key = "/start/release-notes/liquibase-4.4.2.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.4.2.html" }, @@ -905,6 +1167,7 @@ variable "redirects" { { key = "/start/release-notes/liquibase-4.23.2.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.23.2.html" }, { key = "/start/release-notes/liquibase-4.24.0.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.24.0.html" }, { key = "/start/release-notes/liquibase-4.25.0.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.25.0.html" }, + { key = "/start/release-notes/liquibase-4.26.0.html", website_redirect = "/start/release-notes/liquibase-release-notes/liquibase-4.26.0.html" }, { key = "/start/release-notes/mongodb-extension-release-notes.html", website_redirect = "/start/release-notes/mongodb/home.html" }, { key = "/start/tutorials/amazon-dynamodb/amazon-dynamodb.html", website_redirect = "/start/tutorials/amazon-dynamodb-pro/amazon-dynamodb.html" }, { key = "/start/tutorials/amazon-dynamodb/home.html", website_redirect = "/start/tutorials/amazon-dynamodb-pro/home.html" }, @@ -921,6 +1184,8 @@ variable "redirects" { { key = "/start/tutorials/db2onz.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/db2onz/" }, { key = "/start/tutorials/db2onzdeploy-sql.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/db2onzdeploy-sql/" }, { key = "/start/tutorials/firebird.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/firebird/" }, + { key = "/start/tutorials/google-bigquery/google-bigquery-oss.html", website_redirect = "/start/tutorials/google-bigquery/google-bigquery.html" }, + { key = "/start/tutorials/google-bigquery/google-bigquery-pro.html", website_redirect = "/start/tutorials/google-bigquery/google-bigquery.html" }, { key = "/start/tutorials/h2.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/h2/" }, { key = "/start/tutorials/hibernate.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/hibernate/" }, { key = "/start/tutorials/hsqldb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/hsqldb/" }, @@ -951,7 +1216,7 @@ variable "redirects" { { key = "/start/tutorials/mssql-windows-integrated-security.html", website_redirect = "/start/tutorials/ms-sql-server-windows-integrated-security.html" }, { key = "/start/tutorials/neo4j.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/neo4j/" }, { key = "/start/tutorials/oracle-atp-db.html", website_redirect = "/start/tutorials/oracle-autonomous-db.html" }, - { key = "/start/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona-xtradb-cluster/" }, + { key = "/start/tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona/percona-xtradb-cluster/" }, { key = "/start/tutorials/postgresql/google-cloud-sql.html", website_redirect = "/start/tutorials/postgresql/postgresql-google-cloud-sql.html" }, { key = "/start/tutorials/postgresql/postgres-aws-aurora.html", website_redirect = "/start/tutorials/postgresql/postgresql-aws-aurora.html" }, { key = "/start/tutorials/postgresql/postgres-azure-database.html", website_redirect = "/start/tutorials/postgresql/postgresql-azure-database.html" }, @@ -961,6 +1226,8 @@ variable "redirects" { { key = "/start/tutorials/sap-sql-anywhere.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-sql-anywhere/" }, { key = "/start/tutorials/sqlite.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sqlite/" }, { key = "/start/tutorials/teradata.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/teradata/" }, + { key = "/start/tutorials/tools-integrations/maven/maven-pom-file.htm", website_redirect = "/tools-integrations/maven/maven-pom-file.html" }, + { key = "/start/tutorials/tools-integrations/maven/maven-properties.htm", website_redirect = "/tools-integrations/maven/maven-properties.html" }, { key = "/start/tutorials/tutorial-using-oracle.html", website_redirect = "/start/tutorials/oracle-manage-db-objects.html" }, { key = "/start/tutorials/vertica.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/vertica/" }, { key = "/start/tutorials/voltdb.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/" }, @@ -968,12 +1235,14 @@ variable "redirects" { { key = "/structured-logging", website_redirect = "/liquibase-pro/observability/structured-logging.html" }, { key = "/telemetry", website_redirect = "/analytics/home.html" }, { key = "/telemetry.html", website_redirect = "/analytics/home.html" }, + { key = "/testing-home.html", website_redirect = "/home.html" }, { key = "/tools-integrations/ant/commands/changelogsync.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/changelog-sync" }, { key = "/tools-integrations/ant/commands/changelogsynctotag.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/changelog-sync-to-tag" }, { key = "/tools-integrations/ant/commands/changelogsynctotagsql.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/changelog-sync-to-tag-sql" }, { key = "/tools-integrations/ant/commands/dbdoc.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/db-doc" }, { key = "/tools-integrations/ant/commands/diffdatabase.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/diff-database" }, { key = "/tools-integrations/ant/commands/diffdatabasetochangelog.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/diff-database-to-changelog" }, + { key = "/tools-integrations/ant/commands/dropalldatabaseobjects.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/drop-all-database-objects/" }, { key = "/tools-integrations/ant/commands/generatechangelog.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/generate-changelog" }, { key = "/tools-integrations/ant/commands/home.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/" }, { key = "/tools-integrations/ant/commands/marknextchangesetran.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/mark-next-changeset-ran" }, @@ -983,6 +1252,10 @@ variable "redirects" { { key = "/tools-integrations/ant/commands/updatedatabase.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/commands/update-database" }, { key = "/tools-integrations/ant/getting-started-liquibase-ant.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/getting-started-liquibase-ant" }, { key = "/tools-integrations/ant/home.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/ant/" }, + { key = "/tools-integrations/aws-mp/purchase-liquibase-aws.html", website_redirect = "/tools-integrations/aws-mp/get-started-aws.html" }, + { key = "/tools-integrations/aws-mp/run-commands-aws.html", website_redirect = "/tools-integrations/aws-mp/create-task-def.html" }, + { key = "/tools-integrations/aws-mp/setup-aws-extension.html", website_redirect = "/tools-integrations/aws-mp/get-started-aws.html" }, + { key = "/tools-integrations/commandline/commands/index.html", website_redirect = "/commands/home.html" }, { key = "/tools-integrations/community-supported/cdi.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/jee-cdi" }, { key = "/tools-integrations/community-supported/home.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integrations/" }, { key = "/tools-integrations/community-supported/servlet-listener.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/servlet-listener" }, @@ -1013,8 +1286,13 @@ variable "redirects" { { key = "/tools-integrations/feature-flags/readmes/launchdarkly-feature-flags-extension.html", website_redirect = "/tools-integrations/feature-flags/launchdarkly-feature-flags.html" }, { key = "/tools-integrations/feature-flags/readmes/liquibase-custom-hosts-extension.html", website_redirect = "https://github.com/liquibase/custom-hosts-extension" }, { key = "/tools-integrations/gradle/getting-started-liquibase-gradle.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/gradle" }, + { key = "/tools-integrations/gradle/home.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/gradle/" }, { key = "/tools-integrations/labs/advance-flow-file.html", website_redirect = "/liquibase-pro/flow/advanced-flow-file.html" }, { key = "/tools-integrations/labs/flow.html", website_redirect = "/commands/flow/flow.html" }, + { key = "/tools-integrations/labs/flow/advance-flow-file.html", website_redirect = "/liquibase-pro/flow/advanced-flow-file.html" }, + { key = "/tools-integrations/labs/flow/if-conditionals.html", website_redirect = "/liquibase-pro/flow/conditionals.html" }, + { key = "/tools-integrations/labs/flow/shell-commands.html", website_redirect = "/liquibase-pro/flow/shell-commands.html" }, + { key = "/tools-integrations/labs/flow/variables.html", website_redirect = "/liquibase-pro/flow/variables.html" }, { key = "/tools-integrations/labs/if-conditionals.html", website_redirect = "/liquibase-pro/flow/conditionals.html" }, { key = "/tools-integrations/labs/shell-commands.html", website_redirect = "/liquibase-pro/flow/shell-commands.html" }, { key = "/tools-integrations/labs/variables.html", website_redirect = "/liquibase-pro/flow/variables.html" }, @@ -1088,12 +1366,14 @@ variable "redirects" { { key = "/tools-integrations/native-executors/home.html", website_redirect = "/liquibase-pro/native-executors/home.html" }, { key = "/tools-integrations/native-executors/mongodb-mongosh.html", website_redirect = "/liquibase-pro/native-executors/mongodb-mongosh.html" }, { key = "/tools-integrations/native-executors/msqql-server-sqlcmd.html", website_redirect = "/liquibase-pro/native-executors/msqql-server-sqlcmd.html" }, + { key = "/tools-integrations/native-executors/mssql-server-sqlcmd.html", website_redirect = "/liquibase-pro/native-executors/msqql-server-sqlcmd.html" }, { key = "/tools-integrations/native-executors/oracle-sqlplus.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus.html" }, { key = "/tools-integrations/native-executors/oracle-sqlplus-proxy-user.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-proxy-user.html" }, { key = "/tools-integrations/native-executors/oracle-sqlplus-troubleshoot.html", website_redirect = "/liquibase-pro/native-executors/oracle-sqlplus-troubleshoot.html" }, { key = "/tools-integrations/native-executors/postgresql-psql.html", website_redirect = "/liquibase-pro/native-executors/postgresql-psql.html" }, { key = "/tools-integrations/observability/database-reports.html", website_redirect = "/liquibase-pro/observability/operation-reports.html" }, { key = "/tools-integrations/observability/home.html", website_redirect = "/liquibase-pro/observability/home.html" }, + { key = "/tools-integrations/observability/operation-reports.htm", website_redirect = "/liquibase-pro/observability/operation-reports.html" }, { key = "/tools-integrations/observability/operation-reports.html", website_redirect = "/liquibase-pro/observability/operation-reports.html" }, { key = "/tools-integrations/observability/operation-reports-checks-report.html", website_redirect = "/liquibase-pro/observability/operation-reports-checks-report.html" }, { key = "/tools-integrations/observability/operation-reports-drift-report.html", website_redirect = "/liquibase-pro/observability/operation-reports-drift-report.html" }, @@ -1117,10 +1397,15 @@ variable "redirects" { { key = "/tools-integrations/springboot/springboot.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/springboot/springboot/" }, { key = "/tools-integrations/springboot/using-springboot-sql-plus-kerberos.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/springboot/using-springboot-sql-plus-kerberos" }, { key = "/tools-integrations/springboot/using-springboot-with-maven.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/integration-docs/springboot/using-springboot-with-maven/" }, + { key = "/tutorials/google-bigquery/home.htm", website_redirect = "/start/tutorials/google-bigquery/home.html" }, { key = "/what-is-a-jdbc-url", website_redirect = "/workflows/liquibase-community/using-jdbc-url-in-liquibase.html" }, { key = "/what-is-a-jdbc-url.html", website_redirect = "/workflows/liquibase-community/using-jdbc-url-in-liquibase.html" }, { key = "/workflows", website_redirect = "/workflows/home.html" }, - { key = "/workflows/quality-checks/concepts/json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" }, + { key = "/workflows/command-line/maven.html", website_redirect = "tools-integrations/maven/commands/home.html" }, + { key = "/workflows/command-line/rollback.html", website_redirect = "/commands/rollback/home.html" }, + { key = "/workflows/commandline.html", website_redirect = "/commands/home.html" }, + { key = "/workflows/database-change-management/hibernate-5-integration.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/hibernate/" }, + { key = "/workflows/database-development-workflow.html", website_redirect = "/workflows/liquibase-community/lb-developer-workflow.html" }, { key = "/workflows/database-setup-tutorials/apache-derby.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/apache-derby/" }, { key = "/workflows/database-setup-tutorials/aws-redshift.html", website_redirect = "/start/tutorials/amazon-redshift.html" }, { key = "/workflows/database-setup-tutorials/cassandra.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/cassandra/" }, @@ -1150,7 +1435,7 @@ variable "redirects" { { key = "/workflows/database-setup-tutorials/mysql.html", website_redirect = "/start/tutorials/mysql.html" }, { key = "/workflows/database-setup-tutorials/oracle.html", website_redirect = "/start/tutorials/oracle.html" }, { key = "/workflows/database-setup-tutorials/oracle-atp-db.html", website_redirect = "/start/tutorials/oracle-autonomous-db.html" }, - { key = "/workflows/database-setup-tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona-xtradb-cluster/" }, + { key = "/workflows/database-setup-tutorials/percona-xtradb-cluster.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/percona/percona-xtradb-cluster/" }, { key = "/workflows/database-setup-tutorials/postgresql.html", website_redirect = "/start/tutorials/postgresql/home.html" }, { key = "/workflows/database-setup-tutorials/redshift.html", website_redirect = "/start/tutorials/amazon-redshift.html" }, { key = "/workflows/database-setup-tutorials/sap-hana.html", website_redirect = "https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/sap-hana/" }, @@ -1186,6 +1471,7 @@ variable "redirects" { { key = "/workflows/liquibase-pro/mysqlgrants.html", website_redirect = "/liquibase-pro/stored-logic/mysqlgrants.html" }, { key = "/workflows/liquibase-pro/mysqlsecuritycontext.html", website_redirect = "/liquibase-pro/stored-logic/mysqlsecuritycontext.html" }, { key = "/workflows/liquibase-pro/stored-logic.html", website_redirect = "/liquibase-pro/stored-logic/home.html" }, + { key = "/workflows/quality-checks/concepts/json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" }, { key = "/xml/ns/dbchangelog/", website_redirect = "https://www.liquibase.org/xml/ns/dbchangelog/" } ] }