🐗
I'm always hungry
Pinned Loading
-
AxonIQ/terraform-axonserver-k8s
AxonIQ/terraform-axonserver-k8s PublicTerraform module to deploy Axon Server on Kubernetes
HCL
-
kubectl run with PVCs
kubectl run with PVCs 1#!/bin/bash
23IMAGE="gcr.io/google-containers/ubuntu-slim:0.14"
4COMMAND="/bin/bash"
5SUFFIX=$(date +%s | shasum | base64 | fold -w 10 | head -1 | tr '[:upper:]' '[:lower:]')
-
How to create a read only user in AW...
How to create a read only user in AWS RDS PostgreSQL and a user with superuser privileges on AWS RDS PostgreSQL 1--
2-- Read only
3--
45-- Create a group
-
How to change OWNER for DATABASE, SC...
How to change OWNER for DATABASE, SCHEMA or TABLE on AWS RDS PostgreSQL. An how to REASSIGN owner for all objects on AWS RDS PostgreSQL 1--
2-- Change database owner
3--
45ALTER DATABASE "db_name" OWNER TO user;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.