datalust / seq-forwarder

Local collection and reliable forwarding of log data to Seq
Apache License 2.0
57 stars 16 forks source link

Revert to wholly x64 binaries/installer #9

Closed nblumhardt closed 8 years ago

nblumhardt commented 8 years ago

In the move from the original Seq Forwarder version to this project, the binaries were switched to 32 bit. This was a mistake, neglecting the limitations of the current underlying data store. This PR returns the binaries and installer to 64 bit.

It's possible buffer files created with the earlier version may not be readable by the newer one. These should be synced before upgrading, or moved to a secondary machine for uploading.

Fixes #7