From 73e70a34bcc5d7f0199a8b97365ecc2e6d2a9ba8 Mon Sep 17 00:00:00 2001 From: Animesh Pathak Date: Mon, 25 Aug 2025 18:07:42 +0530 Subject: [PATCH 1/3] feat: add pricing to database devops Signed-off-by: Animesh Pathak --- docs/database-devops/dbdevops-pricing.md | 114 +++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 docs/database-devops/dbdevops-pricing.md diff --git a/docs/database-devops/dbdevops-pricing.md b/docs/database-devops/dbdevops-pricing.md new file mode 100644 index 00000000000..5f11327dfe4 --- /dev/null +++ b/docs/database-devops/dbdevops-pricing.md @@ -0,0 +1,114 @@ +--- +title: "Harness Database DevOps: Subscription Plans" +description: "A complete guide to Harness Database DevOps subscription plans, pricing models, and licensing options." +sidebar_position: 8 +helpdocs_is_private: false +helpdocs_is_published: true +--- + +Harness Database DevOps provides flexible subscription plans designed to scale with your database deployment needs. Harness offers two primary licensing tiers: **Free Tier** and **Enterprise**. + +:::info +- **If You Require More Than 4 Database Instances or 2 Users**: You must upgrade to an Enterprise plan. +- **Enterprise Plans** scale based on the number of **Database Instances** (preferred metric), providing clear, predictable pricing that grows with your usage. +::: + +## Free Tier + +The Free plan is ideal for small teams experimenting with Harness Database DevOps. It provides limited access to core features and allows you to validate the platform before scaling. + +| Feature | Free Tier | +|---------|------------| +| **Database Instances** | Up to 4 | +| **Users** | Up to 2 | +| **Free Trial** | Matches free trial duration of other Harness products | + +:::note +The Free Tier will only be available when the **Self-Managed Platform Free and Team GA stage** is released. +::: + +## Enterprise Plans + +Harness Database DevOps Enterprise offers flexibility with two pricing options. Both are billed annually and come with **no minimum commitment**. + +
+ +
+

dev360 (Per User)

+

Starting at $660 per User / year. Includes unlimited DB Instances per user.

+
    +
  • Annual billing only
  • +
  • No minimum commitment
  • +
  • Designed for teams managing multiple instances per user
  • +
+

Note: This option will be phased out after limited GA.

+
+ +
+

dev360 (Per Database Instance)

+

Starting at $330 per DB Instance / year. Pricing scales directly with the number of deployed DB Instances.

+
    +
  • Annual billing only
  • +
  • No minimum commitment
  • +
  • Preferred pricing model — aligns with customer value
  • +
+

Preferred Model – simple, scalable, and value-aligned.

