PostgreSQL Out-of-Place Restore Operations

You can perform a redirect restore operation to redirect all tablespaces and databases to a different path in the destination client. You can run a redirect restore operation when the current path has run out of space and you want to redirect the data directory to a different location, or for troubleshooting. You can redirect an entire database (all tablespaces) to a new client.

Note

It is assumed that the data directory path and tablespace location in the source and destination clients are the same. If they are different, then redirect the data directory to a different path by performing a redirect restore operation.

Loading...