Re: Problem with backing up a large database

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Problem with backing up a large database
Дата
Msg-id CAKoxK+7h5mG7BRFF83H31wHvUXcUv8Y9sbiZ1d_yNAa+3y+5Jg@mail.gmail.com
обсуждение исходный текст
Ответ на Problem with backing up a large database  (Athanasios Kostopoulos <athanasios.kostopoulos@classmarkets.com>)
Ответы Re: Problem with backing up a large database  (Athanasios Kostopoulos <athanasios.kostopoulos@classmarkets.com>)
Список pgsql-novice
2013/8/20 Athanasios Kostopoulos <athanasios.kostopoulos@classmarkets.com>:
> Dear all,
>
> I am trying to dump a large (appx 200Gb) database and exclude certain tables
> from it. The command I am using is the following (with IP/Port and DBname
> masked for obvious reasons:)
>
> pg_dump -h XXX.XXX.XXX.XXX -p XXX -U postgres  -T feedimport_log -T
> error_item -T '^z*' -Fc some_large_db


Works for me on 9.2.4.
I'm not sure the regular expression is correct, so I would try only
with 'z*' (as it is I read it as something that matches any z).

Luca


В списке pgsql-novice по дате отправления:

Предыдущее
От: Athanasios Kostopoulos
Дата:
Сообщение: Problem with backing up a large database
Следующее
От: Athanasios Kostopoulos
Дата:
Сообщение: Re: Problem with backing up a large database