Hello,
I am trying to restore from a rei3-made integrated backup to a different server (already installed with postgres and new empty database). I'm a newbie on database, so please be patient with me if my question is a bit silly. I tried pg_restore but there are always errors no matter what i do.
So this is basically what i did:
- I made integrated backup in rei3 to my local database server.
- I copied the backup folder to a folder in my new server (which has postgresql and new empty database)
- I unzipped the files.zip and transfer.zip files, and copied the files to the corresponding folders in rei3 data folder
- I restore the database using pg_restore -h localhost -p 5432 -U <username> -d <database_name> -v </path/to/backupsource>
The pg_restore seem to happen, but says there are 1000+ errors.
However, after I open rei3 again, it's still empty without any applications or data.
Could you give me some pointers on the correct steps? I cannot find any help in the documentation about the restore process steps other than about pg_restore format.
Thank you in advance.