Snapshot command - possible to grab all schemas?

For the snapshot command, I see it has parameters like default schema or schemas to specify. Can I just grab all the schemas without having to specify them all? I thought maybe * would be wildcard to the --schemas flag but turns out I just get nothing back in the snapshot.

The main scenario is I want to run a diff on the database itself to ensure no manual changes were done since the last update and to detect if someone did something manually (added a column, removed a table, etc)

Hi @vinceggwp,

Here’s a link to the docs for snapshot: snapshot.

Have you tried running without the --schemas flag, since it’s optional?

Also, it would be good to know details like:

  • which database
  • full command you are running
  • full output you are seeing
  • Liquibase version

-PJ