Alexandre
2025-01-03 18:18:29 +01:00
committed by GitHub
parent bc76fc2459
commit f091789c6e

View File

@@ -37,7 +37,7 @@ bashio::log.info "Starting the app"
# Start background tasks
if [ "$(bashio::info.arch)" != "armv7" ]; then
/./docker-entrypoint-initdb.d/10-vector.sh & true
docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so & true
docker-entrypoint.sh postgres -c shared_preload_libraries=vectors.so -c search_path="$user, public, vectors" -c logging_collector=on & true
else
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
docker-entrypoint.sh postgres & true