-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wal-e error: “ pg_stop_backup still waiting for all required WAL segments to be archived” #401
Comments
@proteeti13 I have faced the same problem today. Have you already solved it? |
Couldn't solve it. I spent a lot of time figuring out but failed. Now started reading the documentation of Barman :( @greylord1996 |
@proteeti13 hey, i'm also experiencing the same issue. In my case (I'm using digital ocean a s3 interpolated object) its because boto is expecting me to insert a aws:kms key despite the fact i'm not running with aws s3. `Traceback (most recent call last): InvalidArgument Server Side Encryption with KMS managed key requires HTTP header x-amz-server-side-encryption : aws:kmskpex-spacetx000000000000000208c19$
2018-08-06T01:57:45Z <Greenlet "Greenlet-23" at 0x7f4e1882a348: <wal_e.worker.upload.WalUploader object at 0x7f4e188894a8>(<wal_e.worker.pg.wal_transfer.WalSegment object at)> failed with S3ResponseError` |
any news here? |
Sorry guys. I couldn't solve it :( |
just now, noticed that https://github.com/wal-g/wal-g this has configuration regarding kms. maybe that is related |
I've been trying to use wal-e to take incremental backup of my postgresql database by following this blog. I've a database on my postgresql and using an AWS S3 bucket. while I'm using the following command
sudo -u postgres /usr/bin/envdir /etc/wal-e.d/env /usr/local/bin/wal-e backup-push /var/lib/postgresql/10/main
it shows this
Any help on this?
Thanks :)
The text was updated successfully, but these errors were encountered: