solidblocks icon indicating copy to clipboard operation
solidblocks copied to clipboard

Solidblocks is a library of reusable components for infrastructure operation, automation and developer experience

Results 9 solidblocks issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190813141303-74dc4d7220e7 to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190813141303-74dc4d7220e7&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20191206065243-da761ea9ff43 to 0.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/image&package-manager=go_modules&previous-version=0.0.0-20191206065243-da761ea9ff43&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go

Hi @pellepelster, thanks for putting so much effort into making the RDS system work on Hetzner. It's a great set of tools and Hetzner should consider adopting it. We want...

If only a subset of data needs to be restored, typically DBaaS services offer a method to create a new cluster from an existing backup. I could image the same...

https://github.com/pellepelster/solidblocks/blob/5444af56915a988fe0d5c4f55c89323f2533ac62/solidblocks-hetzner/modules/rds-postgresql/user_data.sh#L237-L239 Hey, i wanted to execute a restart of a service in the `post_script` part, but i felt it does not get executed. I made a simple test to check:...

Allow to create read-only users for dashboard or monitoring tools Usecase: We use tools like Metabase to build dashboards for our postgres databases. Tools like this should get another user...

The Bitnami Docker Image provides a way to enable and configure the pg_audit module. A basic first implementation would be perfectly fine. Bitnami Config: ``` Auditing The Bitnami PostgreSQL Image...

I want to define multiple extra configs for the `postgresql.conf` through the DB_POSTGRES_EXTRA_CONFIG environment variable. But when using a multiline yaml string the line breaks are missing in the resulting...

As Hetzner started s3 and there are also other providers for s3 besides AWS, I would like not to use AWS only, but also Hetzner. Is there a way to...