I'am facing an problem while restoring and recovering of cold backup with WALS. Actually my database storage as two tablespace. I have created one seperate tablespace located in another disk which takes data from it ie., tables which are in other tablespace not default tablespace. I'am getting error while restoring the cold backup into another server like below:-
could not open tablespace directory "pg_tblspc/132528327/PG_9.1_201105231": No such file or directory.
Actually the server is up and running fine after recovery completion with archives but the data changes which are in different tablespace not recovered only restored data is coming. Please advice how to apply archives (WALS) on the tables which are in different tablespace of different storage.