|
|
Subscribe / Log in / New account

PostgreSQL considers seccomp() filters

PostgreSQL considers seccomp() filters

Posted Oct 2, 2019 0:37 UTC (Wed) by KaiRo (subscriber, #1987)
In reply to: PostgreSQL considers seccomp() filters by kfox1111
Parent article: PostgreSQL considers seccomp() filters

Just that PostreSQL is not very suitable for containerization as there is no good upgrade path between major versions when you just switch containers and not have both an old and new binary installed in parallel on the same system with pg_upgrade having access to them both (which is almost impossible with containers). I hope this will be solved one day, as it will make pg containers a lot more attractive.


to post comments

PostgreSQL considers seccomp() filters

Posted Oct 2, 2019 0:39 UTC (Wed) by cyphar (subscriber, #110703) [Link]

PostgreSQL is not really well-mapped to Docker-style application containers, but I run PostgreSQL inside an LXC/LXD container quite well (after all, it's tastes almost exactly like a VM).

PostgreSQL considers seccomp() filters

Posted Oct 2, 2019 8:45 UTC (Wed) by knan (subscriber, #3940) [Link]

The most promising route there is probably using replication from the still running old major version to the new in a new set of containers. Inconvenient but probably workable.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds