I’m building a PostgreSQL DBaaS hosted in Spain 🇪🇸
Early beta, very hands-on.
Opening 100 free beta slots for developers who want fast EU Postgres and are willing to give feedback.
Reply or DM if interested.
#PostgreSQL#DevOps#IndieHackers
You can use the coupon as first-time user, or existing one.
If you go to Billing you can see on remaining balance the credit added. In order to use the credit you need to add a payment method to enable non-free plans.
Use the following link to get a 100€ credit on RayDB to run your #postgres databases.
Limited to the first 10 people that will redeem it.
https://t.co/3anHEC9hmk
On my quest to investigate how to orchestrate between multiple repos, I thought Claude Agent Teams would solve this, but they seem to work only on single-repo, spawned teams are inside same context. So it doesn't seem to solve this problem.
#BuildInPublic
Here is the guide how I built an MCP server for https://t.co/7Xj2dp4AcW to enable Claude to connect and manage databases securely.
https://t.co/pqEjseithO
Just finished building the MCP server for https://t.co/7Xj2dp4AcW and its coming along really well.
Here is a quick demo, tomorrow I will provide a step-by-step guide how I created it.
#BuildInPublic#postgres
While with 4.5 it was more task oriented, quick and iterative, 4.6 seems to be more goal oriented, doing planning then executing. Maybe I just need to adjust the effort to lower settings to be more what I want in this case.
I tested Opus 4.6 with this task, I was not impressed tbh, I really preferred the way 4.5 worked better.
It tried to one-shot the entire workflow, instead of step-by-step migration, I had to hand-hold it all the way. It used too much planning phase and consumed my daily quota.
The certificate rotation is done without any downtime and with same CA certificate, so there is no disruption on production.
The same CA certificate is used for all postgres clusters under same team, and its isolated from other teams.
Today I added support for full CA certificates to enable "sslmode=verify-full" to our postgres clusters.
The certificates are generated with cert-manager and are valid for 90 days, while they rotate at 2/3 of their lifecycle (60 days before expiry)
#postgres#BuildInPublic
Just implemented auto-resize of the storage for our #postgres clusters.
When reaching 80% the storage is resized up to the max storage configured without any downtimes. Cluster plans include initial storage with storage addon for further GBs.
#BuildInPublic