twalk4821
twalk4821
I think the answer to my question is that the timescale docker image is relying on an older version of this repository -- before GS support was added.
Same issue here. I also have a very large frozen graph (400mb), even after running the inference optimizer on it.
That did not work in my case. Thanks for the suggestion though. On Mon, Jan 21, 2019, 12:19 AM alwaysmyz you can try this:add below entities in your manifest file...
Update: It seems env variables are not being passed in properly: After trying this command: `sudo docker exec be6ab0b6cbb0 wal-e backup-list` I get: `ERROR MSG: no storage prefix defined HINT:...
Ok I definitely need to add a WALE_INIT_LOCKFILE. will update after trying this.
Yes I am still getting the same error: `ERROR MSG: no storage prefix defined HINT: Either set one of the --wabs-prefix or --s3-prefix options or define one of the WALE_WABS_PREFIX,...
I think this image is not supporting GS. I can see from the original code base that GS storage was only recently added.