Software Alternatives & Reviews

Liquibase VS PgHero

Compare Liquibase VS PgHero and see what are their differences

Liquibase logo Liquibase

Database schema change management and release automation solution.

PgHero logo PgHero

Rails database insights made easy. Add the gem, get a dashboard with long running queries, cache hit rate, and more.
  • Liquibase Landing page
    Landing page //
    2023-08-04
  • PgHero Landing page
    Landing page //
    2023-09-24

Liquibase videos

Version based database migration with Liquibase

More videos:

  • Review - Automated database updates (with LiquiBase and FlyWay) @ Baltic DevOps 2015
  • Review - Flyway vs. Liquibase

PgHero videos

Вторник №17. Постгрес-мониторинг. В этой серии: pgHero, okmeter, RDS Performance Insights, pgwatch2

Category Popularity

0-100% (relative to Liquibase and PgHero)
MySQL Tools
100 100%
0% 0
Postgres
0 0%
100% 100
Development
100 100%
0% 0
Postgres Tools
0 0%
100% 100

User comments

Share your experience with using Liquibase and PgHero. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

PgHero might be a bit more popular than Liquibase. We know about 7 links to it since March 2021 and only 5 links to Liquibase. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Liquibase mentions (5)

  • How do you guys go about the persistence layer?
    As far as keeping track of domain changes you can store DDL files in version control like you mention or use tools like Flyway (https://flywaydb.org) or Liquidbase (https://liquibase.org) which takes care of database migrations. Source: about 2 years ago
  • How do you guys go about the persistence layer? (x-post)
    I just use SQL directly (or something like JOOQ). For database migrations I use Liquibase. Source: about 2 years ago
  • Where questioning the scale of a company and its clients its seen bad
    Regarding the migrations, there are tools such as https://liquibase.org/ or FlyAway that handle this. Heck, you can even use an ORM that has a migration baked-in but that defeats the purpose of having the migrations in a separate project. Source: about 2 years ago
  • State based change management tool for Snowflake
    I've trialled schemachange and liquibase which are change script based tools. I've ruled out a whole load of other tools that are either change script based tools or don't support Snowflake, including the following:. Source: over 2 years ago
  • Learning SQL and using dll (CREATE,DROP,ALTER)
    Nowadays I prefer to automate database updates and deployment, using Liquibase and its relational database vendor agnostic syntax for that. Especially on production systems. But on local dev environments, I can still use the occasional SQL in a pinch. Source: over 2 years ago

PgHero mentions (7)

  • Show HN: PostgreSQL Index Advisor
    I am using https://github.com/ankane/pghero/ and this is one of its features with GUI. - Source: Hacker News / 20 days ago
  • What are your favourite approaches to keeping on top of Postgres health?
    I use either PgHero or Rails PG Extras on every project. Source: 10 months ago
  • Slow query. Should add indexes?
    There are tools available which can look at your Postgres logs and tell you if you need to add indexes, I've used https://github.com/ankane/pghero before and it seems decent. Source: about 1 year ago
  • How and why Relational Model works for databases
    I'm a huge supporter of PGhero (https://github.com/ankane/pghero) for this reason. Sometimes a single index is all that's required, but if DB design isn't your forte it's hard to know where to put it. - Source: Hacker News / over 2 years ago
  • Check why Django app is slow in production
    If you are using PostgreSQL you can enable logging of slow queries and connect to the server with pghero (https://github.com/ankane/pghero) and check top queries by the number of requests and total usage time. Also, you can just enable logging of queries in Django, and on each request, you will have a list of queries on development, sometimes it's just a missing select_related of prefetch_related to increase... Source: over 2 years ago
View more

What are some alternatives?

When comparing Liquibase and PgHero, you can also consider the following products

Flyway - Flyway is a database migration tool.

pgDash - pgDash is a comprehensive monitoring solution designed specifically for PostgreSQL deployments. pgDash shows you information and metrics about every aspect of your PostgreSQL database server, collected using the open-source tool pgmetrics.

Slick - A jquery plugin for creating slideshows and carousels into your webpage.

pganalyze - PostgreSQL performance monitoring installed within minutes

DBeaver - DBeaver - Universal Database Manager and SQL Client.

Postgres Monitor - A better way to monitor and debug your Postgres database. Real-time health dashboards, query insights, dynamic recommendations and more.