Skip to content
Snippets Groups Projects
Unverified Commit 8879900d authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

matching titles (#25313)

parent d0f70b9c
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ Metabase's reference documentation.
- [Installation and operation overview](./installation-and-operation/start.md)
- [Installing Metabase](./installation-and-operation/installing-metabase.md)
- [How to upgrade Metabase](./installation-and-operation/upgrading-metabase.md)
- [Upgrading Metabase](./installation-and-operation/upgrading-metabase.md)
- [Configuring the Metabase application database](./installation-and-operation/configuring-application-database.md)
- [Backing up Metabase](./installation-and-operation/backing-up-metabase-application-data.md)
- [Migrating to a production application database](./installation-and-operation/migrating-from-h2.md)
......@@ -120,7 +120,7 @@ Metabase's reference documentation.
### Permissions
- [Overview](./permissions/start.md)
- [Permissions overview](./permissions/start.md)
- [Permissions introduction](./permissions/introduction.md)
- [Data permissions](./permissions/data.md)
- [Collection permissions](./permissions/collections.md)
......@@ -158,7 +158,7 @@ Metabase's reference documentation.
- [Appearance](./configuring-metabase/appearance.md)
- [Caching query results](./configuring-metabase/caching.md)
- [Custom maps](./configuring-metabase/custom-maps.md)
- [Customizing the Metabase Jetty Webserver](./configuring-metabase/customizing-jetty-webserver.md)
- [Customizing the Metabase Jetty webserver](./configuring-metabase/customizing-jetty-webserver.md)
### Usage and performance tools
......
---
title: Metabase API documentation
---
# Metabase API documentation
_These reference files were generated from source comments by running `clojure -M:ee:run api-documentation`_.
......@@ -61,4 +65,4 @@ _* indicates endpoints used for features available on [paid plans](https://www.m
- [Timeline event](api/timeline-event.md)
- [Transform](api/transform.md)
- [User](api/user.md)
- [Util](api/util.md)
\ No newline at end of file
- [Util](api/util.md)
---
title: Backing up Metabase application data
title: Backing up Metabase
redirect_from:
- /docs/latest/operations-guide/backing-up-metabase-application-data
---
# Backing up Metabase application data
# Backing up Metabase
Avoid losing your application data (all of your questions, dashboards, collections and so on) by backing up your data.
......@@ -47,4 +47,4 @@ Instructions can be found in the [Amazon RDS User Guide](http://docs.aws.amazon.
If you're hosting your own PostgreSQL or MySQL/MariaDB database, simply follow the same instructions you would use for making any normal database backup. For example, if you're using PostgreSQL for your application database, you should follow PostgreSQL's instructions for [backing up your database](https://www.postgresql.org/docs/current/backup.html).
As long as you have a dump of the Metabase database, you should be good to go.
\ No newline at end of file
As long as you have a dump of the Metabase database, you should be good to go.
---
title: Setting up SAML with Okta
title: SAML with Okta
---
# SAML with Okta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment