social.dk-libre.fr is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #pgbackrest

AodeRelay boosted

[?]Dan Langille » 🌐
@dvl@bsd.network

Julien Riou boosted

[?]Douglas J Hunley » 🌐
@hunleyd@fosstodon.org

[?]Julien Riou » 🌐
@jriou@hachyderm.io

Certbot doesn't define CN by default which is required by pgBackRest and OpenVPN as of today. I tried to use a CSR but Certbot doesn't automatically renew those certificates making certbot pointless. I'm now using acme.sh and it just works github.com/acmesh-official/acm

    [?]Julien Riou » 🌐
    @jriou@hachyderm.io

    I'm trying to learn how to parse SANs in C thanks to the source code of curl github.com/curl/curl/blob/935e

    Why? I would like pgBackRest to parse SANs before CN because CNs are deprecated for years and they are optional.

    The problem is that no matter how hard I try to learn and write C, I fail.

    I tried to implement Proxy Protocol for PGbouncer and PostgreSQL, failed.

    I could open an issue, wait for a fix and cross my fingers or pray the gods, but I don't want to overload the project. My issue is not that important. What's important to me is the personal reward of contributing to open source. I want to learn. I want to contribute. I want to be a little part of the movement.

    You should ask Claude they say. It will be fun they say. I'm not ready for that. I don't want to bypass everything for one of my side projects. But in the meantime, I'm frustated of failing. This is very tempting I must admit.

      [?]Julien Riou » 🌐
      @jriou@hachyderm.io

      Let's Encrypt has stopped to provide certificates that can be used for authentication letsencrypt.org/2025/05/14/end

      I used them for pgBackRest which suddenly stopped working very recently.

      Let's use a private CA then.

        1 ★ 1 ↺

        [?]oldsysops » 🌐
        @oldsysops@social.dk-libre.fr

        @nobodyinperson@fosstodon.org @Atemu@darmstadt.social I'm in the process of doing the same, I've just converted a ext4 to to do that. I pretty sure that a disk snapshot is suffisant (and i'll go with it). at work we can't/don't stop the service during backup (rsync+). we do have another bckup strategy for postgresql backup ().

        for , it will be enough,i'm confident that my service can endure a powercut, so snapshot will be fine.

        i haven't figured out how i will manage off-site backup, maybe export a tar from borg ? or rsync the repo even if it's not advised.