This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
how_to:restore_a_backup_of_vpop3 [2014/06/10 10:30] – external edit 127.0.0.1 | how_to:restore_a_backup_of_vpop3 [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
=====Version 5 or later===== | =====Version 5 or later===== | ||
- | If you just need to restore a database backup, see steps 4 to 6 below. | + | If you just need to restore a database backup, see steps 4 to 7 below. |
To restore a [[backup_vpop3|full backup of VPOP3]], | To restore a [[backup_vpop3|full backup of VPOP3]], | ||
Line 11: | Line 11: | ||
- Open a command prompt, and go to the VPOP3 directory | - Open a command prompt, and go to the VPOP3 directory | ||
- If you are restoring the backup over an existing VPOP3 database (especially if the database files are damaged) you will need to //DROP// the database first. To do this, run **pgsql\bin\dropdb -U postgres -p <port number> vpop3**. When it prompts for the password enter the PostgreSQL master password - default **pgsqlpass**. (<port number> is usually 5433) | - If you are restoring the backup over an existing VPOP3 database (especially if the database files are damaged) you will need to //DROP// the database first. To do this, run **pgsql\bin\dropdb -U postgres -p <port number> vpop3**. When it prompts for the password enter the PostgreSQL master password - default **pgsqlpass**. (<port number> is usually 5433) | ||
- | - Run **pgsql\bin\pg_restore -U postgres -p <port number> -C -d postgres DBBACK-< | + | - Run **pgsql\bin\pg_restore -U postgres -p <port number> |
- Start VPOP3 | - Start VPOP3 | ||
Line 47: | Line 47: | ||
- copy the '' | - copy the '' | ||
- restart The' | - restart The' | ||
- | =====Version 2.6 or earlier===== | + | |
- | To restore a backup of VPOP3, | + | ====Related articles==== |
- | - If VPOP3 is already installed, make sure VPOP3 is shut down before starting the restore process | + | |
- | - Restore the files you made when you [[backup VPOP3|backed up VPOP3]] | + | - [[https:// |
- | - Restore | + | |
- | - Reinstall VPOP3 into the location where you restored VPOP3. | + | |
{{tag> | {{tag> |