Skip to content

Commit 89fb970

Browse files
<UNSURE> Update possibly dated docs on pluggable_database.md
1 parent 2af377d commit 89fb970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/pluggable_database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The iRODS metadata catalog is installed and managed by separate plugins. iRODS has PostgreSQL, MySQL, and Oracle database plugins available and tested.
44

5-
The particular type of database is encoded in `/etc/irods/database_config.json` with the following directive:
5+
The particular type of database is encoded in `/etc/irods/server_config.json` with the following directive:
66

77
~~~
8-
"catalog_database_type" : "postgres",
8+
"technology" : "postgres",
99
~~~
1010

1111
This is populated by the `setup_irods.py` script on configuration.

0 commit comments

Comments
 (0)