Alexey Zilber
Alexey Zilber
That makes sense, but creates a few problems: 1. Intaro Dashboard generates it's tables within the pinba database. This makes sql dump of Intaro impossible unless you dump by table....
That's a good idea for smaller datasets. Seems to be working. For Pinboard, I only see one database config section, so I assume there's no easy way to configure a...
Doesn't seem to work. I have 4 drives, raid-5 md with btrfs.
I've put in a [PR](https://github.com/ngs/go-release.action/pull/19) to address this.
> Hello All! > Yes, I would much appreciate at least Golang 1.15! > I tried it myself with a fork, but I have some difficulties. > Regards, > Patrick...
The build.sh in your project outputs a list of files to be packaged up.
You need to specify which release action it has to build on. This was a slight omission in the example which I'll add as another PR. Meantime, in your YAML...
Fixed https://github.com/ngs/go-release.action/issues/20
Also addresses: https://github.com/ngs/go-release.action/issues/18
What's the use case for disabling compression?