User Tools

Site Tools


how_to:backup_vpop3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to:backup_vpop3 [2014/04/07 11:16] – external edit 127.0.0.1how_to:backup_vpop3 [2014/09/22 09:56] – [Manual Database Backup] paul
Line 19: Line 19:
  
   - Go to a command prompt on the VPOP3 computer, and go to the VPOP3 directory.    - Go to a command prompt on the VPOP3 computer, and go to the VPOP3 directory. 
-  - Run ''pgsql\bin\pg_dump -p <port number> -F c -U vpop3 -f database.dmp vpop3'' ('<port number>' is usually 5433)+  - Run ''pgsql\bin\pg_dump -p <port number> -F c -U vpop3 -f database.dmp vpop3'' ('<port number>' is usually 5433)\\ e.g. //pgsql\bin\pg_dump -p 5433 -F c -U vpop3 -f database.dmp vpop3//
   - At the password prompt, type ''vpop3pass'' (This assumes a standard installation, if your PostgreSQL installation is non-standard, then you may need to change this command appropriately)   - At the password prompt, type ''vpop3pass'' (This assumes a standard installation, if your PostgreSQL installation is non-standard, then you may need to change this command appropriately)
  
Line 79: Line 79:
  
   - Go to a command prompt on the VPOP3 computer, and go to the VPOP3 directory.    - Go to a command prompt on the VPOP3 computer, and go to the VPOP3 directory. 
-  - Run ''pgsql\bin\pg_dump -F c -U vpop3 -f database.dmp vpop3''+  - Run ''pgsql\bin\pg_dump -F c -U vpop3 -v -f database.dmp vpop3''
   - At the password prompt, type ''vpop3pass'' (This assumes a standard installation, if your PostgreSQL installation is non-standard, then you may need to change this command appropriately)   - At the password prompt, type ''vpop3pass'' (This assumes a standard installation, if your PostgreSQL installation is non-standard, then you may need to change this command appropriately)
  
how_to/backup_vpop3.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1