Updating the Clickhouse config.xml file of the Plausible template
I'm playing around with the config.xml file at the moment so that the ClickHouse database uses even less memory (or trying to at least)
But when i push the changes and railway starts to deploy again it says this in the logs:
Does anyone know how to get past this bug?
I dont want to drop the database as its not a good long term strategy if one of my projects needs a faster or slower clickhouse configuration.
16 Replies
Project ID:
911f6022-85a9-4d27-9039-fd35d227cfba
911f6022-85a9-4d27-9039-fd35d227cfba
Im using this template
https://railway.app/template/mzYEXO
that doesn't look like an error message, does the database not work after the re-deploy?
No it crashes the clickhouse database because of something, i think its those 2 messages
Im gonna try your umami template i think, seems to use less services, thus also less memory hopefully
interesting, I'm going to have to pull in the template's creator
but first, can you share a link to your repo where you've modified the XML config?
I think i will try out the umami template instead,
https://railway.app/template/umami-analytics
Im not sure what variables i have to set for credentials or where i have to create an account, i just get a login page
https://umami-production-6c43.up.railway.app/login
Last updated 2022, is it still up to date?
Or no, created on april 19 2022
one sec
check the notes https://railway.app/template/umami-analytics
Oh damn lol
I didnt see that before
it wasnt there before
Ah alright, i was already questioning my reading capabilities π€
though it was in umami's docs
I also have a problem with the data viewer
I tried the trick
PGPASSWORD={{your_password}} psql -h postgres.railway.internal -U postgres -p 5432 -d railway
the data viewer relies on a public connection to the database, read the notes again π
but i also didnt include the proper variables that the data tab needs, i do not belive the data tab should be used.
and no matter what, you would not be able to run this command locally with the internal domain