#!/bin/bash # This script is run during the first database initialization # TimescaleDB requires being preloaded - this message is informational only echo "TimescaleDB is installed. Remember to set shared_preload_libraries = 'timescaledb' in postgresql.conf or use the POSTGRES_SHARED_PRELOAD_LIBRARIES environment variable."