+
+ +
+ +## Competitive Benchmark + +Harness Database DevOps pricing is designed to be competitive within the industry: + +| Competitor | Pricing Model | Cost | +|------------|---------------|------| +| **FlywayDB** | Per User / Year | $597 | +| **Liquibase** | Per DB Instance / Month | $33 (330/year) | +| **ByteBase** | Per DB Connector / Year | $1200 | +| **DB Marlin** | Per DB Connector / Year | $1094 | + +Harness provides predictable pricing that balances simplicity and customer value while aligning closely with competitor models. + +## Subscription Management + +Navigate to **Account Settings → Subscriptions** to view your plan details, including: + +- **Subscription Details**: Plan (Free or Enterprise), type (per user or per DB instance), and limits. +- **Subscribed Limits**: Maximum DB Instances or users based on your chosen plan. +- **Start & Expiry Dates**: Billing cycle information. +- **Usage Metrics**: Track current consumption vs. subscribed limits. + +:::info +Features outside your current plan will be marked with a lock icon (🔒) in the UI. Clicking on them will guide you to upgrade options. +::: + +## Upgrading from Free to Enterprise + +When you upgrade from the Free Tier to Enterprise, the following changes occur: + +| Capability | Enterprise Benefits | Business Advantage | +|------------|----------------------|-------------------| +| **Database Instances** | Unlimited (per chosen model) | Scale operations seamlessly without constraints | +| **Users** | Unlimited | Enable collaboration across larger database teams | +| **Advanced Value Alignment** | Pay per instance (preferred model) or per user | Match costs with actual usage and delivered value | + +## Enterprise License Expiry + +If your Enterprise license expires, the following changes occur: + +| Feature | Behavior After Expiry | Impact | +|---------|----------------------|--------| +| **Deployments** | Disabled | Cannot deploy new DB schemas | +| **Instances** | Existing DB Instances remain | No new instances can be added | +| **User Access** | Restricted to read-only | Prevents configuration or new deployments | + +Users will see **license expired** banners in the UI until renewal. + +## Need Help? + +If you have questions about subscription options or need assistance with upgrading: + +- **Contact Sales**: [Harness Sales Team](https://www.harness.io/company/contact-sales) +- **Support Portal**: [Harness Support](https://support.harness.io) +- **Schedule a Demo**: [Request a personalized demo](https://www.harness.io/demo/database-devops) From 5da67a89f9b0a893b05d2a1f3f660ab1a41587f3 Mon Sep 17 00:00:00 2001 From: Animesh Pathak Date: Fri, 29 Aug 2025 21:08:07 +0530 Subject: [PATCH 2/3] feat: add dbdevops pricing to the dev360 subscription Signed-off-by: Animesh Pathak --- docs/database-devops/dbdevops-pricing.md | 114 ------------------ .../subscriptions-licenses/subscriptions.md | 11 ++ 2 files changed, 11 insertions(+), 114 deletions(-) delete mode 100644 docs/database-devops/dbdevops-pricing.md diff --git a/docs/database-devops/dbdevops-pricing.md b/docs/database-devops/dbdevops-pricing.md deleted file mode 100644 index 5f11327dfe4..00000000000 --- a/docs/database-devops/dbdevops-pricing.md +++ /dev/null @@ -1,114 +0,0 @@ ---- -title: "Harness Database DevOps: Subscription Plans" -description: "A complete guide to Harness Database DevOps subscription plans, pricing models, and licensing options." -sidebar_position: 8 -helpdocs_is_private: false -helpdocs_is_published: true ---- - -Harness Database DevOps provides flexible subscription plans designed to scale with your database deployment needs. Harness offers two primary licensing tiers: **Free Tier** and **Enterprise**. - -:::info -- **If You Require More Than 4 Database Instances or 2 Users**: You must upgrade to an Enterprise plan. -- **Enterprise Plans** scale based on the number of **Database Instances** (preferred metric), providing clear, predictable pricing that grows with your usage. -::: - -## Free Tier - -The Free plan is ideal for small teams experimenting with Harness Database DevOps. It provides limited access to core features and allows you to validate the platform before scaling. - -| Feature | Free Tier | -|---------|------------| -| **Database Instances** | Up to 4 | -| **Users** | Up to 2 | -| **Free Trial** | Matches free trial duration of other Harness products | - -:::note -The Free Tier will only be available when the **Self-Managed Platform Free and Team GA stage** is released. -::: - -## Enterprise Plans - -Harness Database DevOps Enterprise offers flexibility with two pricing options. Both are billed annually and come with **no minimum commitment**. - -
- -
-

dev360 (Per User)

-

Starting at $660 per User / year. Includes unlimited DB Instances per user.

-
    -
  • Annual billing only
  • -
  • No minimum commitment
  • -
  • Designed for teams managing multiple instances per user
  • -
-

Note: This option will be phased out after limited GA.

-
- -
-

dev360 (Per Database Instance)

-

Starting at $330 per DB Instance / year. Pricing scales directly with the number of deployed DB Instances.

-
    -
  • Annual billing only
  • -
  • No minimum commitment
  • -
  • Preferred pricing model — aligns with customer value
  • -
-

Preferred Model – simple, scalable, and value-aligned.

