Operations grimoire/Openfire

From Nasqueron Agora
Revision as of 23:21, 7 June 2023 by Dereckson (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

📕📁📜 Old technical information :: content warning

⌛ This Nasqueron Operations Grimoire page hasn't been updated for a long time.

☣ As our infrastructure evolves quickly, there is a good chance this information is outdated or now inaccurate. Be careful and consider update it.

➡️ To assert the information is still up-to-date or not, you can check the history of the relevant role in our Operations repository.

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