-
Do you have any initial plans / ideas yet for extending PumpkinDB to a distributed system for scaling / redundancy?
-
Hi guys !
What about a parameter uploading to/restoring from AWS S3, instead of `-file` ?
-
The restore.go is stubbed out and not listed a a TODO
-
### Consul Template version
consul-template v0.16.0
### Consul version
0.5.2
### Configuration
``` javascript
consul = ":8500"
retry = "10s"
token = ""
max_stale = "10m"
log_level = "debug"
wait…
-
I can see data in my consul through http api but this tool returns with 0 keys.
How do I debug the issue?
```
// 20161007120442
// http://171.10.50.4:8500/v1/kv/?keys&token=access_token
[
"test",
…
-
As a general rule, `containerpilot.json` is baked into the container image, and then configured via env vars, usually in `docker-compose.yml` or `docker run -e ...` but could be anywhere.
What is r…
-
FluffOS should build/run on OSX with packages installed with homebrew with ease.
-
Hi,
I just did the upgrade on one of my system to LXD 2.9.1
LXD does not start anymore :
`error: UNIQUE constraint failed: storage_pools.name`
From the service status :
```
lxd.servic…
-
Is there a way to backup all the acls in a consul cluster?
-
Currently we have a few issues with boilerplate related to Consul-Template. We store configuration files directly into Consul KV rather than sparse values in tree.
This means the whole configuration …