User contributions
Jump to navigation
Jump to search
- 22:09, 5 June 2022 diff hist +193 Opensearch install
- 21:55, 5 June 2022 diff hist +65 Opensearch install
- 21:54, 5 June 2022 diff hist +115 Opensearch install
- 17:02, 5 June 2022 diff hist +74 Opensearch ldap current
- 17:01, 5 June 2022 diff hist +75 Opensearch ldap
- 16:58, 5 June 2022 diff hist +60 N Opensearch ldap Created page with "https://github.com/opensearch-project/helm-charts/issues/228"
- 02:43, 5 June 2022 diff hist +83 Opensearch install
- 01:43, 5 June 2022 diff hist +61 N Opensearch install Created page with "https://opensearch.org/docs/latest/opensearch/install/docker/"
- 20:35, 4 June 2022 diff hist +1,429 N Influxdb version 2 getting started Created page with " Something like this ``` helm repo add influxdata https://helm.influxdata.com/ helm search repo influxdata helm show values influxdata/influxdb2 > values.yaml edit values kube..." current
- 12:48, 4 June 2022 diff hist +31 Monitor repos current
- 12:35, 4 June 2022 diff hist +68 Monitor repos
- 12:31, 4 June 2022 diff hist +50 N Monitor repos Created page with "https://github.com/linuxserver/docker-healthchecks"
- 17:49, 3 June 2022 diff hist -63 Expanding statefulset pvc current
- 17:48, 3 June 2022 diff hist +14 Expanding statefulset pvc
- 17:48, 3 June 2022 diff hist +94 Expanding statefulset pvc
- 17:45, 3 June 2022 diff hist +72 Expanding statefulset pvc
- 17:40, 3 June 2022 diff hist +288 N Expanding statefulset pvc ```
- 17:15, 3 June 2022 diff hist +16 Influx
- 16:43, 3 June 2022 diff hist +277 Influx
- 16:13, 3 June 2022 diff hist +35 Influx
- 16:11, 3 June 2022 diff hist +254 Influx
- 00:53, 3 June 2022 diff hist +55 Yq
- 23:13, 2 June 2022 diff hist +2 Powercli
- 18:04, 2 June 2022 diff hist +98 N Influxdb create user Created page with "https://community.influxdata.com/t/create-user-fail-with-error-write-users-is-unauthorized/20509/3" current
- 16:44, 2 June 2022 diff hist +67 Influxdb current
- 16:40, 2 June 2022 diff hist +198 Influxdb
- 21:19, 31 May 2022 diff hist +95 N K8s service Created page with "https://faun.pub/kubernetes-headless-service-vs-clusterip-and-traffic-distribution-904b058f0dfd" current
- 14:45, 31 May 2022 diff hist +119 Zfs resize disk
- 17:18, 30 May 2022 diff hist +87 Zfs resize disk
- 16:57, 30 May 2022 diff hist +123 Zfs resize disk
- 16:56, 30 May 2022 diff hist -15 Zfs resize disk
- 16:28, 30 May 2022 diff hist +224 Zfs resize disk
- 16:10, 30 May 2022 diff hist +157 Zfs resize disk
- 16:03, 30 May 2022 diff hist +81 Zfs resize disk
- 12:40, 30 May 2022 diff hist +62 N Aks Created page with "https://registry.terraform.io/modules/Azure/aks/azurerm/latest"
- 12:29, 30 May 2022 diff hist +92 N Aks pvc Created page with "https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/azure-disks-dynamic-pv.md" current
- 23:47, 29 May 2022 diff hist +78 Zabbix Cleanup
- 23:45, 29 May 2022 diff hist +86 Zabbix Cleanup
- 23:13, 29 May 2022 diff hist +284 N Postgres delete duplicates Created page with "Delete duplicates without unique column ``` SELECT * FROM dbversion T1 , dbversion T2 WHERE T1.ctid < T2.ctid; DELETE FROM dbversion T1 USING dbversion T2 WHERE T1.ctid < T2.c..." current
- 22:11, 29 May 2022 diff hist +422 Zabbix Cleanup
- 22:02, 29 May 2022 diff hist -7 Zabbix Cleanup
- 21:59, 29 May 2022 diff hist +112 Zabbix Cleanup
- 21:53, 29 May 2022 diff hist +146 Zabbix Cleanup
- 20:18, 29 May 2022 diff hist +5,168 Zabbix Cleanup
- 15:59, 29 May 2022 diff hist +28 Zabbix backup
- 15:58, 29 May 2022 diff hist +976 N Zabbix backup Created page with "https://catonrug.blogspot.com/2020/05/postgresql-zabbix-database-backup.html ``` Backup: pg_dump \ --dbname=DATABASE \ --host=HOST \ --username=USER \ --file=zabbix44.dump \..."
- 22:07, 28 May 2022 diff hist +312 Timescaledb Migrate current
- 22:04, 28 May 2022 diff hist +89 N Timescaledb Migrate Created page with "https://stackoverflow.com/questions/57910070/convert-hypertable-to-regular-postgres-table"
- 17:36, 28 May 2022 diff hist +67 Pvc resize current
- 17:11, 28 May 2022 diff hist +614 N Pvc resize Created page with " - https://stackoverflow.com/questions/64738606/automatically-resize-grow-a-kubernetes-pvc ```T he simple answer you can't grow a PV if that is EBS type automatically. If yo..."