Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Configure FeatureBase Community

FeatureBase features can be enabled or disabled via

  • Command-line flags
  • TOML files

How do I generate FeatureBase keys?

How do I set up authentication?

FeatureBase supports authentication and authorization with OAuth2.0 via a configurable identity provider (IdP).

Azure Active Directory is supported via SAML 2.0

How do I backup a FeatureBase cluster?

Verify backups

Use the following checklist to verify backups function correctly.

Task Description
Backup source Backup a Featurebase cluster
Set up test environment Backup testing can be performed using a single local node provided the system has sufficient memory and disk space.
Restore source backup Restore a FeatureBase cluster
Test target Run queries and verify results are as expected

How do I restore a FeatureBase cluster?

End-to-end backup and restore process

Use the following checklist to successfully restore a cluster from backups.

Task Description
Stop all running processes Stop any processes such as ingest
Backup the source Backup the FeatureBase Cluster
Create target Create a cluster
Restore backups to target Restore a FeatureBase cluster
Test target Run test queries and verify results are as expected
Redirect traffic to target Redirect query traffic from original cluster to new cluster
Start all processes on target Start processes including ingest
Clean up source Backup the original cluster then tear it down

Table of contents