Timothy Allen

Results 78 comments of Timothy Allen

The pg_dump command is not in the path of your container. Are you sure it is installed? What Linux distribution are you running in the container?

@vandana1408 It should do all the data and tables by default. There are options to skip tables entirely, or just table data as well: ``` --ignore-table, -i: Excludes the table...

@vandana1408 Are you still getting this error? ``` pg_dump: error: server version: 13.1; pg_dump version: 12.10 pg_dump: error: aborting because of server version mismatch ``` I'm guessing you may have...

EFS is an option: https://aws.amazon.com/blogs/compute/using-amazon-efs-for-aws-lambda-in-your-serverless-applications/

@SundialServices Thanks for the feedback! I'm going to talk to Divio about hosting one soon enough. In the meantime, Peregrine is built on top of Wagtail. If you want to...

Hey @sebastian-philipp, we haven't run into this, because as you noted, our use case keeps us on PostgreSQL versions. In our environment, we have `dev` / `stage` / `prod`, and...

I would highly recommend just going with `black` and forgetting about it. That's the direction the whole Python community is moving, and we've talked quite a bit about doing it...

This looks fantastic for smaller sites like one I'm working on where a full-blown elastic search backend would be overkill. Does it respect `search_fields` just like the standard Wagtail search?...