Create new database and database user #5

Open
opened 2023-11-03 00:16:54 +00:00 by emil · 0 comments
Owner

Context

wiki.js needs a PostgreSQL database and a database user that's allowed to connect to this database. If they don't already exist, they will need to be created .

Acceptance criteria

  1. A database named wiki has been created.
  2. A password has been set for the newly created database user.
  3. A database user - named wiki - that's allowed to connect to the database wiki has been created.
  4. Only relevant when installing wiki.js.
# Context wiki.js needs a PostgreSQL database and a database user that's allowed to connect to this database. If they don't already exist, they will need to be created . # Acceptance criteria 1. A database named `wiki` has been created. 2. A password has been set for the newly created database user. 3. A database user - named `wiki` - that's allowed to connect to the database `wiki` has been created. 4. Only relevant when installing wiki.js.
emil added this to the wiki.js - installation & update project 2023-11-03 00:16:54 +00:00
emil added a new dependency 2023-11-04 01:03:14 +00:00
emil added the
Edge Container
label 2023-11-10 22:38:58 +00:00
Sign in to join this conversation.
No description provided.