Wal-e

Latest version: v1.1.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.9.1

and fixes several bugs. It is backwards and forwards compatible with
v0.9.0.

The bugs fixed are:

* Customized .psqlrc files no longer break WAL-E (Feike Steenbergen)
* ``statement_timeout`` suppression should work now (Anatolii Mihailenco)
* Files unlinked during backup no longer cause a crash (Léo Cavaillé)

0.9.0

such, a new environment variable is **required**, ``AWS_REGION``,
because it is part of the signature format. **This is not a backwards
compatible change**.

Newer S3 features are often gated behind use of SigV4, and the region
``eu-central-1`` relies on them. Because of this change,
``eu-central-1`` is now supported.

Secondly, compatibility has been added with new versions of the Azure
SDK v1.0.

0.8.1

------

Release v0.8.1 drops Python 2.6 support and has minor bug fixes from

0.8.0

0.7

downgrading require no special steps.

Changes and enhancements from the v0.7 series:

* Addition of parallel and pipelined WAL recovery

Enabled by default, WAL-E will now perform speculative and parallel
prefetching of WAL when recovering. This is an often a significant
speedup in recovering or catching up databases.

* The S3 Server Side Encryption is always set

Because the feature is transparent outside sending a header, this is
not thought to impose any changes.

* Support an optinally specified S3 endpoint

This allows use of alternate S3 implementations, such as "radosgw".

* Support an optionally specified log destination

Configuring for emitting logs on only stderr is now supported. Also
supported is customizing the syslog facility logged to.


WAL-E's History
===============

WAL-E's development began Heroku in early 2011, commissioned by the
Department of Data with the intent of ensuring that appreciable data
loss on Heroku would have to be accompanied by spectacularly obscure
mechanisms: it was not acceptable to lose a lot of data in common
cases of media failure or operator error. The subsequent
replication-related "fork" and "follow" features did not exist. The
"Heroku Postgres" product was not yet a concept.

Within one month after the first commit of WAL-E, the very earliest
versions were deployed to Heroku production, v0.2.0. At this point,
it was somewhat unclear that WAL-E even worked, which was to be
determined at leisure following deployment. However, within two
weeks, the large April 30th, 2011 AWS crash took place, and this was
the first of several large-scale disaster recoveries that took place
under similar circumstances at Heroku. This fortuitous timing of
events — including WAL-E happening to work on the first try — exhibits
a rare circumstance where cutting the corners of engineering practice
to deploy slightly earlier prevented enormous heartache for Heroku
staff and its customers.

At the time, WAL-E was little more than a shell-script-esque Python
program wrapping around ``s3cmd``. It had terrible error messages,
blunt error handling — sometimes none, with hazardous results, and
lacked parallelism. However, by this time, the critical four
operators and one critical concept of WAL-E had gelled and been shown
to work well:

* wal-push
* wal-fetch
* backup-push
* backup-fetch
* WALE_S3_PREFIX

Also in April of 2011, the v0.5 series was released. Notably, this
was the first version possessing a stable version of the storage
format in S3, version '005'.

By May of 2011, it became clear that a lot more control over error
handling and exceptions would be necessary to make WAL-E an ergonomic
tool not hated by all its operators. It was also desirable to use
less aggregate virtual memory, as tended to occur when ``fork()``-ing
subprocesses. The was the cause of major re-positioning to use
``boto`` and ``gevent`` in WAL-E. Although started in May of 2011,
the bulk of development took place in September and October of 2011,
culminating in v0.5.8. This version is the first that is looks
recognizably like WAL-E would for quite some time to come.

In January of 2013, WAL-E inducted its first committers beyond the
principal author at Heroku, and its project development gained a
distinct identity from Heroku.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.