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:

How to migrate Linux Dspace to Window 10

Take a backup of Dspace database and folder s Assume the version is same with both OS [I have tested DSpace 6.3] sudo su mkdir dspace_backup...