Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Big pg_xlog folder #73

Closed
cobenash opened this issue Dec 30, 2016 · 3 comments
Closed

Big pg_xlog folder #73

cobenash opened this issue Dec 30, 2016 · 3 comments

Comments

@cobenash
Copy link
Contributor

After I use this images and built the container with docker compose, I found out that there are big folder called pg_xlog.

How can I delete that and keep the folder size small forever ?

@xcompass
Copy link
Contributor

Did you enable S3 backup? If yes and for some reason, postgres can't send those backups to S3, the pg_xlog will filled up with pending files.

If you don't use S3 backup, you can disable it so that postgres won't try to store those in pg_xlog.

If you use S3, you need to check if there is anything wrong with your setup (key, secret, bucket) to prevent those files being sent out.

@cobenash
Copy link
Contributor Author

@xcompass thanks, I already fix the problems. 👍

@xcompass
Copy link
Contributor

Great. Sorry for the delay

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants