This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| how_to:handling_database_backups [2012/05/30 13:44] – [Handling Database Backups] paul | how_to:handling_database_backups [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Handling Database Backups====== | + | [[https://helpdesk.pscs.co.uk/957568-Backups]] |
| - | In VPOP3 versions 3 and later, VPOP3 uses an external Database ([[http://www.postgresql.org|PostgreSQL]]) for storing data, such as message data, logging, configuration details etc. Because of the importance of this information, | + | |
| - | + | ||
| - | By default, every day VPOP3 will backup the database to the VPOP3 installation directory as a file called ' | + | |
| - | + | ||
| - | =====Storing Database backups elsewhere===== | + | |
| - | If you want VPOP3 to store the database backups somewhere else, for instance, to stop filling up the installation drive, you can change this simply. Go to the VPOP3 settings, then **Settings -> Database -> Backups**. | + | |
| - | + | ||
| - | The '' | + | |
| - | + | ||
| - | If you want VPOP3 to store the backups with the same name, but in the '' | + | |
| - | '' | + | |
| - | + | ||
| - | If you want the backups stored on a monthly rotation, you could use '' | + | |
| - | + | ||
| - | ====Storing backups on a USB drive==== | + | |
| - | You can easily specify an external (eg USB) hard drive using the above method, simply specify the USB hard drive location as the target file. | + | |
| - | + | ||
| - | ====Storing backups across the network==== | + | |
| - | If you want VPOP3 to store the backups across the network (eg on a NAS device), it is a bit more complicated. | + | |
| - | + | ||
| - | Because VPOP3 is running as a service, it does not have access to mapped drives, so you cannot map the NAS to drive '' | + | |
| - | + | ||
| - | Instead of using mapped drives, you have to use [[wp> | + | |
| - | + | ||
| - | Also, because VPOP3 is running as a service, it needs to have permission to access the shared folder, so you could set VPOP3 to run as a different account which has share permissions (check ALL file permissions in that case), or you could set the sharing permissions to allow the whole VPOP3 computer access to the shares. | + | |
| - | + | ||