From 0c33a0394d6c2a2de7ea0a01d200f1e761d9c5c2 Mon Sep 17 00:00:00 2001 From: adrian-velonis1 <85172912+adrian-velonis1@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:38:23 -0500 Subject: [PATCH] 291-300 --- scripts/redirect_creation/variables.tf | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/scripts/redirect_creation/variables.tf b/scripts/redirect_creation/variables.tf index fa1202b9d..20e057773 100644 --- a/scripts/redirect_creation/variables.tf +++ b/scripts/redirect_creation/variables.tf @@ -110,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" }, @@ -233,6 +234,7 @@ 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" }, @@ -280,7 +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" }, @@ -382,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" }, @@ -399,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" }, @@ -469,6 +476,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" }, @@ -518,6 +527,7 @@ variable "redirects" { { 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.html" }, { key = "/concepts/changelogs/attributes/use-sqlcmd-integration.html", website_redirect = "/liquibase-pro/native-executors/mssql-server-sqlcmd.html" }, @@ -534,6 +544,7 @@ variable "redirects" { { 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" }, @@ -574,6 +585,7 @@ variable "redirects" { { 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" }, @@ -649,18 +661,24 @@ variable "redirects" { { 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/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/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/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-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/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/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/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/home.html", website_redirect = "https://datical-cs.atlassian.net/wiki/spaces/DDOC/pages/896568211/Liquibase+Enterprise+Projects+Defining+the+Release+Pipeline" }, @@ -669,12 +687,16 @@ variable "redirects" { { 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/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/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/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/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-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" }, @@ -682,6 +704,7 @@ variable "redirects" { { 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/5-what-happens-when-delete-script.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/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" }, @@ -689,6 +712,8 @@ variable "redirects" { { 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/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-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" }, @@ -696,12 +721,18 @@ variable "redirects" { { 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/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/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/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/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" }, @@ -713,6 +744,7 @@ variable "redirects" { { 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/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-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/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/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" }, @@ -720,6 +752,7 @@ variable "redirects" { { 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/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-memory-usage.html", website_redirect = "https://dmc.datical.com/troubleshoot/troubleshoot-home.htm" }, { 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" }, @@ -727,6 +760,7 @@ variable "redirects" { { 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-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-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" }, @@ -752,6 +786,7 @@ variable "redirects" { { 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/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" }, @@ -764,10 +799,13 @@ variable "redirects" { { 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/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/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-view.html", website_redirect = "https://dmc.datical.com/use/project-settings-view.htm" }, { 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/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" }, @@ -1131,6 +1169,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/" }, @@ -1275,6 +1315,7 @@ variable "redirects" { { 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" }, @@ -1298,11 +1339,13 @@ 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/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/" },