To backup the repository database MM into a file /backups/PostgreSQL/MM.dmp use the following command: pg_dump -b -f /backups/PostgreSQL/MM.dmp -F t -d "MM" -h localhost -w -p 5432 -U MM
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!