Title: Message Title
Lindsey Smith PO commented on an issue
PuppetDB / New Feature PDB-182
Document backup and restoration advice
We always get asked about how to backup PuppetDB, we probably should write a formal doc.

From notes after discussion with @glarizza, the following could be used for Postgres:

{noformat}
pg_dump -Z 9 -Fc puppetdb > /tmp/backup.dump
pg_restore -c --jobs=2 -Fc -d puppetdb /tmp/backup.dump
{noformat}

(be mindful this will not backup/restore the `p...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to