or source code if it’s easier to read code 🙂 we are Open Source, contribute back to Postgres and also happy to contribution
https://github.com/neondatabase/neon
yep, it’s here, we will fix redirect
https://neon.tech/postgresql/tutorial
thanks for telling about that, feel free to tag me if there are some issues related to Neon
and actually it should work:
Читать полностью…
❯ curl -v https://www.postgresqltutorial.com/
* Host www.postgresqltutorial.com:443 was resolved.
* IPv6: 2606:4700:3030::6815:3d16, 2606:4700:3031::ac43:cd29
* IPv4: 172.67.205.41, 104.21.61.22
* Trying [2606:4700:3030::6815:3d16]:443...
* Connected to www.postgresqltutorial.com (2606:4700:3030::6815:3d16) port 443
…
< HTTP/2 301
< date: Mon, 23 Dec 2024 12:12:43 GMT
< content-type: text/html
< content-length: 167
< location: https://neon.tech/postgresql/tutorial
< cache-control: max-age=3600
Simple use Google with logical replication on standby and some howto guide will be recommended
Читать полностью…postgresqltutorial.com got bought by some company named Neon?? :(
This is the last copy I can find - https://web.archive.org/web/20241009000549/https://www.postgresqltutorial.com/
Going to postgresqltutorial.com now redirects to https://neon.tech/postgresql/postgresql-tutorial :/
It was a nice website, especially for beginners.
It's a odoo issue. Could you focus on what is the postgres issue in order to help you.
Читать полностью…yeah, etcd is an important component to store info about each node to orchestrating the communication between nodes, but it won't work as a repo for pgbackrest at the same time
Читать полностью…I was asking him, because in Patroni, u need to install pgbackrest in each and every node of patroni, then have a dedicated server for pgbackrest repository, and set the configuration to allow pgbackrest to take backup from patroni nodes, then finally u have to set the archive_command and restore parameters in patroni yaml files in each node, that's it so far I guess. Correct me if I am missing something, pls
Читать полностью…Hi everyone, I'm a beginner in postgres, do you have any recommendations like books to boost my skills in it?
Читать полностью…here is quick architecture overview: https://neon.tech/docs/introduction/architecture-overview
Читать полностью…Oh wow thank you! I'm a general PostgreSQL user, so I don't know about Neon, sorry if my message came out wrong way. I was just worried that the site got bought and like many take-overs, it will be discontinued.
Thanks for restoring the site. 🙌
it wasn’t our goal, seems just some redirect is broken, we will keep that site running
Читать полностью…Never saw this before but neon has few good postgres hackers and contributors so I don't see a problem.
Читать полностью…Is this replication architecture possible
If then how?
Primary DB -> Streaming replica -> Logical replica
Want SR to be a publisher node
We have postgres onprem as source and aurora as target and replicating via dms/msk, now the application looking for before image , we have enabled pk option only but it didn't help and now they wanted to enable replica identity full for ll the table's. I have read that if we enable replica identity full it will create more wals and impact the performance, is there any suggestions here?
Читать полностью…https://www.amazon.com/Mastering-PostgreSQL-deployment-optimization-strategies-ebook/dp/B0DQ4WQSC9/
I don't read books about postgres cause I can read source code and install everyday at work but I have attended Hans-Jurgen's talks in Postgres conference and he was one of the best speakers.
Well, yes, ok. You should have a repo host. I guess your etcd tie-breaker will work.
Читать полностью…Patroni just manages Postgres. No difference there.
But you can benefit from pgbackrest in your Patroni config, e.g. for initial cloning etc. There are examples in the Patroni docs, check them out.