Alex Swindler
Alex Swindler
Postgres 14 (and 13) are out, and we're still on Postgres 12 - TimescaleDB 2.5 will support pg14
FYI, I was able to successfully import this file locally. If the only remaining issue is the Cloudflare timeout then Nick and I have a possible workaround
This actually succeeded for me locally, but I can see why it failed. I had 8GB of memory available to my VM, and the memory spiked close to 95% just...
@RDmitchell Since we added pagination to the sensors page to speed up all actions is this issue resolved now?
**Edit: It seems like the solution is to use Alpine 3.12 or lower** This is a very frustrating issue, particularly for cross-compiling with alpine images (and since v16 is the...
It's reproducible with `arm32v7/alpine:3.14`, but it actually fails as soon as running `apk add`, or even `ping`. The root cause seems to be [this change](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#musl_1.2) in Alpine 3.13, which is...
One of the main motivators here is the ability to use `NULLS NOT DISTINCT` indexes
@RDmitchell Right - but after talking with @nllong this is working as expected. Apparently we only pair records on import, even if they come from the same spreadsheet row, if...
Since this PR fixes the previously incorrect migration order, any existing instances will have to manually fix the problem before running migrations: ```sql UPDATE django_migrations SET name = '0216_alter_sensor_unique_together' WHERE...
Sure - this is the error you'll see when attempting to extract the contents of a completed runs' .tar.gz archive:  That's because it contains serveral symlinks, which require admin...