Re: safelly erasing dirs/files

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: safelly erasing dirs/files
Дата
Msg-id 4AFF0A56.3070705@hogranch.com
обсуждение исходный текст
Ответ на Re: safelly erasing dirs/files  (Joao Ferreira gmail <joao.miguel.c.ferreira@gmail.com>)
Список pgsql-general
Joao Ferreira gmail wrote:
> ok. thx all for the explanation
>
> my problem is I a heavilly bloated pg database that has just filled up
> the partition
>
> data is in /var/pgsql/.. and /var is 100% full...
>
> vacuum/reindex is saying: I can't do it cause I have no space :(
>
> how do I un-bloat the /var partition ? this is why I was considering
> rm !!!!
>

stop postgres.    mv /var//pgsql to a new larger filesystem, then ln -s
/new/path/to/pgsql /var/pgsql
then restart postgres.



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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: safelly erasing dirs/files
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Remote Database Connection