-
- -
- -## Competitive Benchmark - -Harness Database DevOps pricing is designed to be competitive within the industry: - -| Competitor | Pricing Model | Cost | -|------------|---------------|------| -| **FlywayDB** | Per User / Year | $597 | -| **Liquibase** | Per DB Instance / Month | $33 (330/year) | -| **ByteBase** | Per DB Connector / Year | $1200 | -| **DB Marlin** | Per DB Connector / Year | $1094 | - -Harness provides predictable pricing that balances simplicity and customer value while aligning closely with competitor models. - -## Subscription Management - -Navigate to **Account Settings → Subscriptions** to view your plan details, including: - -- **Subscription Details**: Plan (Free or Enterprise), type (per user or per DB instance), and limits. -- **Subscribed Limits**: Maximum DB Instances or users based on your chosen plan. -- **Start & Expiry Dates**: Billing cycle information. -- **Usage Metrics**: Track current consumption vs. subscribed limits. - -:::info -Features outside your current plan will be marked with a lock icon (🔒) in the UI. Clicking on them will guide you to upgrade options. -::: - -## Upgrading from Free to Enterprise - -When you upgrade from the Free Tier to Enterprise, the following changes occur: - -| Capability | Enterprise Benefits | Business Advantage | -|------------|----------------------|-------------------| -| **Database Instances** | Unlimited (per chosen model) | Scale operations seamlessly without constraints | -| **Users** | Unlimited | Enable collaboration across larger database teams | -| **Advanced Value Alignment** | Pay per instance (preferred model) or per user | Match costs with actual usage and delivered value | - -## Enterprise License Expiry - -If your Enterprise license expires, the following changes occur: - -| Feature | Behavior After Expiry | Impact | -|---------|----------------------|--------| -| **Deployments** | Disabled | Cannot deploy new DB schemas | -| **Instances** | Existing DB Instances remain | No new instances can be added | -| **User Access** | Restricted to read-only | Prevents configuration or new deployments | - -Users will see **license expired** banners in the UI until renewal. - -## Need Help? - -If you have questions about subscription options or need assistance with upgrading: - -- **Contact Sales**: [Harness Sales Team](https://www.harness.io/company/contact-sales) -- **Support Portal**: [Harness Support](https://support.harness.io) -- **Schedule a Demo**: [Request a personalized demo](https://www.harness.io/demo/database-devops) diff --git a/docs/platform/get-started/subscriptions-licenses/subscriptions.md b/docs/platform/get-started/subscriptions-licenses/subscriptions.md index 3003557eefc..4cbfa064e83 100644 --- a/docs/platform/get-started/subscriptions-licenses/subscriptions.md +++ b/docs/platform/get-started/subscriptions-licenses/subscriptions.md @@ -105,6 +105,17 @@ For more information about CE services and how they are tracked, go to [Service +
+Harness Database DevOps (DB DevOps) Instances + +Harness Database DevOps is a database lifecycle and deployment management module that licenses consumption on a **per Database Instance** basis under the dev360 model. + +Each provisioned DB Instance is considered a licensed unit and consumes one DB Instance entitlement; pricing scales with the number of deployed instances (example: **dev360 — $330 per DB Instance / year**). Subscription details (plan type, subscribed instance limits, start & expiry dates, and live usage metrics) are available in **Account Settings → Subscriptions**. + +For purchases, add-ons, or assistance with renewal or sizing, contact the [Harness Sales Team](https://www.harness.io/company/contact-sales) or open a ticket via the [Harness Support Portal](https://support.harness.io). + +
+
Infrastructure as Code Management (IACM) Executions From 9765dc3b26f3bf36e6115bb05da4bb15afd3258c Mon Sep 17 00:00:00 2001 From: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:09:36 +0530 Subject: [PATCH 3/3] feat: update subscription details for DB DevOps Removed specific pricing example for DB Instance licensing. --- .../get-started/subscriptions-licenses/subscriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/get-started/subscriptions-licenses/subscriptions.md b/docs/platform/get-started/subscriptions-licenses/subscriptions.md index 4cbfa064e83..c793205a04a 100644 --- a/docs/platform/get-started/subscriptions-licenses/subscriptions.md +++ b/docs/platform/get-started/subscriptions-licenses/subscriptions.md @@ -110,7 +110,7 @@ For more information about CE services and how they are tracked, go to [Service Harness Database DevOps is a database lifecycle and deployment management module that licenses consumption on a **per Database Instance** basis under the dev360 model. -Each provisioned DB Instance is considered a licensed unit and consumes one DB Instance entitlement; pricing scales with the number of deployed instances (example: **dev360 — $330 per DB Instance / year**). Subscription details (plan type, subscribed instance limits, start & expiry dates, and live usage metrics) are available in **Account Settings → Subscriptions**. +Each provisioned DB Instance is considered a licensed unit and consumes one DB Instance entitlement; pricing scales with the number of deployed instances. Subscription details (plan type, subscribed instance limits, start & expiry dates, and live usage metrics) are available in **Account Settings → Subscriptions**. For purchases, add-ons, or assistance with renewal or sizing, contact the [Harness Sales Team](https://www.harness.io/company/contact-sales) or open a ticket via the [Harness Support Portal](https://support.harness.io).