Skip to content

Commit 8f8bfef

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to docs/latest-docker-version->master (#358)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent d69fd23 commit 8f8bfef

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

_docs/master/developers-guide/community-drivers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Anyone can build a community driver. These are the currently known third-party d
4545
| [GreptimeDB](https://github.com/greptimeteam/greptimedb-metabase-driver) | ![GitHub stars](https://img.shields.io/github/stars/greptimeteam/greptimedb-metabase-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/greptimeteam/greptimedb-metabase-driver) |
4646
| [Hydra](https://www.hydra.so/blog-posts/2022-09-28-metabase-and-hydra) | Hydra connections use the official [Postgres driver](../databases/connections/postgresql). | Not applicable. |
4747
| [Impala](https://github.com/brenoae/metabase-impala-driver) | ![GitHub stars](https://img.shields.io/github/stars/brenoae/metabase-impala-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/brenoae/metabase-impala-driver) |
48+
| [InterSystems IRIS](https://github.com/Siddardar/metabase-iris-driver/tree/main) | ![GitHub stars](https://img.shields.io/github/stars/Siddardar/metabase-iris-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Siddardar/metabase-iris-driver) |
4849
| [Materialize](https://github.com/MaterializeInc/metabase-materialize-driver) | ![GitHub stars](https://img.shields.io/github/stars/MaterializeInc/metabase-materialize-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/MaterializeInc/metabase-materialize-driver) |
4950
| [Neo4j](https://github.com/StronkMan/metabase-neo4j-driver) | ![GitHub stars](https://img.shields.io/github/stars/StronkMan/metabase-neo4j-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/StronkMan/metabase-neo4j-driver) |
5051
| [Netsuite SuiteAnalytics Connect](https://github.com/ericcj/metabase-netsuite-driver) | ![GitHub stars](https://img.shields.io/github/stars/ericcj/metabase-netsuite-driver) | ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/ericcj/metabase-netsuite-driver) |

_docs/master/installation-and-operation/activating-the-enterprise-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To get all the features available when upgrading to a _self-hosted_ [Pro or Ente
5656
Assuming you've been using a [production application database](../installation-and-operation/configuring-application-database), you'll want to:
5757

5858
1. [Back up your application database](./backing-up-metabase-application-data).
59-
2. Download the Enterprise Edition version that corresponds with your current Metabase version. So if you're running the Docker image for {{site.data.latest_version}}, you should switch to the Docker image for {{site.data.latest_enterprise}}. To see a list of available versions for both the Open Source and Enterprise Editions, check out [Metabase releases](https://github.com/metabase/metabase/releases).
59+
2. Download the Enterprise Edition version that corresponds with your current Metabase version. So if you're running the Docker image for {{site.latest_version}}, you should switch to the Docker image for {{site.latest_enterprise}}. To see a list of available versions for both the Open Source and Enterprise Editions, check out [Metabase releases](https://github.com/metabase/metabase/releases).
6060
3. Stop your current Metabase Open Source edition.
6161
4. Swap in the Enterprise Edition Docker image or jar that you downloaded.
6262
5. Start your Metabase like you normally would using the new Enterprise Edition image or jar. You don't need to do anything with your application database (which you've backed up in step one, right?).

_docs/master/installation-and-operation/upgrading-metabase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Durning a **minor version upgrade** (e.g., 54.1 to 54.2), the new Metabase conta
147147

148148
## Rolling back an upgrade or to an older version
149149

150+
> **The downgrade command must be run on the JAR with the higher version number.**
151+
150152
In general, regular backups (especially backups before upgrading), are the best policy, so we recommend reverting to a backup of your application database to roll back an upgrade.
151153

152154
But if you've made any change (adding new questions/dashboards, etc) since upgrading that you want to keep, you may be able to use the `migrate down` command to roll back your Metabase application database to support the previous Metabase version you were running. When Metabase upgrades to a new version, it runs migrations that may change the application database schema. The `migrate down` command undoes those schema changes. In general, we recommend restoring from a backup (the backup that you definitely remembered to generate before upgrading), and only using the `migrate down` command if you really need to keep changes made after your upgrade.

_site/docs/master/developers-guide/community-drivers.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,6 +4810,11 @@ <h2 id="community-drivers-1">Community drivers</h2>
48104810
<td data-label="GitHub Stars"><img src="https://img.shields.io/github/stars/brenoae/metabase-impala-driver" alt="GitHub stars"></td>
48114811
<td data-label="Last release (if available)"><img src="https://img.shields.io/github/release-date-pre/brenoae/metabase-impala-driver" alt="GitHub (Pre-)Release Date"></td>
48124812
</tr>
4813+
<tr>
4814+
<td data-label="Database"><a href="https://github.com/Siddardar/metabase-iris-driver/tree/main">InterSystems IRIS</a></td>
4815+
<td data-label="GitHub Stars"><img src="https://img.shields.io/github/stars/Siddardar/metabase-iris-driver" alt="GitHub stars"></td>
4816+
<td data-label="Last release (if available)"><img src="https://img.shields.io/github/release-date-pre/Siddardar/metabase-iris-driver" alt="GitHub (Pre-)Release Date"></td>
4817+
</tr>
48134818
<tr>
48144819
<td data-label="Database"><a href="https://github.com/MaterializeInc/metabase-materialize-driver">Materialize</a></td>
48154820
<td data-label="GitHub Stars"><img src="https://img.shields.io/github/stars/MaterializeInc/metabase-materialize-driver" alt="GitHub stars"></td>

_site/docs/master/installation-and-operation/activating-the-enterprise-edition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4779,7 +4779,7 @@ <h2 id="upgrading-from-a-self-hosted-metabase-open-source-edition-to-a-pro-or-en
47794779

47804780
<ol>
47814781
<li><a href="./backing-up-metabase-application-data">Back up your application database</a>.</li>
4782-
<li>Download the Enterprise Edition version that corresponds with your current Metabase version. So if you’re running the Docker image for , you should switch to the Docker image for . To see a list of available versions for both the Open Source and Enterprise Editions, check out <a href="https://github.com/metabase/metabase/releases">Metabase releases</a>.</li>
4782+
<li>Download the Enterprise Edition version that corresponds with your current Metabase version. So if you’re running the Docker image for v0.55.2, you should switch to the Docker image for v1.55.2. To see a list of available versions for both the Open Source and Enterprise Editions, check out <a href="https://github.com/metabase/metabase/releases">Metabase releases</a>.</li>
47834783
<li>Stop your current Metabase Open Source edition.</li>
47844784
<li>Swap in the Enterprise Edition Docker image or jar that you downloaded.</li>
47854785
<li>Start your Metabase like you normally would using the new Enterprise Edition image or jar. You don’t need to do anything with your application database (which you’ve backed up in step one, right?).</li>

_site/docs/master/installation-and-operation/upgrading-metabase.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4881,6 +4881,10 @@ <h2 id="what-happens-during-an-upgrade-or-downgrade">What happens during an upgr
48814881

48824882
<h2 id="rolling-back-an-upgrade-or-to-an-older-version">Rolling back an upgrade or to an older version</h2>
48834883

4884+
<blockquote>
4885+
<p><strong>The downgrade command must be run on the JAR with the higher version number.</strong></p>
4886+
</blockquote>
4887+
48844888
<p>In general, regular backups (especially backups before upgrading), are the best policy, so we recommend reverting to a backup of your application database to roll back an upgrade.</p>
48854889

48864890
<p>But if you’ve made any change (adding new questions/dashboards, etc) since upgrading that you want to keep, you may be able to use the <code class="language-plaintext highlighter-rouge">migrate down</code> command to roll back your Metabase application database to support the previous Metabase version you were running. When Metabase upgrades to a new version, it runs migrations that may change the application database schema. The <code class="language-plaintext highlighter-rouge">migrate down</code> command undoes those schema changes. In general, we recommend restoring from a backup (the backup that you definitely remembered to generate before upgrading), and only using the <code class="language-plaintext highlighter-rouge">migrate down</code> command if you really need to keep changes made after your upgrade.</p>

0 commit comments

Comments
 (0)