| From: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
| Cc: | shaurya jain <12345shaurya(at)gmail(dot)com> |
| Subject: | Re: BUG #15893: pg_dump is not working like as postgres version 10 |
| Date: | 2019-07-19 10:06:50 |
| Message-ID: | 6c60f373-d116-98ad-073a-8207bbd84d25@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
shaurya jain schrieb am 19.07.2019 um 08:52:
> My concern is so simple that the below command is taking full instance backup in version 10 and in 11 it is taking only Postgres DB backup.
>
> pg_dump -U postgres -Fc >> all_db_04_07_2019.dump --verbose
>
> Kindly suggest me some way to take full instance back up and restore a particular DB.
pg_dump never took a "full instance backup".
It was always a tool to take a dump of a single database.
And nothing has changed between version 10 and 11 regarding that
Are you confusing that with pg_dumpall? Or maybe even pg_basebackup?
Thomas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Bug reporting form | 2019-07-19 11:48:04 | BUG #15919: When sorting, does the result show that S > s is correct? |
| Previous Message | Michael Paquier | 2019-07-19 09:44:51 | Re: BUG #15893: pg_dump is not working like as postgres version 10 |