Categories: Uncategorized

How to create an user and database in PostgreSQL

Follow the guide below to create an user and database to be used with apps like Miniflux

I presume PostgreSQL_okm and pgAdminOKM apps were correctly installed

Login to pgAdmin , right click on Login/Group Roles and then select Create > Login/Group Role

At name type miniflux

Then go to Definition to choose your desired password

Then go to Privileges and activate Can login. You can activate other options if you want and then click on Save.

The new user has been created.

Now let's create the miniflux database and give access
Right click on Databases, then select Create > Database

At database type miniflux and select the owner miniflux and then Save

The database is now created and ready to be used by the app

Specifically for Miniflux app, for its database we need to install the extension hstore
Go to miniflux database ,right click on extension and then then select Create > Extension

At name select hstore from dropdownlist

Go to definition and select as below and then Save

Extension hstore has been added to miniflux database

outkastm

Recent Posts

How to Setup DDNS(duckdns) on TOS6

In this guide i will show you how to assign a fixed host and domain…

2 months ago

How to configure and run Vaultwarden

In this complete guide i will show you how to configure and run Vaultwaeden as…

2 months ago

How to assign permission for application user on TOS6

Some apps will run as specific application user, in order to have access only to…

6 months ago

How to use gmail as smtp server to send email in TOS6

Currently, the local email server in TOS6 is broken for some users. In this guide…

11 months ago

How to use in built Terminal on TOS6

In this guide i will show you how to use the TOS6 in built terminal…

11 months ago

App’s updates and new app’s release

Here some info about current develop status of 3rd party apps: TOS6 - new apps…

1 year ago