| From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Cc: | kpm906(at)hotmail(dot)com |
| Subject: | BUG #15058: postgresql transfer from 9.3 to 9.4 |
| Date: | 2018-02-11 08:31:10 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 15058
Logged by: 耀彰 許
Email address: kpm906(at)hotmail(dot)com
PostgreSQL version: 9.3.0
Operating system: ubuntu
Description:
Dear Support Team,
We face a question about migrating postgresql from 9.3 to 9.4. Because our
original postgresql is 9.3. And we use dump command to dump all record as
shown as below:
pg_dump dbname > outfile
At the same time , we update postgresql from 9.3 to .9.4 And then remove
9.3 postgresql. Finally we use command as listed as below to import all
record to 9.4 postgresql.
psql dbname < infile
But at the transfer process, it showed the error message as shown as the
attachment.(https://ithelp.ithome.com.tw/upload/images/20180209/200037053x0ai05gYR.png)
How can we normally transfer 9.3 records to 9.4 postgresql in the same
server? Thanks for your kindly assistance.
Best Regards, Anderson Hsu
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2018-02-11 10:52:42 | Re: BUG #15058: postgresql transfer from 9.3 to 9.4 |
| Previous Message | 許耀彰 | 2018-02-11 08:28:18 | postgresql data transfer from 9.3 to 9.4 |