Monday, January 21, 2019

How to List DSpace DB and Tables in PostgreSQL Using psql

Listing Databases

postgres=# \l

Switching Databases

postgres=# \c sales

Listing Tables

sales=# \dt

No comments:

Upgrade Koha from 23 to 25

sudo mysql -uroot -p koha_library < koha_library.sql      sudo systemctl restart apache2.service sudo systemctl restart koha-common sudo ...