i understand its possible to combine the two - log shipping + strearming.
how does it work and how i configure this?
Everytime a wal file get full, is archived. And archiver is like copy from one directory to another place.
Читать полностью…Hi
I need some help understanding log shipping / streaming replication
streaming = streams wal records and apply on replica
log shipping = transfer the whole WAL file and apply on replica
so it means log shipping might have more lag?
how exactly does it work?
Why am I not able to broadcast an event over a channel.I created event MessageSent. Had a private channels chat.$this->message->receiver_id.Then broadcasted the event in my sendMessage controller function by broadcast(new Message($message)).Started my reverb server debug mode.Wrote an Authorization route in channels.php.Also did some configuration in bootstrap/app.php regarding api token from sanctum. In database only jobs table is populated. But I dnt get the event in frontend.Yes I have run queue pho artisan queue:listen command as well
Читать полностью…Well, you may start with the exact description of your tooling, query, the exact error message(s), explain of the query and so on.
A usual start of postgres debugging. Or anyother computer program debugging.
Yes actually i am trying to reproduce this in test environment but enable to reproduce
Читать полностью…I have a PostgreSQL database cluster with two databases, both containing the same data. The difference between the databases is that one has a collation of ‘C’, while the other has a collation of ‘en_US.UTF-8’. When I run the same insert query on both databases, it executes successfully on the database with the collation ‘en_US.UTF-8’, but gives an Out of Memory (OOM) error when run on the database with the ‘C’ collation. Any idea why this behaviour
Читать полностью…Hi i am new to postgresql..installed pgadmin & pgagent in Centos OS .after scheduling the jobs they are not starting in pgagent. No error messages also .can some one help me .
Читать полностью…Hi we are hiring for contractual job opportunity with no pf for PostgreSQL (High priority)
Remote
Contract-3 TO 6 months
Exp-6-8 Years
Timings-12 pm to 9 pm IST
Contact 7233911117
chitra.vgemperts@gmail.com
JD-
Expert-level proficiency in PostgreSQL, including stored procedures, window functions, CTEs and subqueries.
· In-depth understanding of PostgreSQL database architecture, partitioning, scaling, performance tuning and optimization.
· Intermediate level experience with any one of the following- Kafka, Kinesis, Event Hub
· Intermediate level experience of Python programming language
· Ability to work independently and meet tight deadlines.
· Excellent problem-solving and analytical skills.
· Strong communication and collaboration skills.
· Self-driven and motivated
We request you to please check your resource pool and share the available bench resources matching the mandatory skillset
You'll have to use regular expressions then:
bluthg=# SELECT 'SOME SELECT /* some comment */'::text ~ '/\*'::text;Читать полностью…
?column?
----------
t
(1 row)
bluthg=# SELECT 'some string containing "*"'::text ~ '/\*'::text;
?column?
----------
f
(1 row)
Configure both. If the replica fails to connect to the primary, it will fall back to fetching WALs from the archive (i.e., log shipping).
Читать полностью…If you have a standby server that recover using log shipping, it's going to restore getting archive files from the place that they were archived and apply them
Читать полностью…In Postgres you can LISTEN for events. But those work very well.
This does NOT sound like a PostgreSQL issue.
At least not until you get down to the LISTEN / NOTIFY
Please someone help me I need your help desperately . I have been trying to ask a lot of people and look up a lot of resources but none have worked so far
Читать полностью…Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.
- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong
⬇️ Press the button down here ⬇️
Same message of oom, without anymore data that you sent several days ago. Try giving more info
Читать полностью…Have you checked that pgagent daemon is working properly, I mean, daemon runs?, daemon have no errors?, then check property dialog that show you last run, last result..
Читать полностью…Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.
- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong
⬇️ Press the button down here ⬇️
postgres hacking session with Andrey and Kirk -- live right now https://www.youtube.com/watch?v=l-0IP-_meD0
Читать полностью…