Skip to content

Instantly share code, notes, and snippets.

@socheatsok78
Created December 31, 2021 13:44
Show Gist options
  • Save socheatsok78/8a9af1918d15f776bce85cb19f4aed95 to your computer and use it in GitHub Desktop.
Save socheatsok78/8a9af1918d15f776bce85cb19f4aed95 to your computer and use it in GitHub Desktop.
Create a database dump of MAAS `maas-test-db`
export PGPASS=$(sudo awk -F':\\s+' '$1 == "database_pass" {print $2}' /var/snap/maas/current/regiond.conf)
pg_dump -U maas -h /var/snap/maas-test-db/common/postgres/sockets -d maasdb -F t -f maasdb-dump.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment