How to update the Config file for Clickhouse
sagnik_ghosh
PROOP

a year ago

I have deployed the Clickhouse Image on Railway but I am unable to update the config file. I have tried it programmatically but the only step remaining now is making a change to the config file directly.

cat allow_experimental_object_type.xml

<?xml version="1.0"?>

<yandex>

    <profiles>

        <default>

             <allow_experimental_object_type>1</allow_experimental_object_type>

         </default>

    </profiles>

</yandex>

Solved

1 Replies

To set your config file you'll need to deploy a repo with a Dockerfile and the configuration you want. Please see the Docs for How to Build from a Dockerfile.


Status changed to Awaiting User Response Railway 12 months ago


Railway
BOT

6 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 6 months ago


Loading...