Ivan Pedrazas
Ivan Pedrazas
In case you wonder, yes, Hotot-qt works fine
Not only that, it allows me to audit cluster creations and automate the task (think as Cluster CI, load testing, etc...)
Have you considered using cloudwatch for logging in AWS?
Polo = ice lolly....
totally agree
I haven't tried yet, but if you add the right Vault configuration you should be ok: ``` storage "gcs" { bucket = "my-storage-bucket" credentials_file = "/tmp/credentials.json" } ``` I will...
Usually, the way we handle GPUs in compose is using profiles (https://docs.docker.com/compose/profiles/). Let me see if I can get my hands on the hardware needed to test this.
If you're using a version of Postgres after 15, you will get the following error: `ERROR: permission denied for schema public`. To fix it, you need to grant permissions to...
The bit that worries me the most is not that you think that zope should be installed by default, what worries me is that you install zope after each restart......