I’m developing a system using odoo 10 and postgresql 13. It works fine. Then I decided to split the server between odoo services and postgresql services. They are currently on the same location and same networks but different IP. But now it feels so slow when i’m trying to execute some function in odoo. Then I tried to stream replicate the postgres server, but when I tried to get initial backup using pg_basebackup
the process takes a very long time. Does anyone know what might be tahe case? ive checked RAM dan CPU usage using htop and shows fine result.
7