Operations grimoire/Openfire: Difference between revisions

From Nasqueron Agora
(Created page with "Openfire is deployed. == DRP == === Database === Openfire uses a PostgreSQL database on db-A cluster. To recreate it: $ sudo -u postgres psql openfire GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO openfire; == Useful links == * https://xmpp.nasqueron.org/ * {{repo|docker-openfire}} repository * https://api.nasqueron.org/datasources/dev/openfire/changelog to get the last version")
 
No edit summary
Line 10: Line 10:
   $ sudo -u postgres psql openfire
   $ sudo -u postgres psql openfire
   GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO openfire;
   GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO openfire;
=== Account ===
Use the last step to create a temporary account: you can't login with the plainpassword field from ofUser table when hashed encryption is enabled.


== Useful links ==
== Useful links ==

Revision as of 23:30, 7 June 2023

Openfire is deployed.

DRP

Database

Openfire uses a PostgreSQL database on db-A cluster.

To recreate it:

  $ sudo -u postgres psql openfire
  GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO openfire;

Account

Use the last step to create a temporary account: you can't login with the plainpassword field from ofUser table when hashed encryption is enabled.

Useful links