Difference between revisions of "--"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS [[timescaledb]];'"
 
  sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS [[timescaledb]];'"
  
 +
[[kubectl exec]]
  
  
 
[[EOF]]
 
[[EOF]]

Revision as of 11:23, 25 October 2023


sudo -u postgres -- bash -c "psql -c 'CREATE database tsdb'"
sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS timescaledb;'"
kubectl exec


EOF

Advertising: