- Raspberry Pi4 (4 GB) https://www.berrybase.de/raspberry-pi-co/raspberry-pi/boards/raspberry-pi-4-computer-modell-b-4gb-ram
- Raspberry Pi4 (8 GB) https://www.berrybase.de/raspberry-pi-co/raspberry-pi/boards/raspberry-pi-4-computer-modell-b-8gb-ram?c=319
- Netzteil (5.1V) https://www.berrybase.de/raspberry-pi-co/raspberry-pi/stromversorgung/netzteile-fuer-die-steckdose/offizielles-raspberry-pi-usb-c-netzteil-5-1v/3-0a-eu-schwarz
- Passive Cooling https://www.berrybase.de/neu/armor-geh-228-use-f-252-r-raspberry-pi-4-schwarz
- Rack https://www.amazon.de/gp/product/B07J9VMNBL/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
- microSDXC card 64 GB https://www.berrybase.de/raspberry-pi-co/raspberry-pi/speicherkarten/sandisk-extreme-microsdxc-a2-uhs-i-u3-v30-speicherkarte-43-adapter-64gb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use InfluxDB; | |
use Data::Dumper; | |
use REST::Client; | |
use strict; | |
# Script for migrating data from an outdated InfluxDB to one of the | |
# latsest version. | |
# Developed for migrating from an InfluxDB 0.7.0 to a 1.8.3 version in one go | |
# ------------------------------------------------------------------------ |
OlderNewer