Julian

Results 2 issues of Julian

Hello there, at first: thanks for your great work with revolt. Its great! I have the issue that vortex running as docker container is expecting the environment variable RTC_IPS with...

enhancement
priority-1

In the dockerfile, psql is started with `CMD ["postgres" "-c" "shared_preload_libraries=vectors.so" "-c" "search_path=\"$user\", public, vectors"]`. When adding shared_preload_libraries like `pg_stat_statements` to `postgresql.conf`, these settings are ignored. postgresql.conf: ``` #local_preload_libraries =...

type/question 🙋