#postgresql

waynerad@diasp.org

"After several months of development, FerretDB is now production-ready. We are excited to announce the general availability of FerretDB, a truly Open Source MongoDB alternative, built on PostgreSQL, and released under the Apache 2.0 license."

"MongoDB is no longer open source."

Hmm. Maybe just use PostgreSQL directly? I'm a fan of the relational model and static typing. I know, I know, opinionated.

FerretDB: A truly Open Source MongoDB alternative, built on Postgres

#solidstatelife #dbms #postgresql #mongodb

gehrke_test@libranet.de

Und wach!

Aus der Serie #EinmalMitProfis:

Successfully installed matrix-synapse-1.72.0
RuntimeError: Synapse requires PostgreSQL 11 or above.
*********************************************
 Error during initialisation:
    Synapse requires PostgreSQL 11 or above.
 There may be more information in the logs.
*********************************************

# dnf info postgresql | grep Version
Version      : 10.19

#Oops

Wie zur Hölle ging noch mal der Downgrade? Ah...
```

pip install matrix-synapse==1.71.0



Uff!

#Matrix #Synapse #Postgresql