On 10/1/07, luxe <[EMAIL PROTECTED]> wrote:
>
> Hello:
>
> Could somebody point me to good explanation how to backup and restore
> the LSMB.  I know there is an option in the menu for backup but I
> recall seeing in posts on this mailing list, I believe, references to
> "database dump" or something like this.



pg_dump is a good tool for this.  By default it generates a text file.  You
can restore it with psql.

Our backup just automates the use of pg_dump to create a compressed, binary
backup.  It must be restored using pg_restore.

Best Wishes,
Chris Travers
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ledger-smb-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to