diff --git a/gatsby-config.js b/gatsby-config.js index 286b6b8318f..6dee48afd63 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -156,7 +156,6 @@ module.exports = { }, }, }, - // 'gatsby-plugin-remove-fingerprints', // speeds up Netlify, see https://github.com/narative/gatsby-plugin-remove-fingerprints 'gatsby-plugin-sitemap', { resolve: `gatsby-plugin-manifest`, diff --git a/package.json b/package.json index 7fad275c6bc..4d4427378cf 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "gatsby-plugin-nginx-redirect": "^0.0.11", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-svg": "^3.0.0", - "gatsby-plugin-remove-fingerprints": "^0.0.2", "gatsby-plugin-sass": "^4.0.2", "gatsby-plugin-sharp": "^3.0.1", "gatsby-plugin-sitemap": "^3.0.0", diff --git a/product_docs/docs/bart/2.6.2/bart_inst/04_upgrading_bart.mdx b/product_docs/docs/bart/2.6.2/bart_inst/04_upgrading_bart.mdx index e09b92f586b..1c68fe7f7a8 100644 --- a/product_docs/docs/bart/2.6.2/bart_inst/04_upgrading_bart.mdx +++ b/product_docs/docs/bart/2.6.2/bart_inst/04_upgrading_bart.mdx @@ -10,9 +10,6 @@ legacyRedirectsGenerated: This section outlines the process of upgrading BART from an existing version to the latest version. -- [Upgrading from BART 2.0](#upgrading-from-bart-20) describes the upgrade process from BART 2.0 to the latest version. -- [Upgrading from Older Versions of BART (except 2.0)](#upgrading_from_older_versions_except_2_0_to_latest_versions_of_bart) describes the upgrade process from previous BART versions (except 2.0) to the latest version. - **Upgrade Restrictions** The following restrictions apply with regard to previous BART versions. @@ -22,9 +19,9 @@ The following restrictions apply with regard to previous BART versions.
-## Upgrading from Older Versions of BART (except 2.0) +## Upgrading from Older Versions of BART -Perform the following steps to upgrade from older versions of BART (except 2.0) to the latest version: +Perform the following steps to upgrade from older versions of BART to the latest version: **Step 1:** Assume the identity of the BART user account and invoke the following command to stop the BART WAL scanner program (`bart-scanner`): @@ -62,37 +59,4 @@ The `PATH` setting should be the same as set for BART 2.6.2 since all versions u !!! Note After upgrading to the latest BART version, you must take a new full backup of your system before performing an incremental backup. - - -## Upgrading from BART 2.0 - -Perform the following steps to upgrade BART 2.0 to the latest version of BART: - -**Step 1:** Install the latest version of BART. For information about how to install, see [installing BART](02_installing_bart/#installing-bart). - -**Step 2:** Save a copy of your BART 2.0 configuration file. The default location of the BART 2.0 configuration file is `/usr/edb/bart2.0/etc/bart.cfg`. - -**Step 3:** Invoke the following command to remove BART 2.0: - - On CentOS 7: - -```text -yum remove edb-bart20 -``` - -**Step 4:** Place the BART 2.0 configuration file (`bart.cfg`) that you saved in Step 2 in the newly created `/usr/edb/bart/etc` directory. You can use many of the same configuration parameters for BART 2.6.2, but note that you must use a new directory for the BART backup catalog. A new set of full backups and incremental backups taken using BART 2.6.2 must be stored in a new BART backup catalog. - -To specify an alternative configuration file name or location, use the `-c` option with BART subcommands. For more information about the `-c` option, see the EDB Backup and Recovery Us available at the [EDB website](/bart/latest/bart_user/). - -!!! Note - The `bart.cfg` configuration file is only required on the BART 2.6.2 host from which you will invoke BART subcommands. BART does not require the `bart.cfg` file on hosts on which an incremental backup will be restored. - -**Step 5:** Adjust the setting of the `PATH` environment variable to include the location of the BART 2.6.2 executable (the `bin` subdirectory) in the `~/.bashrc` or `~/.bash_profile` files for the following user accounts: - -- The BART user account on the BART host. -- The user account on the remote host to which incremental backups will be restored. For details, see the EDB Backup and Recovery User Guide available at the [EDB website](/bart/latest/bart_user/). - -**Step 6:** Perform the BART 2.6.2 installation and BART 2.0 removal process on each remote host on which an incremental backup was restored using BART 2.0. - -!!! Note - After upgrading to the latest BART version, you must take a new full backup of your system before performing an incremental backup. + \ No newline at end of file diff --git a/product_docs/docs/efm/3.5/index.mdx b/product_docs/docs/efm/3.5/index.mdx deleted file mode 100644 index e396749c88f..00000000000 --- a/product_docs/docs/efm/3.5/index.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "EDB Postgres Failover Manager" -productStub: true -directoryDefaults: - description: "EDB Postgres Failover Manager Version 3.5 Documentation and release notes. PostgreSQL replication and failover manager for achieving high availability." - -legacyRedirectsGenerated: - # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. - - "/edb-docs/p/edb-postgres-failover-manager/3.5" ---- - -- Please enter a search query to begin. + Enter a search query to begin.
); } diff --git a/src/components/card-decks.js b/src/components/card-decks.js index e465d68a475..1319233cede 100644 --- a/src/components/card-decks.js +++ b/src/components/card-decks.js @@ -13,7 +13,7 @@ const FullCard = ({ card }) => { iconName={iconName} className={`${ iconName === iconNames.DOTTED_BOX && 'opacity-1' - } mt-3 ml-3`} + } mt-3 ml-3 fill-orange`} width="100" height="100" /> diff --git a/src/components/search/formComps.js b/src/components/search/formComps.js index fd3bc77c59e..e42b3a1edd2 100644 --- a/src/components/search/formComps.js +++ b/src/components/search/formComps.js @@ -11,7 +11,7 @@ const Results = connectStateResults( ); const TryAdvancedSearch = connectStateResults(({ searchResults: res }) => ( -